[python-setuptools] Upstream update -- just fixes python-2.4 compat

Toshio くらとみ toshio at fedoraproject.org
Tue Jul 23 19:12:14 UTC 2013


commit 994ec72042e1c8a536ad90cb9c4e6c0ff6adf75d
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Tue Jul 23 12:09:10 2013 -0700

    Upstream update -- just fixes python-2.4 compat

 .gitignore             |    1 +
 python-setuptools.spec |    5 ++++-
 sources                |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7596dfb..188a6c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ distribute-0.6.14.tar.gz
 /setuptools-0.8b7.tar.gz
 /setuptools-0.8.tar.gz
 /setuptools-0.9.5.tar.gz
+/setuptools-0.9.6.tar.gz
diff --git a/python-setuptools.spec b/python-setuptools.spec
index cecc899..7e71670 100644
--- a/python-setuptools.spec
+++ b/python-setuptools.spec
@@ -7,7 +7,7 @@
 %global srcname setuptools
 
 Name:           python-setuptools
-Version:        0.9.5
+Version:        0.9.6
 Release:        1%{?dist}
 Summary:        Easily build and distribute Python packages
 
@@ -150,6 +150,9 @@ rm -rf %{buildroot}
 %endif # with_python3
 
 %changelog
+* Tue Jul 23 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 0.9.6-1
+- Upstream update -- just fixes python-2.4 compat
+
 * Tue Jul 16 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 0.9.5-1
 - Update to 0.9.5
   - package_index can handle hashes other than md5
diff --git a/sources b/sources
index 62e7608..4a38719 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2461dc5378277cfae68809baf8e0ef81  setuptools-0.9.5.tar.gz
+8c552a3b1e666d37a44e3123a1d1d46c  setuptools-0.9.6.tar.gz


More information about the scm-commits mailing list