Skip to content

Bump python-xmp-toolkit from 2.0.2 to 2.1.0#632

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python-xmp-toolkit-2.1.0
Open

Bump python-xmp-toolkit from 2.0.2 to 2.1.0#632
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python-xmp-toolkit-2.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps python-xmp-toolkit from 2.0.2 to 2.1.0.

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

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 [python-xmp-toolkit](https://github.com/python-xmp-toolkit/python-xmp-toolkit) from 2.0.2 to 2.1.0.
- [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:development
  update-type: version-update:semver-minor
...

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 2, 2026
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