From a8b92bf26b85a7856977f10ab9a72d03e5741a0c9bc87a9ff9d0afe5b0060026 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Mar 2024 09:29:30 +0000 Subject: [PATCH] - update to 1.10.0: * Add support for Python 3.11 and 3.12. * Drop support for Python 3.6. * Declare explicit testing dependency on 'wheel'. * Add support for Metadata 2.3. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pkginfo?expand=0&rev=20 --- pkginfo-1.10.0.tar.gz | 3 +++ pkginfo-1.9.6.tar.gz | 3 --- python-pkginfo.changes | 11 ++++++++++- python-pkginfo.spec | 6 +++--- 4 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 pkginfo-1.10.0.tar.gz delete mode 100644 pkginfo-1.9.6.tar.gz diff --git a/pkginfo-1.10.0.tar.gz b/pkginfo-1.10.0.tar.gz new file mode 100644 index 0000000..de2f0ce --- /dev/null +++ b/pkginfo-1.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df73835398d10db79f8eecd5cd86b1f6d29317589ea70796994d49399af6297 +size 378457 diff --git a/pkginfo-1.9.6.tar.gz b/pkginfo-1.9.6.tar.gz deleted file mode 100644 index 160968e..0000000 --- a/pkginfo-1.9.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fd5896e8718a4372f0ea9cc9d96f6417c9b986e23a4d116dda26b62cc29d046 -size 379307 diff --git a/python-pkginfo.changes b/python-pkginfo.changes index 3aec4e3..6162eb7 100644 --- a/python-pkginfo.changes +++ b/python-pkginfo.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Mar 16 09:28:59 UTC 2024 - Dirk Müller + +- update to 1.10.0: + * Add support for Python 3.11 and 3.12. + * Drop support for Python 3.6. + * Declare explicit testing dependency on 'wheel'. + * Add support for Metadata 2.3. + ------------------------------------------------------------------- Fri Apr 21 12:29:24 UTC 2023 - Dirk Müller @@ -115,7 +124,7 @@ Fri Jan 20 10:58:46 UTC 2023 - Elisei Roca - Update tests to match setuptools' change, no longer reporting metadata version for installed packages w/o explicit metadata. LP #1870197. - + ------------------------------------------------------------------- Sun Aug 16 15:30:46 UTC 2020 - John Vandenberg diff --git a/python-pkginfo.spec b/python-pkginfo.spec index c9c3762..9c52a18 100644 --- a/python-pkginfo.spec +++ b/python-pkginfo.spec @@ -1,7 +1,7 @@ # # spec file for package python-pkginfo # -# 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,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pkginfo -Version: 1.9.6 +Version: 1.10.0 Release: 0 Summary: Python package for querying metadatdata from sdists/bdists/installed packages License: MIT @@ -30,7 +30,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-setuptools Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest}