Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2023

Bumps pytaglib from 1.5.0 to 2.0.0.

Release notes

Sourced from pytaglib's releases.

v2.0.0 (2023-03-26)

Release Highlights

  • binary wheels are shipped for all Python versions and platforms
  • breaking change: File.path is now a Path object
  • support using File as context manager

Complete Changelog

  • update Taglib version for binary wheels to 1.13
  • improve build_taglib.py helper script (now supports all platforms)
  • add taglib_version() to the taglib module
  • bundle native Taglib whith binary wheels (even on Unix). This enables to use the latest Taglib version (distributions often ship outdated versions) and removes native dependencies.
  • use cibuildwheel to provide binary wheels for a multitude of platform / Python version combinations (fixes #101 #105)
  • allow using File as a context manager, optionally saving on exit
  • new property File.is_closed
  • fix #94: Accept os.PathLike in constructor

Breaking Changes:

  • File.path is now a Path object

v1.5.0 (2021/12/18)

Starting with this release, binary wheels for Windows are built automatically. This will hopefully resolve the frequent Windows-specific issues with prior releases.

Also note that Python 2 support was dropped with this release. As there are no functional changes, python 2 users are welcome to continue using v1.4.6.

Details:

  • fix #93: publish PyPI packages from GitLab workflow
  • fix #92: build windows binary wheels from CI
  • fix #89: remove Python 2 support
  • fix #88: rename pyprinttags3 --> pyprinttags, ignore unsupported tags in the script
Changelog

Sourced from pytaglib's changelog.

pytaglib 2.0.0 (2023-03-26)

  • update Taglib version for binary wheels to 1.13
  • improve build_taglib.py helper script (now supports all platforms)
  • add taglib_version() to the taglib module
  • bundle native Taglib whith binary wheels (even on Unix). This enables to use the latest Taglib version (distributions often ship outdated versions) and removes native dependencies.
  • use cibuildwheel to provide binary wheels for a multitude of platform / Python version combinations (fixes #101 #105)
  • allow using File as a context manager, optionally saving on exit
  • new property File.is_closed
  • fix #94: Accept os.PathLike in constructor

Breaking Changes:

  • File.path is now a Path object
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [pytaglib](https://github.com/supermihi/pytaglib) from 1.5.0 to 2.0.0.
- [Release notes](https://github.com/supermihi/pytaglib/releases)
- [Changelog](https://github.com/supermihi/pytaglib/blob/main/CHANGELOG.md)
- [Commits](supermihi/pytaglib@v1.5.0...v2.0.0)

---
updated-dependencies:
- dependency-name: pytaglib
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 28, 2023
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant