Hello community,

here is the log from the commit of package python-setuptools for 
openSUSE:Factory checked in at 2014-07-27 08:24:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-setuptools (Old)
 and      /work/SRC/openSUSE:Factory/.python-setuptools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-setuptools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-setuptools/python-setuptools.changes      
2014-05-10 08:32:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-setuptools.new/python-setuptools.changes 
2014-07-27 08:25:08.000000000 +0200
@@ -1,0 +2,43 @@
+Wed Jul 23 08:54:56 UTC 2014 - [email protected]
+
+- bump to 5.4.1
+  Changes between 5.4.1 and 3.6
+   * Python #7776: (ssl_support) Correct usage of host for validation when
+     tunneling for HTTPS.
+   * Issue #154: pkg_resources will now cache the zip manifests rather than
+     re-processing the same file from disk multiple times, but only if the
+     environment variable PKG_RESOURCES_CACHE_ZIP_MANIFESTS is set. Clients
+     that package many modules in the same zip file will see some improvement
+     in startup time by enabling this feature. This feature is not enabled by
+     default because it causes a substantial increase in memory usage.
+   * Issue #185: Make svn tagging work on the new style SVN metadata. Thanks
+     cazabon!
+   * Prune revision control directories (e.g .svn) from base path as well as
+     sub-directories.
+   * Added a Developer Guide to the official documentation.
+   * Some code refactoring and cleanup was done with no intended behavioral
+     changes.
+   * During install_egg_info, the generated lines for namespace package .pth
+     files are now processed even during a dry run.
+   * Issue #202: Implemented more robust cache invalidation for the
+     ZipImporter, building on the work in Issue #168. Special thanks to Jurko
+     Gospodnetic and PJE.
+   * Issue #220: Restored script templates.
+   * Renamed script templates to end with .tmpl now that they no longer need to
+     be processed by 2to3. Fixes spurious syntax errors during build/install.
+   * Issue #218: Re-release of 3.8.1 to signal that it supersedes 4.x.
+   * Incidentally, script templates were updated not to include the
+     triple-quote escaping.
+   * Issue #213: Use legacy StringIO behavior for compatibility under pbr.
+   * Issue #218: Setuptools 3.8.1 superseded 4.0.1, and 4.x was removed from
+     the available versions to install.
+   * Issue #210: setup.py develop now copies scripts in binary mode rather than
+     text mode, matching the behavior of the install command.
+   * Extend Issue #197 workaround to include all Python 3 versions prior to
+   * Issue #193: Improved handling of Unicode filenames when building
+     manifests.
+
+- drop not applying patch setuptools-0.6c9-create-sitedir.patch
+- introduce applying patch with the same effect 
setuptools-5.4.1-create-sitedir.patch
+
+-------------------------------------------------------------------

Old:
----
  setuptools-0.6c9-create-sitedir.patch
  setuptools-3.6.tar.gz

New:
----
  setuptools-5.4.1-create-sitedir.patch
  setuptools-5.4.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-setuptools.spec ++++++
--- /var/tmp/diff_new_pack.wJILWR/_old  2014-07-27 08:25:09.000000000 +0200
+++ /var/tmp/diff_new_pack.wJILWR/_new  2014-07-27 08:25:09.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-setuptools
-Version:        3.6
+Version:        5.4.1
 Release:        0
 Url:            http://pypi.python.org/pypi/setuptools
 Summary:        Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -26,7 +26,7 @@
 Source:         
https://pypi.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz
 Source1:        psfl.txt
 Source2:        zpl.txt
-Patch1:         setuptools-0.6c9-create-sitedir.patch
+Patch1:         setuptools-5.4.1-create-sitedir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-xml
@@ -52,7 +52,7 @@
 
 %prep
 %setup -q -n setuptools-%{version}
-%patch1
+%patch1 -p1
 find . -type f -name "*.orig" -delete
 
 %build

++++++ setuptools-0.6c9-create-sitedir.patch -> 
setuptools-5.4.1-create-sitedir.patch ++++++
--- 
/work/SRC/openSUSE:Factory/python-setuptools/setuptools-0.6c9-create-sitedir.patch
  2013-07-02 14:30:21.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-setuptools.new/setuptools-5.4.1-create-sitedir.patch
     2014-07-27 08:25:08.000000000 +0200
@@ -1,8 +1,10 @@
---- setuptools/command/easy_install.py
-+++ setuptools/command/easy_install.py
-@@ -249,6 +249,13 @@
+Index: setuptools-5.4.1/setuptools/command/easy_install.py
+===================================================================
+--- setuptools-5.4.1.orig/setuptools/command/easy_install.py
++++ setuptools-5.4.1/setuptools/command/easy_install.py
+@@ -405,6 +405,13 @@ class easy_install(Command):
          instdir = normalize_path(self.install_dir)
-         pth_file = os.path.join(instdir,'easy-install.pth')
+         pth_file = os.path.join(instdir, 'easy-install.pth')
  
 +        # make sure that the directory exists
 +        if not os.path.exists(instdir):

++++++ setuptools-3.6.tar.gz -> setuptools-5.4.1.tar.gz ++++++
++++ 9789 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to