Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-py.git#a68092ae5d7e332ca3ade81aa41114f228d5826f
This commit is contained in:
parent
b652f16e53
commit
63a95cff69
@ -1,7 +1,7 @@
|
||||
# we have a circular (build) dependency with the (new) pytest package
|
||||
# when generating the docs or running the testsuite
|
||||
%bcond_without 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
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
%bcond_with tests
|
||||
@ -15,8 +15,8 @@
|
||||
%global srcname py
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.9.0
|
||||
Release: 2%{?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
|
||||
@ -53,8 +53,8 @@ BuildRequires: python3-pytest >= %{pytest_version_lb}, python3-pytest < %{pytes
|
||||
%endif # with tests
|
||||
Requires: python3-setuptools
|
||||
%{?python_provide:%python_provide python3-%{srcname}}
|
||||
Provides: bundled(python3-apipkg) = 1.4
|
||||
Provides: bundled(python3-iniconfig) = 1.0.0
|
||||
Provides: bundled(python3-apipkg) = 1.5
|
||||
Provides: bundled(python3-iniconfig) = 1.1.1
|
||||
Obsoletes: platform-python-%{srcname} < %{version}-%{release}
|
||||
|
||||
%description -n python3-%{srcname}
|
||||
@ -99,7 +99,7 @@ py.test-%{python3_version} -r s -k"-TestWCSvnCommandPath" testing
|
||||
|
||||
|
||||
%files -n python3-%{srcname}
|
||||
%doc CHANGELOG
|
||||
%doc CHANGELOG.rst
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%if %{with docs}
|
||||
@ -110,6 +110,9 @@ py.test-%{python3_version} -r s -k"-TestWCSvnCommandPath" testing
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Dec 26 2020 Thomas Moschny <thomas.moschny@gmx.de> - 1.10.0-1
|
||||
- Update to 1.10.0.
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (py-1.9.0.tar.gz) = 965b2adfe1b13177629ccfcdf6d0a13460683ca7a01d585163deb1af15d926fc86680d9e51660f6cbb8569f822a4d54ce281c029e363d244ddf67e33b102ad0a
|
||||
SHA512 (py-1.10.0.tar.gz) = 7a0eb964067bc01fa4f8ffe70b043abfd4619134fbee2935713e28382085d0b8972c319ed665a643b879b18ce662db8a9bd722937af7cf36c233214eea211dd1
|
||||
|
Loading…
Reference in New Issue
Block a user