Skip to content

chore(deps): Bump audiometa-python from 1.3.2 to 1.3.3#67

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 4, 2026

Bumps audiometa-python from 1.3.2 to 1.3.3.

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.3] - 2026-04-02

Fixed

  • Vorbis / ID3v2 disc read alignment: Vorbis DISCNUMBER is read with the same n / n/m / n-m rules as ID3v2 TPOS. Explicit DISCTOTAL overrides the total embedded in DISCNUMBER=n/m when it is a valid non-negative integer; invalid or negative DISCTOTAL falls back to the combined string. Shared parsing lives in audiometa.utils.disc_number_read; integration and unit tests cover the documented cases.

Documentation

  • Track and disc numbers: Consolidated track and disc documentation into docs/TRACK_AND_DISC_NUMBERS.md (removed docs/TRACK_NUMBER.md; updated links throughout; docs/DISC_NUMBER.md updated in place).
  • PR descriptions (Cursor): .cursor/rules/pr-descriptions.mdc requires writing PR bodies to .github/pr_descriptions/PR_DESCRIPTION_<TOPIC>.md when asked; pr-naming.mdc, AGENTS.md, and CONTRIBUTING.md point to that workflow and to .github/pr_descriptions/pull_request_template.md.
  • Demo outputs: .gitignore excludes article output/ and loose/generated files under content/articles/<article>/, while allowing tapes, scripts, markdown, and whitelisted demo audio under content/articles/<article>/samples/ (sample.mp3, sample.flac, sample.wav per article as needed). docs/demos/sample.mp3 stays the shared asset for docs/demos/ tapes. DEMO_INSTALLATION.md and .cursor/rules/demo-videos.mdc document the layout.

CI

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

[Unreleased]

[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

</tr></table>

... (truncated)

Commits
  • d9e780d chore: prepare release 1.3.3
  • 8ce4d0e Merge pull request #69 from BehindTheMusicTree/fix/vorbis-discnumber-slash-read
  • e849466 ci: retrigger checks
  • edbd26e fix(changelog): correct doc entry - DISC_NUMBER.md updated not removed
  • 96cd35b merge: main into fix/vorbis-discnumber-slash-read
  • ae9f39e refactor: enhance disc number parsing for Vorbis and ID3v2 formats
  • ad8418e Merge pull request #68 from BehindTheMusicTree/docs/disc-number-guide-and-rea...
  • e9160fe Merge branch 'main' into docs/disc-number-guide-and-read-tests
  • 8c6b5d9 feat(tests): add tests for disc number reading in Vorbis and ID3v2 formats
  • 337ffb8 feat(tests): add tests for disc number reading in Vorbis and ID3v2 formats
  • 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 1.3.2 to 1.3.3.
- [Changelog](https://github.com/BehindTheMusicTree/audiometa/blob/main/CHANGELOG.md)
- [Commits](BehindTheMusicTree/audiometa@v1.3.2...v1.3.3)

---
updated-dependencies:
- dependency-name: audiometa-python
  dependency-version: 1.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Apr 4, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 11, 2026

Superseded by #68.

@dependabot dependabot Bot closed this Apr 11, 2026
@dependabot dependabot Bot deleted the dependabot/pip/audiometa-python-1.3.3 branch April 11, 2026 01:04
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