Skip to content

chore(deps): Bump audiometa-python from 0.11.1 to 1.3.2#62

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/audiometa-python-1.3.2
Closed

chore(deps): Bump audiometa-python from 0.11.1 to 1.3.2#62
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/audiometa-python-1.3.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 21, 2026

Bumps audiometa-python from 0.11.1 to 1.3.2.

Changelog

Sourced from audiometa-python's changelog.

[1.3.2] - 2026-03-18

Added

  • New Feature: Added support for FLAC metadata reading
    • Includes comprehensive unit tests covering various metadata formats

Fixed

  • Metadata Parsing: Fixed issue with parsing ID3v2 tags containing special characters
    • Includes regression tests to prevent future occurrences

**Note:** During releases, maintainers will move entries from `[Unreleased]` to a versioned section (e.g., `## [0.2.8] - 2025-01-XX`).

[1.3.2] - 2026-03-18

[Unreleased]

CI

  • Checkout and setup-python: Updated to Node.js 24 compatible versions.

[1.3.1] - 2025-03-17

Added

  • Release automation: scripts/prepare_release.py updates CHANGELOG with new version and date, runs bump2version, then commits and tags. Bump2version configured to create tags (tag = True, tag_name = v{new_version}).

Improved

  • Pre-commit in CI: Use pinned pre-commit from .[dev] only; removed redundant pip install pre-commit so the pinned version is used.
  • Verify script: Require Python 3.12+ and exit with a clear message when run with an older interpreter (e.g. activate venv and re-run).

Documentation

  • Release process: CONTRIBUTING.md documents the release script (review [Unreleased], run prepare_release.py, push). Changelog rule (.cursor/rules/changelog.mdc) updated to match.

[1.3.0] - 2025-03-10

Fixed

  • CLI read YAML/JSON key display: audiometa read --format yaml and --format json now show unified metadata keys as plain strings (e.g. album, title, artists) instead of the Python enum representation (!!python/object/apply:...UnifiedMetadataKey). E2E tests updated to assert on string keys in parsed output.
  • CLI read table key display: audiometa read --format table and audiometa unified --format table now show unified and format metadata keys as labels (e.g. title, album_artists) instead of the enum repr (UnifiedMetadataKey.TITLE, UnifiedMetadataKey.ALBUM_ARTISTS). E2E test added to assert key labels are displayed.

[1.2.0] - 2025-03-05

Added

  • CLI global help command: audiometa help and audiometa help &lt;subcommand&gt; (read, unified, write, delete) show main or subcommand help. E2E tests cover help and subcommand help output. </tr></table>

... (truncated)

Commits
  • 12ebf2b chore: prepare release 1.3.2
  • 05202f1 docs: add CHANGELOG section for 1.3.1
  • d508198 docs: clarify bump2version vs release script in .bumpversion.cfg comment
  • 76d27a1 feat(release): add --push to prepare_release.py and document flow
  • fc905a4 chore: prepare release 1.3.1
  • 41be794 chore: release script, pre-commit pinning, Python 3.12+ check
  • 92e38f2 Merge pull request #63 from BehindTheMusicTree/chore/publish-docs
  • dc651c9 docs(publish): document canonical bundle URL and why publish/ not dist/
  • b6b4077 chore: add docs bundle workflow for frontend; pin verify hook to venv Python
  • 3c25949 chore: update CHANGELOG for version 1.3.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [audiometa-python](https://github.com/BehindTheMusicTree/audiometa) from 0.11.1 to 1.3.2.
- [Changelog](https://github.com/BehindTheMusicTree/audiometa/blob/main/CHANGELOG.md)
- [Commits](BehindTheMusicTree/audiometa@v0.11.1...v1.3.2)

---
updated-dependencies:
- dependency-name: audiometa-python
  dependency-version: 1.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 21, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 31, 2026

Looks like audiometa-python is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Mar 31, 2026
@dependabot dependabot Bot deleted the dependabot/pip/audiometa-python-1.3.2 branch March 31, 2026 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants