Accepting request 1158408 from devel:languages:python
- 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/request/show/1158408 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pkginfo?expand=0&rev=9
This commit is contained in:
commit
74f93ded2e
3
pkginfo-1.10.0.tar.gz
Normal file
3
pkginfo-1.10.0.tar.gz
Normal 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)
BIN
pkginfo-1.9.6.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -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>
|
Fri Apr 21 12:29:24 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pkginfo
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pkginfo
|
Name: python-pkginfo
|
||||||
Version: 1.9.6
|
Version: 1.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python package for querying metadatdata from sdists/bdists/installed packages
|
Summary: Python package for querying metadatdata from sdists/bdists/installed packages
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -30,7 +30,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
Loading…
Reference in New Issue
Block a user