Hello community,

here is the log from the commit of package python-zc.buildout for 
openSUSE:Factory checked in at 2018-05-04 11:30:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zc.buildout (Old)
 and      /work/SRC/openSUSE:Factory/.python-zc.buildout.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zc.buildout"

Fri May  4 11:30:16 2018 rev:6 rq:603216 version:2.11.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zc.buildout/python-zc.buildout.changes    
2018-03-11 15:25:38.918360005 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zc.buildout.new/python-zc.buildout.changes   
    2018-05-04 11:30:18.505985977 +0200
@@ -1,0 +2,13 @@
+Sat Apr 14 12:54:46 UTC 2018 - [email protected]
+
+- update to version 2.11.3:
+ - Update to use the new PyPI at https://pypi.org/.
+
+-------------------------------------------------------------------
+Mon Mar 19 19:17:43 UTC 2018 - [email protected]
+
+- update to version 2.11.2:
+ - Fix for the #442 issue: AttributeError on
+   ``pkg_resources.SetuptoolsVersion``.
+
+-------------------------------------------------------------------

Old:
----
  zc.buildout-2.11.1.tar.gz

New:
----
  zc.buildout-2.11.3.tar.gz

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

Other differences:
------------------
++++++ python-zc.buildout.spec ++++++
--- /var/tmp/diff_new_pack.Pyf5sc/_old  2018-05-04 11:30:19.521948701 +0200
+++ /var/tmp/diff_new_pack.Pyf5sc/_new  2018-05-04 11:30:19.521948701 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %{!?license: %global license %doc}
 Name:           python-zc.buildout
-Version:        2.11.1
+Version:        2.11.3
 Release:        0
 Url:            http://pypi.python.org/pypi/zc.buildout
 Summary:        System for managing development buildouts

++++++ zc.buildout-2.11.1.tar.gz -> zc.buildout-2.11.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.1/CHANGES.rst 
new/zc.buildout-2.11.3/CHANGES.rst
--- old/zc.buildout-2.11.1/CHANGES.rst  2018-03-01 22:43:17.000000000 +0100
+++ new/zc.buildout-2.11.3/CHANGES.rst  2018-04-13 16:03:12.000000000 +0200
@@ -1,6 +1,19 @@
 Change History
 **************
 
+2.11.3 (2018-04-13)
+===================
+
+- Update to use the new PyPI at https://pypi.org/.
+
+
+2.11.2 (2018-03-19)
+===================
+
+- Fix for the #442 issue: AttributeError on
+  ``pkg_resources.SetuptoolsVersion``.
+
+
 2.11.1 (2018-03-01)
 ===================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.1/PKG-INFO 
new/zc.buildout-2.11.3/PKG-INFO
--- old/zc.buildout-2.11.1/PKG-INFO     2018-03-01 22:43:18.000000000 +0100
+++ new/zc.buildout-2.11.3/PKG-INFO     2018-04-13 16:03:13.000000000 +0200
@@ -1,12 +1,11 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: zc.buildout
-Version: 2.11.1
+Version: 2.11.3
 Summary: System for managing development buildouts
 Home-page: http://buildout.org
 Author: Jim Fulton
 Author-email: [email protected]
 License: ZPL 2.1
-Description-Content-Type: UNKNOWN
 Description: ********
         Buildout
         ********
@@ -64,6 +63,19 @@
         Change History
         **************
         
+        2.11.3 (2018-04-13)
+        ===================
+        
+        - Update to use the new PyPI at https://pypi.org/.
+        
+        
+        2.11.2 (2018-03-19)
+        ===================
+        
+        - Fix for the #442 issue: AttributeError on
+          ``pkg_resources.SetuptoolsVersion``.
+        
+        
         2.11.1 (2018-03-01)
         ===================
         
@@ -536,3 +548,4 @@
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Topic :: Software Development :: Build Tools
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Provides-Extra: test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.1/setup.py 
new/zc.buildout-2.11.3/setup.py
--- old/zc.buildout-2.11.1/setup.py     2018-03-01 22:43:17.000000000 +0100
+++ new/zc.buildout-2.11.3/setup.py     2018-04-13 16:03:12.000000000 +0200
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 name = "zc.buildout"
-version = '2.11.1'
+version = '2.11.3'
 
 import os
 from setuptools import setup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.1/src/zc/buildout/allowhosts.txt 
new/zc.buildout-2.11.3/src/zc/buildout/allowhosts.txt
--- old/zc.buildout-2.11.1/src/zc/buildout/allowhosts.txt       2018-03-01 
22:43:17.000000000 +0100
+++ new/zc.buildout-2.11.3/src/zc/buildout/allowhosts.txt       2018-04-13 
16:03:12.000000000 +0200
@@ -46,7 +46,7 @@
     ... develop = allowdemo
     ... parts = eggs
     ... allow-hosts =
-    ...     pypi.python.org
+    ...     pypi.org
     ...
     ... [eggs]
     ... recipe = zc.recipe.egg:eggs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.1/src/zc/buildout/buildout.txt 
new/zc.buildout-2.11.3/src/zc/buildout/buildout.txt
--- old/zc.buildout-2.11.1/src/zc/buildout/buildout.txt 2018-03-01 
22:43:17.000000000 +0100
+++ new/zc.buildout-2.11.3/src/zc/buildout/buildout.txt 2018-04-13 
16:03:12.000000000 +0200
@@ -3176,7 +3176,7 @@
   ...
   index = https://index.example.com/
 
-This index, or the default of https://pypi.python.org/simple/ if no
+This index, or the default of https://pypi.org/simple/ if no
 index is specified, will always be searched for distributions unless
 running buildout with options that prevent searching for
 distributions. The latest version of the distribution that meets the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.1/src/zc/buildout/easy_install.py 
new/zc.buildout-2.11.3/src/zc/buildout/easy_install.py
--- old/zc.buildout-2.11.1/src/zc/buildout/easy_install.py      2018-03-01 
22:43:17.000000000 +0100
+++ new/zc.buildout-2.11.3/src/zc/buildout/easy_install.py      2018-04-13 
16:03:12.000000000 +0200
@@ -42,8 +42,8 @@
     from setuptools import __version__ as setuptools_version
     # Now we need to check if we have at least 38.2.3 for namespace support.
     SETUPTOOLS_SUPPORTS_WHEELS = (
-        pkg_resources.SetuptoolsVersion(setuptools_version) >=
-        pkg_resources.SetuptoolsVersion('38.2.3'))
+        pkg_resources.parse_version(setuptools_version) >=
+        pkg_resources.parse_version('38.2.3'))
 except ImportError:
     SETUPTOOLS_SUPPORTS_WHEELS = False
 
@@ -56,7 +56,7 @@
 
 default_index_url = os.environ.get(
     'buildout-testing-index-url',
-    'https://pypi.python.org/simple',
+    'https://pypi.org/simple',
     )
 
 logger = logging.getLogger('zc.buildout.easy_install')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.1/src/zc/buildout/easy_install.txt 
new/zc.buildout-2.11.3/src/zc/buildout/easy_install.txt
--- old/zc.buildout-2.11.1/src/zc/buildout/easy_install.txt     2018-03-01 
22:43:17.000000000 +0100
+++ new/zc.buildout-2.11.3/src/zc/buildout/easy_install.txt     2018-04-13 
16:03:12.000000000 +0200
@@ -46,7 +46,7 @@
    The URL of an index server, or almost any other valid URL. :)
 
    If not specified, the Python Package Index,
-   https://pypi.python.org/simple/, is used.  You can specify an
+   https://pypi.org/simple/, is used.  You can specify an
    alternate index with this option.  If you use the links option and
    if the links point to the needed distributions, then the index can
    be anything and will be largely ignored.  In the examples, here,
@@ -1112,7 +1112,7 @@
    The URL of an index server, or almost any other valid URL. :)
 
    If not specified, the Python Package Index,
-   https://pypi.python.org/simple/, is used.  You can specify an
+   https://pypi.org/simple/, is used.  You can specify an
    alternate index with this option.  If you use the links option and
    if the links point to the needed distributions, then the index can
    be anything and will be largely ignored.  In the examples, here,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.1/src/zc/buildout/repeatable.txt 
new/zc.buildout-2.11.3/src/zc/buildout/repeatable.txt
--- old/zc.buildout-2.11.1/src/zc/buildout/repeatable.txt       2018-03-01 
22:43:17.000000000 +0100
+++ new/zc.buildout-2.11.3/src/zc/buildout/repeatable.txt       2018-04-13 
16:03:12.000000000 +0200
@@ -317,8 +317,8 @@
     recipe v2
 
 The Python package index is case-insensitive. Both
-https://pypi.python.org/simple/Django/ and
-https://pypi.python.org/simple/dJaNgO/ work. And distributions aren't always
+https://pypi.org/simple/Django/ and
+https://pypi.org/simple/dJaNgO/ work. And distributions aren't always
 naming themselves consistently case-wise. So all version names are normalized
 and case differences won't impact the pinning:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.1/src/zc.buildout.egg-info/PKG-INFO 
new/zc.buildout-2.11.3/src/zc.buildout.egg-info/PKG-INFO
--- old/zc.buildout-2.11.1/src/zc.buildout.egg-info/PKG-INFO    2018-03-01 
22:43:18.000000000 +0100
+++ new/zc.buildout-2.11.3/src/zc.buildout.egg-info/PKG-INFO    2018-04-13 
16:03:13.000000000 +0200
@@ -1,12 +1,11 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: zc.buildout
-Version: 2.11.1
+Version: 2.11.3
 Summary: System for managing development buildouts
 Home-page: http://buildout.org
 Author: Jim Fulton
 Author-email: [email protected]
 License: ZPL 2.1
-Description-Content-Type: UNKNOWN
 Description: ********
         Buildout
         ********
@@ -64,6 +63,19 @@
         Change History
         **************
         
+        2.11.3 (2018-04-13)
+        ===================
+        
+        - Update to use the new PyPI at https://pypi.org/.
+        
+        
+        2.11.2 (2018-03-19)
+        ===================
+        
+        - Fix for the #442 issue: AttributeError on
+          ``pkg_resources.SetuptoolsVersion``.
+        
+        
         2.11.1 (2018-03-01)
         ===================
         
@@ -536,3 +548,4 @@
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Topic :: Software Development :: Build Tools
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Provides-Extra: test


Reply via email to