import python-py-1.10.0-1.module+el8.4.0+9822+20bf1249

This commit is contained in:
CentOS Sources 2021-02-06 10:21:41 +00:00 committed by Andrew Lukoshko
parent fe340cef58
commit 4522f9e575
3 changed files with 12 additions and 8 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/py-1.9.0.tar.gz
SOURCES/py-1.10.0.tar.gz

View File

@ -1 +1 @@
8cbe522347596ffc292fd9b1ceaa4564a551ac76 SOURCES/py-1.9.0.tar.gz
690e4e3dcaeafe02ad4af36233148e7e10032d1a SOURCES/py-1.10.0.tar.gz

View File

@ -2,7 +2,7 @@
# python3-packaging, which is shahowed by python39-packaging during the build
# of the python39 module
%bcond_with docs
# the testsuite is curremtly not compatible with pytest 3, see
# the testsuite is currently not compatible with pytest 3, see
# https://github.com/pytest-dev/py/issues/104
# RHEL: Tests disabled due to incompatible version of pytest
%bcond_with tests
@ -13,8 +13,8 @@
%global srcname py
Name: python-%{srcname}
Version: 1.9.0
Release: 3%{?dist}
Version: 1.10.0
Release: 1%{?dist}
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
License: MIT and Public Domain
# main package: MIT, except: doc/style.css: Public Domain
@ -56,8 +56,8 @@ BuildRequires: python%{python3_pkgversion}-pytest < %{pytest_version_ub}
%endif # with tests
Requires: python%{python3_pkgversion}-setuptools
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
Provides: bundled(python%{python3_pkgversion}-apipkg) = 1.4
Provides: bundled(python%{python3_pkgversion}-iniconfig) = 1.0.0
Provides: bundled(python%{python3_pkgversion}-apipkg) = 1.5
Provides: bundled(python%{python3_pkgversion}-iniconfig) = 1.1.1
%description -n python%{python3_pkgversion}-%{srcname}
The py lib is a Python development support library featuring the
@ -110,7 +110,7 @@ py.test-%{python3_version} -r s -k"-TestWCSvnCommandPath" testing
%files -n python%{python3_pkgversion}-%{srcname}
%doc CHANGELOG
%doc CHANGELOG.rst
%doc README.rst
%license LICENSE
%if %{with docs}
@ -121,6 +121,10 @@ py.test-%{python3_version} -r s -k"-TestWCSvnCommandPath" testing
%changelog
* Thu Jan 28 2021 Tomas Orsava <torsava@redhat.com> - 1.10.0-1
- Update to 1.10.0.
- Resolves: rhbz#1877430
* Tue Jan 12 2021 Tomas Orsava <torsava@redhat.com> - 1.9.0-3
- Convert from Fedora to the python39 module in RHEL8
- Resolves: rhbz#1877430