[python-setuptools] Update to newer upstream release. Some minor incompatibilities listed but

Toshio くらとみ toshio at fedoraproject.org
Sat Oct 26 15:37:10 UTC 2013


commit 306cac067972993144add77727437c3b5f4a1cc7
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Sat Oct 26 08:37:02 2013 -0700

    Update to newer upstream release.  Some minor incompatibilities listed but
    
      they should affect few, if any consumers.

 .gitignore             |    1 +
 python-setuptools.spec |    8 ++++++--
 sources                |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 188a6c6..1bfd522 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ distribute-0.6.14.tar.gz
 /setuptools-0.8.tar.gz
 /setuptools-0.9.5.tar.gz
 /setuptools-0.9.6.tar.gz
+/setuptools-1.1.6.tar.gz
diff --git a/python-setuptools.spec b/python-setuptools.spec
index 2aefeb4..b2bb755 100644
--- a/python-setuptools.spec
+++ b/python-setuptools.spec
@@ -7,8 +7,8 @@
 %global srcname setuptools
 
 Name:           python-setuptools
-Version:        0.9.6
-Release:        2%{?dist}
+Version:        1.1.6
+Release:        1%{?dist}
 Summary:        Easily build and distribute Python packages
 
 Group:          Applications/System
@@ -150,6 +150,10 @@ rm -rf %{buildroot}
 %endif # with_python3
 
 %changelog
+* Sat Oct 26 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 1.1.6-1
+- Update to newer upstream release.  Some minor incompatibilities listed but
+  they should affect few, if any consumers.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 4a38719..5d5587d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8c552a3b1e666d37a44e3123a1d1d46c  setuptools-0.9.6.tar.gz
+ee82ea53def4480191061997409d2996  setuptools-1.1.6.tar.gz


More information about the scm-commits mailing list