Update to 11.0. Fixes bug #1178421
This commit is contained in:
parent
9b15a13bab
commit
26aa65e7d1
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/setuptools-6.1.tar.gz
|
/setuptools-6.1.tar.gz
|
||||||
/setuptools-7.0.tar.gz
|
/setuptools-7.0.tar.gz
|
||||||
/setuptools-8.2.1.tar.gz
|
/setuptools-8.2.1.tar.gz
|
||||||
|
/setuptools-11.0.tar.gz
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 8.2.1
|
Version: 11.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easily build and distribute Python packages
|
Summary: Easily build and distribute Python packages
|
||||||
|
|
||||||
@ -44,13 +44,14 @@ BuildRequires: python-wheel
|
|||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
|
BuildRequires: python3-mock
|
||||||
%if 0%{?build_wheel}
|
%if 0%{?build_wheel}
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
BuildRequires: python3-wheel
|
BuildRequires: python3-wheel
|
||||||
%endif
|
%endif
|
||||||
%endif # if with_python3
|
%endif # if with_python3
|
||||||
# For unittests
|
# For unittests
|
||||||
BuildRequires: subversion pytest
|
BuildRequires: subversion pytest python-mock
|
||||||
|
|
||||||
# We're now back to setuptools as the package.
|
# We're now back to setuptools as the package.
|
||||||
# Keep the python-distribute name active for a few releases. Eventually we'll
|
# Keep the python-distribute name active for a few releases. Eventually we'll
|
||||||
@ -204,6 +205,9 @@ rm -rf %{buildroot}
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 04 2015 Kevin Fenzi <kevin@scrye.com> 11.0-1
|
||||||
|
- Update to 11.0. Fixes bug #1178421
|
||||||
|
|
||||||
* Fri Dec 26 2014 Kevin Fenzi <kevin@scrye.com> 8.2.1-1
|
* Fri Dec 26 2014 Kevin Fenzi <kevin@scrye.com> 8.2.1-1
|
||||||
- Update to 8.2.1. Fixes bug #1175229
|
- Update to 8.2.1. Fixes bug #1175229
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user