Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Updates the requirements on python-xmp-toolkit to permit the latest version.

Changelog

Sourced from python-xmp-toolkit's changelog.

Release 2.1.0 ( November 26, 2025 )

  • Add support for python 3.14
  • Make exempi a run-time dependency
  • Add missing error codes
  • Remove tox
  • Use flit for build
  • Remove travis
  • Remove packaging dependency requirement
  • Remove support for python <= 3.6 (All python2 code removed)
  • fix exempi returns char-size bool, not int
  • homebrew path fixup

Release 2.0.2 ( January 25, 2017 )

  • Fix test following a bugfix from Exempi 2.4.0.
  • Fix crash when there is no schema.

Release 2.0.1 ( March 9, 2014 )

  • Fixed documentation code examples (issue #34)
  • Removed print statement.
  • Enabled insertion of new struct into array (issue #33)
  • Thanks to Fenykepy for bug reports.

Release 2.0.0 ( January 17, 2014 )

  • Added support for Python 3.3, dropped support for 2.5.
  • All string outputs in 2.6 and 2.7 are unicode objects with UTF-8 encoding.
  • Added exempi module, a low-level ctypes interface to exempi library.
  • Most XMPMeta methods that formerly returned bool now raise exceptions in case of failure, except for "does_property_exist", "does_array_item_exist".
  • Added timezone support for datetime routines.
  • Added delete_localized_text method to XMPMeta

Release 1.0.2 ( June 21, 2011 )

  • Fixed python 2.5 issue (ctypes.c_bool are not available in 2.5, so it was changed to ctypes.c_int).

Release 1.0.1 ( April 11, 2011 )

  • Fixed issue on 32-bit systems.

Release 1.0 ( March 31, 2011 )

  • Known issue #7 documented - issue with TIFF smart handler.
  • Fixed issue #15 - 64-bit issues on Linux and Mac.
  • Fixed issue #11 - Typo in does_property_exist.
  • Thanks to marialaura.clemente for bug reports and patches.

Release 1.0rc2 (Feburary 16, 2010)

  • Fixed issue #4, #5 and related to XMPIterator, file_to_dict and object_to_dict.
  • Fixed issue in file_to_dict which didn't pass parameters to XMPFiles.open_file() properly.
  • Fixed issue #9 file_to_dict now raises IOError instead of returning

... (truncated)

Commits
  • d15586d prepare for v2.1.0 release
  • 833f846 CHANGELOG: Update changelog for 2.1.0 release
  • e4e0c34 Merge pull request #104 from exmakhina/new-python
  • adcb77b test/samples: remove global to fix flake8 F824 error (after flake8==7.2.0)
  • 041d6a8 ci: Add latest python versions to test
  • 6c59ab7 Merge pull request #101 from exmakhina/issue97
  • 4261309 Merge pull request #100 from exmakhina/update-docs
  • 50b2b57 readme: update sphinx build
  • 9d6ca7c docs: updated the docs. Remove MANIFEST.in
  • 79fd89e exempi: make Exempi a run-time dependency
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [python-xmp-toolkit](https://github.com/python-xmp-toolkit/python-xmp-toolkit) to permit the latest version.
- [Release notes](https://github.com/python-xmp-toolkit/python-xmp-toolkit/releases)
- [Changelog](https://github.com/python-xmp-toolkit/python-xmp-toolkit/blob/master/CHANGELOG)
- [Commits](python-xmp-toolkit/python-xmp-toolkit@v2.0.2...v2.1.0)

---
updated-dependencies:
- dependency-name: python-xmp-toolkit
  dependency-version: 2.1.0
  dependency-type: direct:production
...

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 Dec 1, 2025
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.

1 participant