diff --git a/.gitignore b/.gitignore index 491d8a7..dda46e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/py-1.9.0.tar.gz +SOURCES/py-1.10.0.tar.gz diff --git a/.python-py.metadata b/.python-py.metadata index 0f7edb8..14d9d97 100644 --- a/.python-py.metadata +++ b/.python-py.metadata @@ -1 +1 @@ -8cbe522347596ffc292fd9b1ceaa4564a551ac76 SOURCES/py-1.9.0.tar.gz +690e4e3dcaeafe02ad4af36233148e7e10032d1a SOURCES/py-1.10.0.tar.gz diff --git a/SPECS/python-py.spec b/SPECS/python-py.spec index 6dd99f9..851b4e7 100644 --- a/SPECS/python-py.spec +++ b/SPECS/python-py.spec @@ -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 - 1.10.0-1 +- Update to 1.10.0. +- Resolves: rhbz#1877430 + * Tue Jan 12 2021 Tomas Orsava - 1.9.0-3 - Convert from Fedora to the python39 module in RHEL8 - Resolves: rhbz#1877430