commit python-zc.buildout for openSUSE:Factory

2020-05-16 Thread root
Hello community,

here is the log from the commit of package python-zc.buildout for 
openSUSE:Factory checked in at 2020-05-16 22:27:08

Comparing /work/SRC/openSUSE:Factory/python-zc.buildout (Old)
 and  /work/SRC/openSUSE:Factory/.python-zc.buildout.new.2738 (New)


Package is "python-zc.buildout"

Sat May 16 22:27:08 2020 rev:14 rq:805895 version:2.13.3

Changes:

--- /work/SRC/openSUSE:Factory/python-zc.buildout/python-zc.buildout.changes
2020-03-09 18:34:15.074022312 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zc.buildout.new.2738/python-zc.buildout.changes
  2020-05-16 22:27:10.317376275 +0200
@@ -1,0 +2,5 @@
+Fri May 15 12:37:32 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-zc.buildout.spec ++
--- /var/tmp/diff_new_pack.yMABZW/_old  2020-05-16 22:27:11.125377933 +0200
+++ /var/tmp/diff_new_pack.yMABZW/_new  2020-05-16 22:27:11.125377933 +0200
@@ -30,6 +30,8 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-setuptools
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 Provides:   python-zc_buildout = %{version}
 Obsoletes:  python-zc_buildout < %{version}
 BuildArch:  noarch
@@ -59,16 +61,23 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/buildout
 %python_expand %fdupes %{buildroot}%{$python_sitelib}/zc/buildout
 %python_expand %fdupes 
%{buildroot}%{$python_sitelib}/zc.buildout-2.9.5-py%{$python_version}.egg-info
 
 #%%check
 #%%python_exec setup.py test
 
+%post
+%python_install_alternative buildout
+
+%postun
+%python_uninstall_alternative buildout
+
 %files %{python_files}
 %doc README.rst CHANGES.rst COPYRIGHT.txt DEVELOPERS.txt
 %license LICENSE.txt
 %{python_sitelib}/*
-%python3_only %{_bindir}/buildout
+%python_alternative %{_bindir}/buildout
 
 %changelog




commit python-zc.buildout for openSUSE:Factory

2020-03-09 Thread root
Hello community,

here is the log from the commit of package python-zc.buildout for 
openSUSE:Factory checked in at 2020-03-09 18:34:12

Comparing /work/SRC/openSUSE:Factory/python-zc.buildout (Old)
 and  /work/SRC/openSUSE:Factory/.python-zc.buildout.new.26092 (New)


Package is "python-zc.buildout"

Mon Mar  9 18:34:12 2020 rev:13 rq:782912 version:2.13.3

Changes:

--- /work/SRC/openSUSE:Factory/python-zc.buildout/python-zc.buildout.changes
2019-07-16 08:41:00.511029903 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zc.buildout.new.26092/python-zc.buildout.changes
 2020-03-09 18:34:15.074022312 +0100
@@ -1,0 +2,7 @@
+Mon Mar  9 11:03:13 UTC 2020 - pgaj...@suse.com
+
+- version update to 2.13.3
+  - Fix DeprecationWarning about MutableMapping.
+  (`#484 `_)
+
+---

Old:

  zc.buildout-2.13.2.tar.gz

New:

  zc.buildout-2.13.3.tar.gz



Other differences:
--
++ python-zc.buildout.spec ++
--- /var/tmp/diff_new_pack.wnGapl/_old  2020-03-09 18:34:15.578022586 +0100
+++ /var/tmp/diff_new_pack.wnGapl/_new  2020-03-09 18:34:15.582022589 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zc.buildout
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,16 +19,20 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %{!?license: %global license %doc}
 Name:   python-zc.buildout
-Version:2.13.2
+Version:2.13.3
 Release:0
-Url:http://pypi.python.org/pypi/zc.buildout
 Summary:System for managing development buildouts
 License:ZPL-2.1
 Group:  Development/Languages/Python
+URL:https://pypi.python.org/pypi/zc.buildout
 Source: 
https://files.pythonhosted.org/packages/source/z/zc.buildout/zc.buildout-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools >= 8.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-setuptools
+Provides:   python-zc_buildout = %{version}
+Obsoletes:  python-zc_buildout < %{version}
+BuildArch:  noarch
 # SECTION test requirements
 # disabled because of unprovideable requirements and not shipped test files
 #BuildRequires:  %%{python_module bobo}
@@ -38,10 +42,6 @@
 #BuildRequires:  %%{python_module zdaemon}
 #BuildRequires:  %%{python_module zope.testing}
 # /SECTION
-BuildArch:  noarch
-Provides:   python-zc_buildout = %version
-Obsoletes:  python-zc_buildout < %version
-
 %python_subpackages
 
 %description

++ zc.buildout-2.13.2.tar.gz -> zc.buildout-2.13.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.13.2/.coveragerc 
new/zc.buildout-2.13.3/.coveragerc
--- old/zc.buildout-2.13.2/.coveragerc  1970-01-01 01:00:00.0 +0100
+++ new/zc.buildout-2.13.3/.coveragerc  2020-02-11 15:52:22.0 +0100
@@ -0,0 +1,9 @@
+[run]
+source = zc.buildout
+parallel = true
+
+[report]
+exclude_lines =
+pragma: no cover
+if __name__ == '__main__':
+raise NotImplementedError
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.13.2/CHANGES.rst 
new/zc.buildout-2.13.3/CHANGES.rst
--- old/zc.buildout-2.13.2/CHANGES.rst  2019-07-03 10:58:15.0 +0200
+++ new/zc.buildout-2.13.3/CHANGES.rst  2020-02-11 15:52:22.0 +0100
@@ -1,6 +1,13 @@
 Change History
 **
 
+2.13.3 (2020-02-11)
+===
+
+- Fix DeprecationWarning about MutableMapping.
+  (`#484 `_)
+
+
 2.13.2 (2019-07-03)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.13.2/MANIFEST.in 
new/zc.buildout-2.13.3/MANIFEST.in
--- old/zc.buildout-2.13.2/MANIFEST.in  2019-07-03 10:58:15.0 +0200
+++ new/zc.buildout-2.13.3/MANIFEST.in  2020-02-11 15:52:22.0 +0100
@@ -1,6 +1,7 @@
 include *.py
 include *.rst
 include *.txt
+include .coveragerc
 recursive-include bootstrap *.py
 recursive-include specifications *.txt
 recursive-include src/zc *.test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.13.2/PKG-INFO 
new/zc.buildout-2.13.3/PKG-INFO
--- old/zc.buildout-2.13.2/PKG-INFO 2019-07-03 10:58:15.0 +0200
+++ new/zc.buildout-2.13.3/PKG-INFO 2020-02-11 15:52:22.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: 

commit python-zc.buildout for openSUSE:Factory

2019-07-15 Thread root
Hello community,

here is the log from the commit of package python-zc.buildout for 
openSUSE:Factory checked in at 2019-07-16 08:40:48

Comparing /work/SRC/openSUSE:Factory/python-zc.buildout (Old)
 and  /work/SRC/openSUSE:Factory/.python-zc.buildout.new.1887 (New)


Package is "python-zc.buildout"

Tue Jul 16 08:40:48 2019 rev:12 rq:715008 version:2.13.2

Changes:

--- /work/SRC/openSUSE:Factory/python-zc.buildout/python-zc.buildout.changes
2019-02-26 22:22:09.874071193 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zc.buildout.new.1887/python-zc.buildout.changes
  2019-07-16 08:41:00.511029903 +0200
@@ -1,0 +2,6 @@
+Sat Jul  6 15:44:32 UTC 2019 - Sebastian Wagner 
+
+- Uodate to version 2.13.2:
+ - Fixed DeprecationWarning on python 3.7: "'U' mode is deprecated".
+
+---

Old:

  zc.buildout-2.13.1.tar.gz

New:

  zc.buildout-2.13.2.tar.gz



Other differences:
--
++ python-zc.buildout.spec ++
--- /var/tmp/diff_new_pack.st72Qe/_old  2019-07-16 08:41:02.051030418 +0200
+++ /var/tmp/diff_new_pack.st72Qe/_new  2019-07-16 08:41:02.051030418 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %{!?license: %global license %doc}
 Name:   python-zc.buildout
-Version:2.13.1
+Version:2.13.2
 Release:0
 Url:http://pypi.python.org/pypi/zc.buildout
 Summary:System for managing development buildouts

++ zc.buildout-2.13.1.tar.gz -> zc.buildout-2.13.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.13.1/CHANGES.rst 
new/zc.buildout-2.13.2/CHANGES.rst
--- old/zc.buildout-2.13.1/CHANGES.rst  2019-01-29 09:20:41.0 +0100
+++ new/zc.buildout-2.13.2/CHANGES.rst  2019-07-03 10:58:15.0 +0200
@@ -1,6 +1,12 @@
 Change History
 **
 
+2.13.2 (2019-07-03)
+===
+
+- Fixed DeprecationWarning on python 3.7: "'U' mode is deprecated".
+
+
 2.13.1 (2019-01-29)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.13.1/PKG-INFO 
new/zc.buildout-2.13.2/PKG-INFO
--- old/zc.buildout-2.13.1/PKG-INFO 2019-01-29 09:20:41.0 +0100
+++ new/zc.buildout-2.13.2/PKG-INFO 2019-07-03 10:58:15.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: zc.buildout
-Version: 2.13.1
+Version: 2.13.2
 Summary: System for managing development buildouts
 Home-page: http://buildout.org
 Author: Jim Fulton
@@ -63,6 +63,12 @@
 Change History
 **
 
+2.13.2 (2019-07-03)
+===
+
+- Fixed DeprecationWarning on python 3.7: "'U' mode is deprecated".
+
+
 2.13.1 (2019-01-29)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.13.1/setup.py 
new/zc.buildout-2.13.2/setup.py
--- old/zc.buildout-2.13.1/setup.py 2019-01-29 09:20:41.0 +0100
+++ new/zc.buildout-2.13.2/setup.py 2019-07-03 10:58:15.0 +0200
@@ -12,7 +12,7 @@
 #
 ##
 name = "zc.buildout"
-version = '2.13.1'
+version = '2.13.2'
 
 import os
 from setuptools import setup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.13.1/src/zc/buildout/easy_install.py 
new/zc.buildout-2.13.2/src/zc/buildout/easy_install.py
--- old/zc.buildout-2.13.1/src/zc/buildout/easy_install.py  2019-01-29 
09:20:41.0 +0100
+++ new/zc.buildout-2.13.2/src/zc/buildout/easy_install.py  2019-07-03 
10:58:15.0 +0200
@@ -1467,15 +1467,20 @@
 generated.append(dest)
 return generated
 
+if sys.version_info[0] < 3:
+universal_newline_option = ", 'U'"
+else:
+universal_newline_option = ''
+
 py_script_template = script_header + '''\
 
-%(relative_paths_setup)s
+%%(relative_paths_setup)s
 import sys
 
 sys.path[0:0] = [
-  %(path)s
+  %%(path)s
   ]
-%(initialization)s
+%%(initialization)s
 
 _interactive = True
 if len(sys.argv) > 1:
@@ -1496,13 +1501,13 @@
 sys.argv[:] = _args
 __file__ = _args[0]
 del _options, _args
-with open(__file__, 'U') as __file__f:
+with open(__file__%s) as __file__f:
 exec(compile(__file__f.read(), __file__, "exec"))
 
 if _interactive:
 del _interactive
 __import__("code").interact(banner="", local=globals())
-'''
+''' % universal_newline_option
 
 runsetup_template = """
 import sys
@@ -1516,9 +1521,9 @@
 os.chdir(%%(setupdir)r)
 sys.argv[0] 

commit python-zc.buildout for openSUSE:Factory

2019-02-26 Thread root
Hello community,

here is the log from the commit of package python-zc.buildout for 
openSUSE:Factory checked in at 2019-02-26 22:20:32

Comparing /work/SRC/openSUSE:Factory/python-zc.buildout (Old)
 and  /work/SRC/openSUSE:Factory/.python-zc.buildout.new.28833 (New)


Package is "python-zc.buildout"

Tue Feb 26 22:20:32 2019 rev:11 rq:679041 version:2.13.1

Changes:

--- /work/SRC/openSUSE:Factory/python-zc.buildout/python-zc.buildout.changes
2018-12-13 19:46:11.864875717 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zc.buildout.new.28833/python-zc.buildout.changes
 2019-02-26 22:22:09.874071193 +0100
@@ -1,0 +2,12 @@
+Sat Feb 16 09:11:51 UTC 2019 - Sebastian Wagner 
+
+- Update to version 2.13.1:
+ - Documentation update for the new ``buildout query`` command.
+
+---
+Sun Jan 27 18:40:17 UTC 2019 - Sebastian Wagner 
+
+- Update to version 2.13.0:
+  * Get information about the configuration with new command ``buildout 
query``.
+
+---

Old:

  zc.buildout-2.12.2.tar.gz

New:

  zc.buildout-2.13.1.tar.gz



Other differences:
--
++ python-zc.buildout.spec ++
--- /var/tmp/diff_new_pack.DsMjcD/_old  2019-02-26 22:22:10.358071021 +0100
+++ /var/tmp/diff_new_pack.DsMjcD/_new  2019-02-26 22:22:10.358071021 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zc.buildout
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %{!?license: %global license %doc}
 Name:   python-zc.buildout
-Version:2.12.2
+Version:2.13.1
 Release:0
 Url:http://pypi.python.org/pypi/zc.buildout
 Summary:System for managing development buildouts

++ zc.buildout-2.12.2.tar.gz -> zc.buildout-2.13.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.12.2/CHANGES.rst 
new/zc.buildout-2.13.1/CHANGES.rst
--- old/zc.buildout-2.12.2/CHANGES.rst  2018-09-04 09:49:31.0 +0200
+++ new/zc.buildout-2.13.1/CHANGES.rst  2019-01-29 09:20:41.0 +0100
@@ -1,6 +1,18 @@
 Change History
 **
 
+2.13.1 (2019-01-29)
+===
+
+- Documentation update for the new ``buildout query`` command.
+
+
+2.13.0 (2019-01-17)
+===
+
+- Get information about the configuration with new command ``buildout query``.
+
+
 2.12.2 (2018-09-04)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.12.2/PKG-INFO 
new/zc.buildout-2.13.1/PKG-INFO
--- old/zc.buildout-2.12.2/PKG-INFO 2018-09-04 09:49:31.0 +0200
+++ new/zc.buildout-2.13.1/PKG-INFO 2019-01-29 09:20:41.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: zc.buildout
-Version: 2.12.2
+Version: 2.13.1
 Summary: System for managing development buildouts
 Home-page: http://buildout.org
 Author: Jim Fulton
@@ -63,6 +63,18 @@
 Change History
 **
 
+2.13.1 (2019-01-29)
+===
+
+- Documentation update for the new ``buildout query`` command.
+
+
+2.13.0 (2019-01-17)
+===
+
+- Get information about the configuration with new command ``buildout 
query``.
+
+
 2.12.2 (2018-09-04)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.12.2/setup.py 
new/zc.buildout-2.13.1/setup.py
--- old/zc.buildout-2.12.2/setup.py 2018-09-04 09:49:31.0 +0200
+++ new/zc.buildout-2.13.1/setup.py 2019-01-29 09:20:41.0 +0100
@@ -12,7 +12,7 @@
 #
 ##
 name = "zc.buildout"
-version = '2.12.2'
+version = '2.13.1'
 
 import os
 from setuptools import setup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.12.2/src/zc/buildout/buildout.py 
new/zc.buildout-2.13.1/src/zc/buildout/buildout.py
--- old/zc.buildout-2.12.2/src/zc/buildout/buildout.py  2018-09-04 
09:49:31.0 +0200
+++ new/zc.buildout-2.13.1/src/zc/buildout/buildout.py  2019-01-29 
09:20:41.0 +0100
@@ -50,6 +50,19 @@
 else:
 text_type = unicode
 
+
+def command(method):
+method.buildout_comma

commit python-zc.buildout for openSUSE:Factory

2018-12-13 Thread root
Hello community,

here is the log from the commit of package python-zc.buildout for 
openSUSE:Factory checked in at 2018-12-13 19:46:09

Comparing /work/SRC/openSUSE:Factory/python-zc.buildout (Old)
 and  /work/SRC/openSUSE:Factory/.python-zc.buildout.new.28833 (New)


Package is "python-zc.buildout"

Thu Dec 13 19:46:09 2018 rev:10 rq:654084 version:2.12.2

Changes:

--- /work/SRC/openSUSE:Factory/python-zc.buildout/python-zc.buildout.changes
2018-09-25 15:43:50.321199748 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zc.buildout.new.28833/python-zc.buildout.changes
 2018-12-13 19:46:11.864875717 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:56:23 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-zc.buildout.spec ++
--- /var/tmp/diff_new_pack.Z9PnQN/_old  2018-12-13 19:46:12.380875047 +0100
+++ /var/tmp/diff_new_pack.Z9PnQN/_new  2018-12-13 19:46:12.380875047 +0100
@@ -26,7 +26,6 @@
 License:ZPL-2.1
 Group:  Development/Languages/Python
 Source: 
https://files.pythonhosted.org/packages/source/z/zc.buildout/zc.buildout-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools >= 8.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros




commit python-zc.buildout for openSUSE:Factory

2018-09-25 Thread root
Hello community,

here is the log from the commit of package python-zc.buildout for 
openSUSE:Factory checked in at 2018-09-25 15:43:48

Comparing /work/SRC/openSUSE:Factory/python-zc.buildout (Old)
 and  /work/SRC/openSUSE:Factory/.python-zc.buildout.new (New)


Package is "python-zc.buildout"

Tue Sep 25 15:43:48 2018 rev:9 rq:637768 version:2.12.2

Changes:

--- /work/SRC/openSUSE:Factory/python-zc.buildout/python-zc.buildout.changes
2018-07-14 20:27:39.932562827 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zc.buildout.new/python-zc.buildout.changes   
2018-09-25 15:43:50.321199748 +0200
@@ -1,0 +2,10 @@
+Mon Sep 17 19:55:23 UTC 2018 - Sebastian Wagner 
+
+- update to version 2.12.2:
+ - Upon an error, buildout exits with a non-zero exit code. This now also works
+   when running with ``-D``.
+ - Fixed most 'Deprecation' and 'Resource' warnings.
+- update to version 2.12.1:
+ - zc.buildout now explicitly requests zc.recipe.egg >=2.0.6 now.
+
+---

Old:

  zc.buildout-2.12.0.tar.gz

New:

  zc.buildout-2.12.2.tar.gz



Other differences:
--
++ python-zc.buildout.spec ++
--- /var/tmp/diff_new_pack.Ut0lLB/_old  2018-09-25 15:43:51.641198337 +0200
+++ /var/tmp/diff_new_pack.Ut0lLB/_new  2018-09-25 15:43:51.645198333 +0200
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %{!?license: %global license %doc}
 Name:   python-zc.buildout
-Version:2.12.0
+Version:2.12.2
 Release:0
 Url:http://pypi.python.org/pypi/zc.buildout
 Summary:System for managing development buildouts

++ zc.buildout-2.12.0.tar.gz -> zc.buildout-2.12.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.12.0/CHANGES.rst 
new/zc.buildout-2.12.2/CHANGES.rst
--- old/zc.buildout-2.12.0/CHANGES.rst  2018-07-02 11:21:22.0 +0200
+++ new/zc.buildout-2.12.2/CHANGES.rst  2018-09-04 09:49:31.0 +0200
@@ -1,6 +1,21 @@
 Change History
 **
 
+2.12.2 (2018-09-04)
+===
+
+- Upon an error, buildout exits with a non-zero exit code. This now also works
+  when running with ``-D``.
+
+- Fixed most 'Deprecation' and 'Resource' warnings.
+
+
+2.12.1 (2018-07-02)
+===
+
+- zc.buildout now explicitly requests zc.recipe.egg >=2.0.6 now.
+
+
 2.12.0 (2018-07-02)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.12.0/PKG-INFO 
new/zc.buildout-2.12.2/PKG-INFO
--- old/zc.buildout-2.12.0/PKG-INFO 2018-07-02 11:21:23.0 +0200
+++ new/zc.buildout-2.12.2/PKG-INFO 2018-09-04 09:49:31.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: zc.buildout
-Version: 2.12.0
+Version: 2.12.2
 Summary: System for managing development buildouts
 Home-page: http://buildout.org
 Author: Jim Fulton
@@ -63,6 +63,21 @@
 Change History
 **
 
+2.12.2 (2018-09-04)
+===
+
+- Upon an error, buildout exits with a non-zero exit code. This now 
also works
+  when running with ``-D``.
+
+- Fixed most 'Deprecation' and 'Resource' warnings.
+
+
+2.12.1 (2018-07-02)
+===
+
+- zc.buildout now explicitly requests zc.recipe.egg >=2.0.6 now.
+
+
 2.12.0 (2018-07-02)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.12.0/setup.py 
new/zc.buildout-2.12.2/setup.py
--- old/zc.buildout-2.12.0/setup.py 2018-07-02 11:21:22.0 +0200
+++ new/zc.buildout-2.12.2/setup.py 2018-09-04 09:49:31.0 +0200
@@ -12,13 +12,14 @@
 #
 ##
 name = "zc.buildout"
-version = '2.12.0'
+version = '2.12.2'
 
 import os
 from setuptools import setup
 
 def read(*rnames):
-return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
+with open(os.path.join(os.path.dirname(__file__), *rnames)) as f:
+return f.read()
 
 long_description= read('README.rst') + '\n' + read('CHANGES.rst')
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.12.0/src/zc/buildout/bootstrap.txt 

commit python-zc.buildout for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package python-zc.buildout for 
openSUSE:Factory checked in at 2018-07-14 20:25:47

Comparing /work/SRC/openSUSE:Factory/python-zc.buildout (Old)
 and  /work/SRC/openSUSE:Factory/.python-zc.buildout.new (New)


Package is "python-zc.buildout"

Sat Jul 14 20:25:47 2018 rev:8 rq:622788 version:2.12.0

Changes:

--- /work/SRC/openSUSE:Factory/python-zc.buildout/python-zc.buildout.changes
2018-05-29 10:38:13.827307405 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zc.buildout.new/python-zc.buildout.changes   
2018-07-14 20:27:39.932562827 +0200
@@ -1,0 +2,13 @@
+Sat Jul  7 08:43:13 UTC 2018 - sebix+novell@sebix.at
+
+- update to version 2.12.0:
+ - Add a new buildout option ``allow-unknown-extras`` to enable
+   installing requirements that specify extras that do not exist. This
+   needs a corresponding update to zc.recipe.egg. See `issue 457
+   `_.
+   zc.recipe.egg has been updated to 2.0.6 for this change.
+- update to version 2.11.5:
+ - Fix for `issue 295 `_. On
+   windows, deletion of temporary egg files is more robust now.
+
+---

Old:

  zc.buildout-2.11.4.tar.gz

New:

  zc.buildout-2.12.0.tar.gz



Other differences:
--
++ python-zc.buildout.spec ++
--- /var/tmp/diff_new_pack.ABDCF3/_old  2018-07-14 20:27:40.628564613 +0200
+++ /var/tmp/diff_new_pack.ABDCF3/_new  2018-07-14 20:27:40.660564696 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %{!?license: %global license %doc}
 Name:   python-zc.buildout
-Version:2.11.4
+Version:2.12.0
 Release:0
 Url:http://pypi.python.org/pypi/zc.buildout
 Summary:System for managing development buildouts

++ zc.buildout-2.11.4.tar.gz -> zc.buildout-2.12.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.4/CHANGES.rst 
new/zc.buildout-2.12.0/CHANGES.rst
--- old/zc.buildout-2.11.4/CHANGES.rst  2018-05-14 23:56:36.0 +0200
+++ new/zc.buildout-2.12.0/CHANGES.rst  2018-07-02 11:21:22.0 +0200
@@ -1,10 +1,28 @@
 Change History
 **
 
+2.12.0 (2018-07-02)
+===
+
+- Add a new buildout option ``allow-unknown-extras`` to enable
+  installing requirements that specify extras that do not exist. This
+  needs a corresponding update to zc.recipe.egg. See `issue 457
+  `_.
+
+  zc.recipe.egg has been updated to 2.0.6 for this change.
+
+
+2.11.5 (2018-06-19)
+===
+
+- Fix for `issue 295 `_. On
+  windows, deletion of temporary egg files is more robust now.
+
+
 2.11.4 (2018-05-14)
 ===
 
-- Fix for `issue 451 `:
+- Fix for `issue 451 `_:
   distributions with a version number that normalizes to a shorter version
   number (3.3.0 to 3.3, for instance) can be installed now.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.4/PKG-INFO 
new/zc.buildout-2.12.0/PKG-INFO
--- old/zc.buildout-2.11.4/PKG-INFO 2018-05-14 23:56:36.0 +0200
+++ new/zc.buildout-2.12.0/PKG-INFO 2018-07-02 11:21:23.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: zc.buildout
-Version: 2.11.4
+Version: 2.12.0
 Summary: System for managing development buildouts
 Home-page: http://buildout.org
 Author: Jim Fulton
@@ -63,10 +63,28 @@
 Change History
 **
 
+2.12.0 (2018-07-02)
+===
+
+- Add a new buildout option ``allow-unknown-extras`` to enable
+  installing requirements that specify extras that do not exist. This
+  needs a corresponding update to zc.recipe.egg. See `issue 457
+  `_.
+
+  zc.recipe.egg has been updated to 2.0.6 for this change.
+
+
+2.11.5 (2018-06-19)
+===
+
+- Fix for `issue 295 
`_. On
+  windows, deletion of temporary egg files is more robust now.
+
+
 2.11.4 (2018-05-14)
 ===
 
-- Fix for `issue 451 
`:
+- Fix for `issue 451 
`_:

commit python-zc.buildout for openSUSE:Factory

2018-05-29 Thread root
Hello community,

here is the log from the commit of package python-zc.buildout for 
openSUSE:Factory checked in at 2018-05-29 10:38:07

Comparing /work/SRC/openSUSE:Factory/python-zc.buildout (Old)
 and  /work/SRC/openSUSE:Factory/.python-zc.buildout.new (New)


Package is "python-zc.buildout"

Tue May 29 10:38:07 2018 rev:7 rq:611052 version:2.11.4

Changes:

--- /work/SRC/openSUSE:Factory/python-zc.buildout/python-zc.buildout.changes
2018-05-04 11:30:18.505985977 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zc.buildout.new/python-zc.buildout.changes   
2018-05-29 10:38:13.827307405 +0200
@@ -1,0 +2,8 @@
+Mon May 21 06:46:25 UTC 2018 - sebix+novell@sebix.at
+
+- update to version 2.11.4:
+ - Fix for `issue 451 `:
+   distributions with a version number that normalizes to a shorter version
+   number (3.3.0 to 3.3, for instance) can be installed now.
+
+---

Old:

  zc.buildout-2.11.3.tar.gz

New:

  zc.buildout-2.11.4.tar.gz



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

++ zc.buildout-2.11.3.tar.gz -> zc.buildout-2.11.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.3/CHANGES.rst 
new/zc.buildout-2.11.4/CHANGES.rst
--- old/zc.buildout-2.11.3/CHANGES.rst  2018-04-13 16:03:12.0 +0200
+++ new/zc.buildout-2.11.4/CHANGES.rst  2018-05-14 23:56:36.0 +0200
@@ -1,6 +1,14 @@
 Change History
 **
 
+2.11.4 (2018-05-14)
+===
+
+- Fix for `issue 451 `:
+  distributions with a version number that normalizes to a shorter version
+  number (3.3.0 to 3.3, for instance) can be installed now.
+
+
 2.11.3 (2018-04-13)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.3/PKG-INFO 
new/zc.buildout-2.11.4/PKG-INFO
--- old/zc.buildout-2.11.3/PKG-INFO 2018-04-13 16:03:13.0 +0200
+++ new/zc.buildout-2.11.4/PKG-INFO 2018-05-14 23:56:36.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: zc.buildout
-Version: 2.11.3
+Version: 2.11.4
 Summary: System for managing development buildouts
 Home-page: http://buildout.org
 Author: Jim Fulton
@@ -63,6 +63,14 @@
 Change History
 **
 
+2.11.4 (2018-05-14)
+===
+
+- Fix for `issue 451 
`:
+  distributions with a version number that normalizes to a shorter 
version
+  number (3.3.0 to 3.3, for instance) can be installed now.
+
+
 2.11.3 (2018-04-13)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.3/setup.py 
new/zc.buildout-2.11.4/setup.py
--- old/zc.buildout-2.11.3/setup.py 2018-04-13 16:03:12.0 +0200
+++ new/zc.buildout-2.11.4/setup.py 2018-05-14 23:56:36.0 +0200
@@ -12,7 +12,7 @@
 #
 ##
 name = "zc.buildout"
-version = '2.11.3'
+version = '2.11.4'
 
 import os
 from setuptools import setup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.3/src/zc/buildout/easy_install.py 
new/zc.buildout-2.11.4/src/zc/buildout/easy_install.py
--- old/zc.buildout-2.11.3/src/zc/buildout/easy_install.py  2018-04-13 
16:03:12.0 +0200
+++ new/zc.buildout-2.11.4/src/zc/buildout/easy_install.py  2018-05-14 
23:56:36.0 +0200
@@ -1655,13 +1655,16 @@
 Check if `locations` contain only the one intended dist.
 Return the dist with metadata in the new location.
 """
-# Getting the dist from the environment causes the
-# distribution meta data to be read.  Cloning isn't
-# good enough.
+# Getting the dist from the environment causes the distribution
+# meta data to be read. Cloning isn't good enough. We must compare
+# dist.parsed_version, not dist.version, because one or the other

commit python-zc.buildout for openSUSE:Factory

2018-05-04 Thread root
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 - sebix+novell@sebix.at
+
+- update to version 2.11.3:
+ - Update to use the new PyPI at https://pypi.org/.
+
+---
+Mon Mar 19 19:17:43 UTC 2018 - sebix+novell@sebix.at
+
+- 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.0 +0100
+++ new/zc.buildout-2.11.3/CHANGES.rst  2018-04-13 16:03:12.0 +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.0 +0100
+++ new/zc.buildout-2.11.3/PKG-INFO 2018-04-13 16:03:13.0 +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: j...@zope.com
 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.0 +0100
+++ new/zc.buildout-2.11.3/setup.py 2018-04-13 16:03:12.0 +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.0 +0100
+++ new/zc.buildout-2.11.3/src/zc/buildout/allowhosts.txt   2018-04-13 
16:03:12.0 +0200
@@ -46,7 +46,7 @@
 ... develo

commit python-zc.buildout for openSUSE:Factory

2018-03-11 Thread root
Hello community,

here is the log from the commit of package python-zc.buildout for 
openSUSE:Factory checked in at 2018-03-11 15:25: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"

Sun Mar 11 15:25:37 2018 rev:5 rq:585154 version:2.11.1

Changes:

--- /work/SRC/openSUSE:Factory/python-zc.buildout/python-zc.buildout.changes
2018-01-29 15:00:27.950089219 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zc.buildout.new/python-zc.buildout.changes   
2018-03-11 15:25:38.918360005 +0100
@@ -1,0 +2,8 @@
+Fri Mar  2 19:17:01 UTC 2018 - sebix+novell@sebix.at
+
+- update to version 2.11.1:
+ - Made upgrade check more robust. When using extensions, the improvement
+   introduced in 2.11 could prevent buildout from restarting itself when it
+   upgraded setuptools.
+
+---

Old:

  zc.buildout-2.11.0.tar.gz

New:

  zc.buildout-2.11.1.tar.gz



Other differences:
--
++ python-zc.buildout.spec ++
--- /var/tmp/diff_new_pack.XxthMC/_old  2018-03-11 15:25:39.658333458 +0100
+++ /var/tmp/diff_new_pack.XxthMC/_new  2018-03-11 15:25:39.66215 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %{!?license: %global license %doc}
 Name:   python-zc.buildout
-Version:2.11.0
+Version:2.11.1
 Release:0
 Url:http://pypi.python.org/pypi/zc.buildout
 Summary:System for managing development buildouts

++ zc.buildout-2.11.0.tar.gz -> zc.buildout-2.11.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.0/CHANGES.rst 
new/zc.buildout-2.11.1/CHANGES.rst
--- old/zc.buildout-2.11.0/CHANGES.rst  2018-01-21 17:16:41.0 +0100
+++ new/zc.buildout-2.11.1/CHANGES.rst  2018-03-01 22:43:17.0 +0100
@@ -1,6 +1,14 @@
 Change History
 **
 
+2.11.1 (2018-03-01)
+===
+
+- Made upgrade check more robust. When using extensions, the improvement
+  introduced in 2.11 could prevent buildout from restarting itself when it
+  upgraded setuptools.
+
+
 2.11.0 (2018-01-21)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.0/PKG-INFO 
new/zc.buildout-2.11.1/PKG-INFO
--- old/zc.buildout-2.11.0/PKG-INFO 2018-01-21 17:16:42.0 +0100
+++ new/zc.buildout-2.11.1/PKG-INFO 2018-03-01 22:43:18.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: zc.buildout
-Version: 2.11.0
+Version: 2.11.1
 Summary: System for managing development buildouts
 Home-page: http://buildout.org
 Author: Jim Fulton
@@ -64,6 +64,14 @@
 Change History
 **
 
+2.11.1 (2018-03-01)
+===
+
+- Made upgrade check more robust. When using extensions, the 
improvement
+  introduced in 2.11 could prevent buildout from restarting itself 
when it
+  upgraded setuptools.
+
+
 2.11.0 (2018-01-21)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.0/setup.py 
new/zc.buildout-2.11.1/setup.py
--- old/zc.buildout-2.11.0/setup.py 2018-01-21 17:16:41.0 +0100
+++ new/zc.buildout-2.11.1/setup.py 2018-03-01 22:43:17.0 +0100
@@ -12,7 +12,7 @@
 #
 ##
 name = "zc.buildout"
-version = '2.11.0'
+version = '2.11.1'
 
 import os
 from setuptools import setup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.11.0/src/zc/buildout/buildout.py 
new/zc.buildout-2.11.1/src/zc/buildout/buildout.py
--- old/zc.buildout-2.11.0/src/zc/buildout/buildout.py  2018-01-21 
17:16:41.0 +0100
+++ new/zc.buildout-2.11.1/src/zc/buildout/buildout.py  2018-03-01 
22:43:17.0 +0100
@@ -571,7 +571,8 @@
 if dist.precedence == pkg_resources.DEVELOP_DIST:
 dest = os.path.join(self['buildout']['develop-eggs-directory'],
 dist.key + '.egg-link')
-open(dest, 'w').write(dist.location)
+with open(dest, 'w') as fh:
+fh.write(dist.location)
 entries.append(dist.location)
 else:
 dest = os.path.join(self['buildout']['eggs-directory'],
@@ -1082,10 +1083,13 @@
 )
 
 upgraded = []
+# The setuptools/zc.buildout locations at the tim

commit python-zc.buildout for openSUSE:Factory

2018-01-29 Thread root
Hello community,

here is the log from the commit of package python-zc.buildout for 
openSUSE:Factory checked in at 2018-01-29 14:58:51

Comparing /work/SRC/openSUSE:Factory/python-zc.buildout (Old)
 and  /work/SRC/openSUSE:Factory/.python-zc.buildout.new (New)


Package is "python-zc.buildout"

Mon Jan 29 14:58:51 2018 rev:4 rq:570414 version:2.11.0

Changes:

--- /work/SRC/openSUSE:Factory/python-zc.buildout/python-zc.buildout.changes
2017-12-11 18:56:29.998570235 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zc.buildout.new/python-zc.buildout.changes   
2018-01-29 15:00:27.950089219 +0100
@@ -1,0 +2,19 @@
+Sun Jan 21 21:24:40 UTC 2018 - sebix+novell@sebix.at
+
+- update to version 2.11.0:
+ - Installed packages are added to the working set immediately. This helps in
+   some corner cases that occur when system packages have versions that
+   conflict with our specified versions.
+- update to verion 2.10.0
+ - Setuptools 38.2.0 started supporting wheels. Through setuptools, buildout
+   now also supports wheels! You need at least version 38.2.3 to get proper
+   namespace support.
+   This setuptools change interfered with buildout's recent support for
+   buildout.wheel , resulting in
+   a sudden "Wheels are not supported" error message (see issue 435
+   ). Fixed by making
+   setuptools the default, though you can still use the buildout.wheel if you
+   want.
+- remove test boundary condition from specfile
+
+---

Old:

  zc.buildout-2.9.6.tar.gz

New:

  zc.buildout-2.11.0.tar.gz



Other differences:
--
++ python-zc.buildout.spec ++
--- /var/tmp/diff_new_pack.mUwKlA/_old  2018-01-29 15:00:29.338024373 +0100
+++ /var/tmp/diff_new_pack.mUwKlA/_new  2018-01-29 15:00:29.346023999 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zc.buildout
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,8 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %{!?license: %global license %doc}
-%bcond_without test
 Name:   python-zc.buildout
-Version:2.9.6
+Version:2.11.0
 Release:0
 Url:http://pypi.python.org/pypi/zc.buildout
 Summary:System for managing development buildouts
@@ -28,19 +27,17 @@
 Group:  Development/Languages/Python
 Source: 
https://files.pythonhosted.org/packages/source/z/zc.buildout/zc.buildout-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module setuptools >= 8.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
-# disabled because of unprovideable requirements (bobo depends on 
bobodoctestumentation depends on zc.buildout)
-#%%if %%{with test}
-#BuildRequires:  %%{python_module bobo == 2.3.0}
+# disabled because of unprovideable requirements and not shipped test files
+#BuildRequires:  %%{python_module bobo}
 #BuildRequires:  %%{python_module manuel}
 #BuildRequires:  %%{python_module zc.recipe.deployment}
 #BuildRequires:  %%{python_module zc.zdaemonrecipe}
 #BuildRequires:  %%{python_module zdaemon}
 #BuildRequires:  %%{python_module zope.testing}
-#%%endif
 # /SECTION
 BuildArch:  noarch
 Provides:   python-zc_buildout = %version
@@ -66,10 +63,8 @@
 %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
 #%%python_exec setup.py test
-#%%endif
 
 %files %{python_files}
 %doc README.rst CHANGES.rst COPYRIGHT.txt DEVELOPERS.txt

++ zc.buildout-2.9.6.tar.gz -> zc.buildout-2.11.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.9.6/CHANGES.rst 
new/zc.buildout-2.11.0/CHANGES.rst
--- old/zc.buildout-2.9.6/CHANGES.rst   2017-12-01 09:17:36.0 +0100
+++ new/zc.buildout-2.11.0/CHANGES.rst  2018-01-21 17:16:41.0 +0100
@@ -1,6 +1,29 @@
 Change History
 **
 
+2.11.0 (2018-01-21)
+===
+
+- Installed packages are added to the working set immediately. This helps in
+  some corner cases that occur when system packages have versions that
+  conflict with our specified versions.
+
+
+2.10.0 (2017-12-04)
+===
+
+- Setuptools 38.2.0 started supporting wheel

commit python-zc.buildout for openSUSE:Factory

2017-12-11 Thread root
Hello community,

here is the log from the commit of package python-zc.buildout for 
openSUSE:Factory checked in at 2017-12-11 18:56:27

Comparing /work/SRC/openSUSE:Factory/python-zc.buildout (Old)
 and  /work/SRC/openSUSE:Factory/.python-zc.buildout.new (New)


Package is "python-zc.buildout"

Mon Dec 11 18:56:27 2017 rev:3 rq:555307 version:2.9.6

Changes:

--- /work/SRC/openSUSE:Factory/python-zc.buildout/python-zc.buildout.changes
2017-10-13 14:16:38.534765483 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zc.buildout.new/python-zc.buildout.changes   
2017-12-11 18:56:29.998570235 +0100
@@ -1,0 +2,6 @@
+Fri Dec  1 17:20:19 UTC 2017 - sebix+novell@sebix.at
+
+- update to 2.9.6:
+ * Fixed: could not install eggs when sdist file name and package name had 
different case.
+
+---

Old:

  zc.buildout-2.9.5.tar.gz

New:

  zc.buildout-2.9.6.tar.gz



Other differences:
--
++ python-zc.buildout.spec ++
--- /var/tmp/diff_new_pack.O4TUdB/_old  2017-12-11 18:56:30.690537276 +0100
+++ /var/tmp/diff_new_pack.O4TUdB/_new  2017-12-11 18:56:30.694537086 +0100
@@ -20,7 +20,7 @@
 %{!?license: %global license %doc}
 %bcond_without test
 Name:   python-zc.buildout
-Version:2.9.5
+Version:2.9.6
 Release:0
 Url:http://pypi.python.org/pypi/zc.buildout
 Summary:System for managing development buildouts

++ zc.buildout-2.9.5.tar.gz -> zc.buildout-2.9.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.9.5/CHANGES.rst 
new/zc.buildout-2.9.6/CHANGES.rst
--- old/zc.buildout-2.9.5/CHANGES.rst   2017-09-22 21:28:40.0 +0200
+++ new/zc.buildout-2.9.6/CHANGES.rst   2017-12-01 09:17:36.0 +0100
@@ -1,6 +1,13 @@
 Change History
 **
 
+2.9.6 (2017-12-01)
+==
+
+- Fixed: could not install eggs when sdist file name and package name had 
different
+  case.
+
+
 2.9.5 (2017-09-22)
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.9.5/PKG-INFO 
new/zc.buildout-2.9.6/PKG-INFO
--- old/zc.buildout-2.9.5/PKG-INFO  2017-09-22 21:28:41.0 +0200
+++ new/zc.buildout-2.9.6/PKG-INFO  2017-12-01 09:17:38.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: zc.buildout
-Version: 2.9.5
+Version: 2.9.6
 Summary: System for managing development buildouts
 Home-page: http://buildout.org
 Author: Jim Fulton
@@ -69,6 +69,13 @@
 Change History
 **
 
+2.9.6 (2017-12-01)
+==
+
+- Fixed: could not install eggs when sdist file name and package name 
had different
+  case.
+
+
 2.9.5 (2017-09-22)
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.9.5/setup.py 
new/zc.buildout-2.9.6/setup.py
--- old/zc.buildout-2.9.5/setup.py  2017-09-22 21:28:40.0 +0200
+++ new/zc.buildout-2.9.6/setup.py  2017-12-01 09:17:36.0 +0100
@@ -12,7 +12,7 @@
 #
 ##
 name = "zc.buildout"
-version = '2.9.5'
+version = '2.9.6'
 
 import os
 from setuptools import setup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.9.5/src/zc/buildout/downloadcache.txt 
new/zc.buildout-2.9.6/src/zc/buildout/downloadcache.txt
--- old/zc.buildout-2.9.5/src/zc/buildout/downloadcache.txt 2017-09-22 
21:28:40.0 +0200
+++ new/zc.buildout-2.9.6/src/zc/buildout/downloadcache.txt 2017-12-01 
09:17:36.0 +0100
@@ -44,6 +44,7 @@
 du_zipped-1.0-pyN.N.egg
 extdemo-1.4.zip
 index/
+mixedcase-0.5.zip
 other-1.0-py2.4.egg
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zc.buildout-2.9.5/src/zc/buildout/easy_install.py 
new/zc.buildout-2.9.6/src/zc/buildout/easy_install.py
--- old/zc.buildout-2.9.5/src/zc/buildout/easy_install.py   2017-09-22 
21:28:40.0 +0200
+++ new/zc.buildout-2.9.6/src/zc/buildout/easy_install.py   2017-12-01 
09:17:36.0 +0100
@@ -1655,8 +1655,8 @@
 # good enough.
 env = pkg_resources.Environment([location])
 dists = [ d for project_name in env for d in env[project_name] ]
-dist_infos = [ (d.project_name, d.version) for d in dists ]
-if dist_infos == [(dist.project_name, dist.version)]:
+dist_infos = [ (d.project_name.lower(), d.version) for d in dists ]
+if dist_infos == [(dist.project_name.low

commit python-zc.buildout for openSUSE:Factory

2017-10-13 Thread root
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 - sebix+novell@sebix.at
+
+- 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.0 +0200
+++ new/zc.buildout-2.9.5/CHANGES.rst   2017-09-22 21:28:40.0 +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.0 +0200
+++ new/zc.buildout-2.9.5/PKG-INFO  2017-09-22 21:28:41.0 +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.0 +0200
+++ new/zc.buildout-2.9.5/setup.cfg 2017-09-22 21:28:41.0 +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.0 +0200
+++ new/zc.buildout-2.9.5/setup.py  2017-09-22 21:28:40.0 +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.0 +0200
+++ new/zc.buildout-2.9.5/src/zc/buildout/buildout.txt  2017-09-22 
21:28:40.0 +0200
@@ -3174,9 +3174,9 @@
 
   [buildout]
   ...
-  index = http://index.example.com/
+  inde