[python-setuptools] Update to 11.0. Fixes bug #1178421

Kevin Fenzi kevin at fedoraproject.org
Sun Jan 4 18:10:49 UTC 2015


commit 26aa65e7d1572c97d5f91b78eb5e81966ce684f2
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sun Jan 4 11:10:58 2015 -0700

    Update to 11.0. Fixes bug #1178421

 .gitignore             |    1 +
 python-setuptools.spec |    8 ++++++--
 sources                |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b7f65f..aa63568 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /setuptools-6.1.tar.gz
 /setuptools-7.0.tar.gz
 /setuptools-8.2.1.tar.gz
+/setuptools-11.0.tar.gz
diff --git a/python-setuptools.spec b/python-setuptools.spec
index 4863eed..d10eaa9 100644
--- a/python-setuptools.spec
+++ b/python-setuptools.spec
@@ -19,7 +19,7 @@
 %endif
 
 Name:           python-setuptools
-Version:        8.2.1
+Version:        11.0
 Release:        1%{?dist}
 Summary:        Easily build and distribute Python packages
 
@@ -44,13 +44,14 @@ BuildRequires:  python-wheel
 %if 0%{?with_python3}
 BuildRequires:  python3-devel
 BuildRequires:  python3-pytest
+BuildRequires:  python3-mock
 %if 0%{?build_wheel}
 BuildRequires:  python3-pip
 BuildRequires:  python3-wheel
 %endif
 %endif # if with_python3
 # For unittests
-BuildRequires: subversion pytest
+BuildRequires: subversion pytest python-mock
 
 # We're now back to setuptools as the package.
 # Keep the python-distribute name active for a few releases.  Eventually we'll
@@ -204,6 +205,9 @@ rm -rf %{buildroot}
 %endif # with_python3
 
 %changelog
+* Sun Jan 04 2015 Kevin Fenzi <kevin at scrye.com> 11.0-1
+- Update to 11.0. Fixes bug #1178421
+
 * Fri Dec 26 2014 Kevin Fenzi <kevin at scrye.com> 8.2.1-1
 - Update to 8.2.1. Fixes bug #1175229
 
diff --git a/sources b/sources
index e7ce6ee..84d5f1f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ff8d385241245978cc7c08f9b4bceec8  setuptools-8.2.1.tar.gz
+723d5e3e10cceeca37c9c2ce386656ec  setuptools-11.0.tar.gz


More information about the scm-commits mailing list