- update to 2.0.2:

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-xmp-toolkit?expand=0&rev=2
This commit is contained in:
2024-11-11 14:24:51 +00:00
committed by Git OBS Bridge
parent 84db541416
commit c7fea6a358
4 changed files with 14 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-xmp-toolkit
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,17 +18,17 @@
%{?sle15_python_module_pythons}
Name: python-python-xmp-toolkit
Version: 2.0.1
Version: 2.0.2
Release: 0
Summary: Python XMP Toolkit for working with metadata
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/python-xmp-toolkit/python-xmp-toolkit
Source: https://files.pythonhosted.org/packages/source/p/python-xmp-toolkit/python-xmp-toolkit-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: pkgconfig(exempi-2.0)
BuildRequires: %{python_module pytest}
@@ -62,4 +62,5 @@ A Python XMP Toolkit for working with metadata.
#%%{python_sitelib}/python_xmp_toolkit
%{python_sitelib}/python_xmp_toolkit-%{version}.dist-info
%{python_sitelib}/libxmp
%changelog