[python-setuptools] Update to 8.2.1. Fixes bug #1175229

Kevin Fenzi kevin at fedoraproject.org
Fri Dec 26 23:23:31 UTC 2014


commit 9b15a13babba08d6173cbf8b4a135e89ecfcb759
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Fri Dec 26 16:23:28 2014 -0700

    Update to 8.2.1. Fixes bug #1175229

 .gitignore             |    1 +
 python-setuptools.spec |    5 ++++-
 sources                |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0665d11..8b7f65f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /setuptools-6.0.2.tar.gz
 /setuptools-6.1.tar.gz
 /setuptools-7.0.tar.gz
+/setuptools-8.2.1.tar.gz
diff --git a/python-setuptools.spec b/python-setuptools.spec
index ab031ed..4863eed 100644
--- a/python-setuptools.spec
+++ b/python-setuptools.spec
@@ -19,7 +19,7 @@
 %endif
 
 Name:           python-setuptools
-Version:        7.0
+Version:        8.2.1
 Release:        1%{?dist}
 Summary:        Easily build and distribute Python packages
 
@@ -204,6 +204,9 @@ rm -rf %{buildroot}
 %endif # with_python3
 
 %changelog
+* Fri Dec 26 2014 Kevin Fenzi <kevin at scrye.com> 8.2.1-1
+- Update to 8.2.1. Fixes bug #1175229
+
 * Thu Oct 23 2014 Ralph Bean <rbean at redhat.com> - 7.0-1
 - Latest upstream.  Fixes bug #1154590.
 
diff --git a/sources b/sources
index 8daae78..e7ce6ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6245d6752e2ef803c365f560f7f2f940  setuptools-7.0.tar.gz
+ff8d385241245978cc7c08f9b4bceec8  setuptools-8.2.1.tar.gz


More information about the scm-commits mailing list