Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

4 changed files with 4 additions and 20 deletions

BIN
pkginfo-1.11.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ad91a0445a036782b9366ef8b8c2c50291f83a553478ba8580c73d3215700cf
size 451375

View File

@ -1,17 +1,3 @@
-------------------------------------------------------------------
Tue Dec 10 13:42:20 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Update to 1.12.0
* Declare content type of long description explicitly as text/x-rst.
* Support metadata_version == 2.4 (PEP 639).
-------------------------------------------------------------------
Fri Nov 15 16:40:01 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.11.2
* Swap order of zip/tarball checks to work around archives which fool
'zipfile.is_zipfile'. LP #2084140.
-------------------------------------------------------------------
Thu Jun 20 13:21:37 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pkginfo
Version: 1.12.0
Version: 1.11.1
Release: 0
Summary: Python package for querying metadatdata from sdists/bdists/installed packages
License: MIT
@ -61,8 +61,6 @@ the *.egg-info stored in a "development checkout"
%python_clone -a %{buildroot}%{_bindir}/pkginfo
%check
# install wheel in tests with an explicit metadata version, looks like we have a different default (openSUSE-only)
sed -iE "s/_make_installed('wheel')/_make_installed('wheel', metadata_version='2.3')/" pkginfo/tests/test_installed.py
%pytest
%post