import python-py-1.10.0-1.module+el8.4.0+9822+20bf1249
This commit is contained in:
parent
fe340cef58
commit
4522f9e575
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/py-1.9.0.tar.gz
|
SOURCES/py-1.10.0.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
8cbe522347596ffc292fd9b1ceaa4564a551ac76 SOURCES/py-1.9.0.tar.gz
|
690e4e3dcaeafe02ad4af36233148e7e10032d1a SOURCES/py-1.10.0.tar.gz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# python3-packaging, which is shahowed by python39-packaging during the build
|
# python3-packaging, which is shahowed by python39-packaging during the build
|
||||||
# of the python39 module
|
# of the python39 module
|
||||||
%bcond_with docs
|
%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
|
# https://github.com/pytest-dev/py/issues/104
|
||||||
# RHEL: Tests disabled due to incompatible version of pytest
|
# RHEL: Tests disabled due to incompatible version of pytest
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
@ -13,8 +13,8 @@
|
|||||||
%global srcname py
|
%global srcname py
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.9.0
|
Version: 1.10.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
||||||
License: MIT and Public Domain
|
License: MIT and Public Domain
|
||||||
# main package: MIT, except: doc/style.css: 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
|
%endif # with tests
|
||||||
Requires: python%{python3_pkgversion}-setuptools
|
Requires: python%{python3_pkgversion}-setuptools
|
||||||
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
||||||
Provides: bundled(python%{python3_pkgversion}-apipkg) = 1.4
|
Provides: bundled(python%{python3_pkgversion}-apipkg) = 1.5
|
||||||
Provides: bundled(python%{python3_pkgversion}-iniconfig) = 1.0.0
|
Provides: bundled(python%{python3_pkgversion}-iniconfig) = 1.1.1
|
||||||
|
|
||||||
%description -n python%{python3_pkgversion}-%{srcname}
|
%description -n python%{python3_pkgversion}-%{srcname}
|
||||||
The py lib is a Python development support library featuring the
|
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}
|
%files -n python%{python3_pkgversion}-%{srcname}
|
||||||
%doc CHANGELOG
|
%doc CHANGELOG.rst
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%if %{with docs}
|
%if %{with docs}
|
||||||
@ -121,6 +121,10 @@ py.test-%{python3_version} -r s -k"-TestWCSvnCommandPath" testing
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 12 2021 Tomas Orsava <torsava@redhat.com> - 1.9.0-3
|
||||||
- Convert from Fedora to the python39 module in RHEL8
|
- Convert from Fedora to the python39 module in RHEL8
|
||||||
- Resolves: rhbz#1877430
|
- Resolves: rhbz#1877430
|
||||||
|
Loading…
Reference in New Issue
Block a user