Accepting request 1229913 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1229913 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pkginfo?expand=0&rev=13
This commit is contained in:
commit
3013e31147
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c6bc916b8298d159e31f2c216e35ee5b86da7da18874f879798d0a1983537c86
|
|
||||||
size 450821
|
|
3
pkginfo-1.12.0.tar.gz
Normal file
3
pkginfo-1.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8ad91a0445a036782b9366ef8b8c2c50291f83a553478ba8580c73d3215700cf
|
||||||
|
size 451375
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Fri Nov 15 16:40:01 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pkginfo
|
Name: python-pkginfo
|
||||||
Version: 1.11.2
|
Version: 1.12.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
|
||||||
@ -61,6 +61,8 @@ the *.egg-info stored in a "development checkout"
|
|||||||
%python_clone -a %{buildroot}%{_bindir}/pkginfo
|
%python_clone -a %{buildroot}%{_bindir}/pkginfo
|
||||||
|
|
||||||
%check
|
%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
|
%pytest
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
Loading…
x
Reference in New Issue
Block a user