- 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
This commit is contained in:
Dirk Mueller 2024-03-16 09:29:30 +00:00 committed by Git OBS Bridge
parent 6c1a0d505e
commit a8b92bf26b
4 changed files with 16 additions and 7 deletions

3
pkginfo-1.10.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5df73835398d10db79f8eecd5cd86b1f6d29317589ea70796994d49399af6297
size 378457

BIN
pkginfo-1.9.6.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Mar 16 09:28:59 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>
@ -115,7 +124,7 @@ Fri Jan 20 10:58:46 UTC 2023 - Elisei Roca <eroca@suse.com>
- 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 <jayvdb@gmail.com>

View File

@ -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}