Browse Source

update module

Ralf S. Engelschall 9 years ago
parent
commit
cc07325ab8
2 changed files with 12 additions and 12 deletions
  1. 10 10
      python-setup/python-setup.patch
  2. 2 2
      python-setup/python-setup.spec

+ 10 - 10
python-setup/python-setup.patch

@@ -1,12 +1,12 @@
-Index: setuptools-25.0.0/setup.py
---- setuptools-25.0.0/setup.py.orig	2014-07-06 19:59:07.000000000 +0200
-+++ setuptools-25.0.0/setup.py	2014-07-10 20:16:07.072013308 +0200
-@@ -101,7 +101,7 @@
-         long_description = readme_file.read() + '\n' + changes_file.read()
+Index: setuptools-25.1.0/setup.py
+--- setuptools-25.1.0/setup.py.orig	2016-07-25 20:18:02.942942000 +0200
++++ setuptools-25.1.0/setup.py	2016-07-25 20:21:11.382150187 +0200
+@@ -51,7 +51,7 @@
+     long_description = readme_file.read()
+ 
+ package_data = dict(
+-    setuptools=['script (dev).tmpl', 'script.tmpl', 'site-patch.py'],
++    setuptools=['script-dev.tmpl', 'script.tmpl', 'site-patch.py'],
+ )
  
- package_data = {
--        'setuptools': ['script (dev).tmpl', 'script.tmpl', 'site-patch.py']}
-+        'setuptools': ['script-dev.tmpl', 'script.tmpl', 'site-patch.py']}
  force_windows_specific_files = (
-     os.environ.get("SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES")
-     not in (None, "", "0")

+ 2 - 2
python-setup/python-setup.spec

@@ -23,7 +23,7 @@
 
 #   package version
 %define       V_python         2.7
-%define       V_setuptools     25.0.0
+%define       V_setuptools     25.1.0
 %define       V_setuptools_git 1.1
 %define       V_pip            8.1.2
 %define       V_pbr            1.10.0
@@ -40,7 +40,7 @@ Class:        EVAL
 Group:        Language
 License:      PSF/ZPL
 Version:      %{V_python}
-Release:      20160723
+Release:      20160725
 
 #   list of sources
 Source0:      http://pypi.python.org/packages/source/s/setuptools/setuptools-%{V_setuptools}.tar.gz