diff --git a/pkginfo-1.11.2.tar.gz b/pkginfo-1.11.2.tar.gz deleted file mode 100644 index 1ce994b..0000000 --- a/pkginfo-1.11.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6bc916b8298d159e31f2c216e35ee5b86da7da18874f879798d0a1983537c86 -size 450821 diff --git a/pkginfo-1.12.0.tar.gz b/pkginfo-1.12.0.tar.gz new file mode 100644 index 0000000..666a3b9 --- /dev/null +++ b/pkginfo-1.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad91a0445a036782b9366ef8b8c2c50291f83a553478ba8580c73d3215700cf +size 451375 diff --git a/python-pkginfo.changes b/python-pkginfo.changes index cac3691..42a5e19 100644 --- a/python-pkginfo.changes +++ b/python-pkginfo.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Dec 10 13:42:20 UTC 2024 - Markéta Machová + +- 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 diff --git a/python-pkginfo.spec b/python-pkginfo.spec index df1ea0e..1fe0542 100644 --- a/python-pkginfo.spec +++ b/python-pkginfo.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pkginfo -Version: 1.11.2 +Version: 1.12.0 Release: 0 Summary: Python package for querying metadatdata from sdists/bdists/installed packages License: MIT @@ -61,6 +61,8 @@ 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