Update to 11.0. Fixes bug #1178421

This commit is contained in:
Kevin Fenzi 2015-01-04 11:10:58 -07:00
parent 9b15a13bab
commit 26aa65e7d1
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
ff8d385241245978cc7c08f9b4bceec8 setuptools-8.2.1.tar.gz 723d5e3e10cceeca37c9c2ce386656ec setuptools-11.0.tar.gz