Hello community,

here is the log from the commit of package python-zc.buildout for 
openSUSE:Factory checked in at 2017-10-13 14:16:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 Oct 13 14:16:37 2017 rev:2 rq:533149 version:2.9.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zc.buildout/python-zc.buildout.changes    
2017-08-28 15:14:28.479409160 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zc.buildout.new/python-zc.buildout.changes   
    2017-10-13 14:16:38.534765483 +0200
@@ -1,0 +2,8 @@
+Sat Sep 23 21:46:43 UTC 2017 - [email protected]
+
+- update to 2.9.5
+ * Use HTTPS for PyPI's index.  PyPI redirects HTTP to HTTPS by default
+   now so using HTTPS directly avoids the potential for that redirect
+   being modified in flight.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-zc.buildout.spec ++++++
--- /var/tmp/diff_new_pack.xZaXva/_old  2017-10-13 14:16:39.406727144 +0200
+++ /var/tmp/diff_new_pack.xZaXva/_new  2017-10-13 14:16:39.410726968 +0200
@@ -20,7 +20,7 @@
 %{!?license: %global license %doc}
 %bcond_without test
 Name:           python-zc.buildout
-Version:        2.9.4
+Version:        2.9.5
 Release:        0
 Url:            http://pypi.python.org/pypi/zc.buildout
 Summary:        System for managing development buildouts
@@ -64,6 +64,7 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}/zc/buildout
+%python_expand %fdupes 
%{buildroot}%{$python_sitelib}/zc.buildout-2.9.5-py%{$python_version}.egg-info
 
 #%if %%{with test}
 #%%check

++++++ zc.buildout-2.9.4.tar.gz -> zc.buildout-2.9.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.9.4/CHANGES.rst 
new/zc.buildout-2.9.5/CHANGES.rst
--- old/zc.buildout-2.9.4/CHANGES.rst   2017-06-20 17:27:26.000000000 +0200
+++ new/zc.buildout-2.9.5/CHANGES.rst   2017-09-22 21:28:40.000000000 +0200
@@ -1,6 +1,14 @@
 Change History
 **************
 
+2.9.5 (2017-09-22)
+==================
+
+- Use HTTPS for PyPI's index.  PyPI redirects HTTP to HTTPS by default
+  now so using HTTPS directly avoids the potential for that redirect
+  being modified in flight.
+
+
 2.9.4 (2017-06-20)
 ==================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.9.4/PKG-INFO 
new/zc.buildout-2.9.5/PKG-INFO
--- old/zc.buildout-2.9.4/PKG-INFO      2017-06-20 17:27:27.000000000 +0200
+++ new/zc.buildout-2.9.5/PKG-INFO      2017-09-22 21:28:41.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: zc.buildout
-Version: 2.9.4
+Version: 2.9.5
 Summary: System for managing development buildouts
 Home-page: http://buildout.org
 Author: Jim Fulton
@@ -69,6 +69,14 @@
         Change History
         **************
         
+        2.9.5 (2017-09-22)
+        ==================
+        
+        - Use HTTPS for PyPI's index.  PyPI redirects HTTP to HTTPS by default
+          now so using HTTPS directly avoids the potential for that redirect
+          being modified in flight.
+        
+        
         2.9.4 (2017-06-20)
         ==================
         
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.9.4/setup.cfg 
new/zc.buildout-2.9.5/setup.cfg
--- old/zc.buildout-2.9.4/setup.cfg     2017-06-20 17:27:27.000000000 +0200
+++ new/zc.buildout-2.9.5/setup.cfg     2017-09-22 21:28:41.000000000 +0200
@@ -17,5 +17,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.9.4/setup.py 
new/zc.buildout-2.9.5/setup.py
--- old/zc.buildout-2.9.4/setup.py      2017-06-20 17:27:26.000000000 +0200
+++ new/zc.buildout-2.9.5/setup.py      2017-09-22 21:28:40.000000000 +0200
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 name = "zc.buildout"
-version = '2.9.4'
+version = '2.9.5'
 
 import os
 from setuptools import setup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.9.4/src/zc/buildout/buildout.txt 
new/zc.buildout-2.9.5/src/zc/buildout/buildout.txt
--- old/zc.buildout-2.9.4/src/zc/buildout/buildout.txt  2017-06-20 
17:27:26.000000000 +0200
+++ new/zc.buildout-2.9.5/src/zc/buildout/buildout.txt  2017-09-22 
21:28:40.000000000 +0200
@@ -3174,9 +3174,9 @@
 
   [buildout]
   ...
-  index = http://index.example.com/
+  index = https://index.example.com/
 
-This index, or the default of http://pypi.python.org/simple/ if no
+This index, or the default of https://pypi.python.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.9.4/src/zc/buildout/easy_install.py 
new/zc.buildout-2.9.5/src/zc/buildout/easy_install.py
--- old/zc.buildout-2.9.4/src/zc/buildout/easy_install.py       2017-06-20 
17:27:26.000000000 +0200
+++ new/zc.buildout-2.9.5/src/zc/buildout/easy_install.py       2017-09-22 
21:28:40.000000000 +0200
@@ -46,7 +46,7 @@
 
 default_index_url = os.environ.get(
     'buildout-testing-index-url',
-    'http://pypi.python.org/simple',
+    'https://pypi.python.org/simple',
     )
 
 logger = logging.getLogger('zc.buildout.easy_install')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.9.4/src/zc/buildout/easy_install.txt 
new/zc.buildout-2.9.5/src/zc/buildout/easy_install.txt
--- old/zc.buildout-2.9.4/src/zc/buildout/easy_install.txt      2017-06-20 
17:27:26.000000000 +0200
+++ new/zc.buildout-2.9.5/src/zc/buildout/easy_install.txt      2017-09-22 
21:28:40.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,
-   http://pypi.python.org/simple/, is used.  You can specify an
+   https://pypi.python.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,
@@ -1077,7 +1077,7 @@
    The URL of an index server, or almost any other valid URL. :)
 
    If not specified, the Python Package Index,
-   http://pypi.python.org/simple/, is used.  You can specify an
+   https://pypi.python.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.9.4/src/zc/buildout/repeatable.txt 
new/zc.buildout-2.9.5/src/zc/buildout/repeatable.txt
--- old/zc.buildout-2.9.4/src/zc/buildout/repeatable.txt        2017-06-20 
17:27:26.000000000 +0200
+++ new/zc.buildout-2.9.5/src/zc/buildout/repeatable.txt        2017-09-22 
21:28:40.000000000 +0200
@@ -317,8 +317,8 @@
     recipe v2
 
 The Python package index is case-insensitive. Both
-http://pypi.python.org/simple/Django/ and
-http://pypi.python.org/simple/dJaNgO/ work. And distributions aren't always
+https://pypi.python.org/simple/Django/ and
+https://pypi.python.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.9.4/src/zc.buildout.egg-info/PKG-INFO 
new/zc.buildout-2.9.5/src/zc.buildout.egg-info/PKG-INFO
--- old/zc.buildout-2.9.4/src/zc.buildout.egg-info/PKG-INFO     2017-06-20 
17:27:27.000000000 +0200
+++ new/zc.buildout-2.9.5/src/zc.buildout.egg-info/PKG-INFO     2017-09-22 
21:28:41.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: zc.buildout
-Version: 2.9.4
+Version: 2.9.5
 Summary: System for managing development buildouts
 Home-page: http://buildout.org
 Author: Jim Fulton
@@ -69,6 +69,14 @@
         Change History
         **************
         
+        2.9.5 (2017-09-22)
+        ==================
+        
+        - Use HTTPS for PyPI's index.  PyPI redirects HTTP to HTTPS by default
+          now so using HTTPS directly avoids the potential for that redirect
+          being modified in flight.
+        
+        
         2.9.4 (2017-06-20)
         ==================
         


Reply via email to