Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zc.buildout for openSUSE:Factory checked in at 2021-03-16 15:45:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zc.buildout (Old) and /work/SRC/openSUSE:Factory/.python-zc.buildout.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zc.buildout" Tue Mar 16 15:45:55 2021 rev:15 rq:879287 version:2.13.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zc.buildout/python-zc.buildout.changes 2020-05-16 22:27:10.317376275 +0200 +++ /work/SRC/openSUSE:Factory/.python-zc.buildout.new.2401/python-zc.buildout.changes 2021-03-16 15:46:52.413272407 +0100 @@ -1,0 +2,10 @@ +Mon Mar 8 20:56:33 UTC 2021 - Sebastian Wagner <sebix+novell....@sebix.at> + +- Update to version 2.13.4: + - Pin `setuptools` < 52 as setuptools removed support for `easy_install` in + newer versions. + (`#543 <https://github.com/buildout/buildout/issues/543>`_) + - Support for Python 3.4 is no longer tested using automatic tests. + - Add support for Python 3.7 and 3.8. + +------------------------------------------------------------------- Old: ---- zc.buildout-2.13.3.tar.gz New: ---- zc.buildout-2.13.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zc.buildout.spec ++++++ --- /var/tmp/diff_new_pack.RPVKBC/_old 2021-03-16 15:46:53.085273450 +0100 +++ /var/tmp/diff_new_pack.RPVKBC/_new 2021-03-16 15:46:53.089273457 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-zc.buildout # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%{!?license: %global license %doc} Name: python-zc.buildout -Version: 2.13.3 +Version: 2.13.4 Release: 0 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: %{python_module setuptools < 52} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-setuptools ++++++ zc.buildout-2.13.3.tar.gz -> zc.buildout-2.13.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.13.3/CHANGES.rst new/zc.buildout-2.13.4/CHANGES.rst --- old/zc.buildout-2.13.3/CHANGES.rst 2020-02-11 15:52:22.000000000 +0100 +++ new/zc.buildout-2.13.4/CHANGES.rst 2021-03-08 08:25:39.000000000 +0100 @@ -1,6 +1,18 @@ Change History ************** +2.13.4 (2021-03-08) +=================== + +- Pin `setuptools` < 52 as setuptools removed support for `easy_install` in + newer versions. + (`#543 <https://github.com/buildout/buildout/issues/543>`_) + +- Support for Python 3.4 is no longer tested using automatic tests. + +- Add support for Python 3.7 and 3.8. + + 2.13.3 (2020-02-11) =================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.13.3/PKG-INFO new/zc.buildout-2.13.4/PKG-INFO --- old/zc.buildout-2.13.3/PKG-INFO 2020-02-11 15:52:22.000000000 +0100 +++ new/zc.buildout-2.13.4/PKG-INFO 2021-03-08 08:25:40.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: zc.buildout -Version: 2.13.3 +Version: 2.13.4 Summary: System for managing development buildouts Home-page: http://buildout.org Author: Jim Fulton @@ -63,6 +63,18 @@ Change History ************** + 2.13.4 (2021-03-08) + =================== + + - Pin `setuptools` < 52 as setuptools removed support for `easy_install` in + newer versions. + (`#543 <https://github.com/buildout/buildout/issues/543>`_) + + - Support for Python 3.4 is no longer tested using automatic tests. + + - Add support for Python 3.7 and 3.8. + + 2.13.3 (2020-02-11) =================== @@ -609,9 +621,10 @@ Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 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.13.3/setup.py new/zc.buildout-2.13.4/setup.py --- old/zc.buildout-2.13.3/setup.py 2020-02-11 15:52:22.000000000 +0100 +++ new/zc.buildout-2.13.4/setup.py 2021-03-08 08:25:39.000000000 +0100 @@ -12,7 +12,7 @@ # ############################################################################## name = "zc.buildout" -version = '2.13.3' +version = '2.13.4' import os from setuptools import setup @@ -45,9 +45,7 @@ packages = ['zc', 'zc.buildout'], package_dir = {'': 'src'}, namespace_packages = ['zc'], - install_requires = [ - 'setuptools>=8.0', - ], + install_requires = ['setuptools>=8.0,<52',], include_package_data = True, entry_points = entry_points, extras_require = dict( @@ -62,9 +60,10 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Topic :: Software Development :: Build Tools', 'Topic :: Software Development :: Libraries :: Python Modules', ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.13.3/src/zc/buildout/bootstrap.txt new/zc.buildout-2.13.4/src/zc/buildout/bootstrap.txt --- old/zc.buildout-2.13.3/src/zc/buildout/bootstrap.txt 2020-02-11 15:52:22.000000000 +0100 +++ new/zc.buildout-2.13.4/src/zc/buildout/bootstrap.txt 2021-03-08 08:25:39.000000000 +0100 @@ -57,7 +57,7 @@ >>> with open(buildout_script) as f: print_(f.read()) # doctest: +ELLIPSIS #... sys.path[0:0] = [ - '/sample/eggs/zc.buildout-22.0.0...egg', + '/sample/eggs/zc.buildout-...egg', '/sample/eggs/setuptools-...egg'... ]... @@ -75,11 +75,11 @@ No local packages or...download links found for zc.buildout==UNKNOWN ... -Now let's try with ``2.0.0``, which happens to exist:: +Now let's try with ``2.11.0``, which happens to exist:: >>> print_('X'); print_(system( ... zc.buildout.easy_install._safe_arg(sys.executable)+' '+ - ... 'bootstrap.py --buildout-version 2.0.0')); print_('X') + ... 'bootstrap.py --buildout-version 2.11.0')); print_('X') ... # doctest: +ELLIPSIS X...Generated script '/sample/bin/buildout'...X @@ -88,7 +88,7 @@ >>> with open(buildout_script) as f: print_(f.read()) # doctest: +ELLIPSIS #... sys.path[0:0] = [ - '/sample/eggs/zc.buildout-2.0.0...egg', + '/sample/eggs/zc.buildout-2.11.0...egg', '/sample/eggs/setuptools-...egg'... ]... @@ -117,7 +117,7 @@ >>> print_('X'); print_(system( ... zc.buildout.easy_install._safe_arg(sys.executable)+' '+ - ... 'bootstrap.py --setuptools-version 31.0.0 --buildout-version 2.0.0')); print_('X') + ... 'bootstrap.py --setuptools-version 31.0.0 --buildout-version 2.11.0')); print_('X') ... # doctest: +ELLIPSIS X...Generated script '/sample/bin/buildout'...X @@ -126,7 +126,7 @@ >>> with open(buildout_script) as f: print_(f.read()) # doctest: +ELLIPSIS #... sys.path[0:0] = [ - '/sample/eggs/zc.buildout-2.0.0...egg', + '/sample/eggs/zc.buildout-2.11.0...egg', '/sample/eggs/setuptools-31.0.0...egg'... ]... @@ -147,7 +147,7 @@ >>> print_('X'); print_(system( ... zc.buildout.easy_install._safe_arg(sys.executable)+' '+ - ... 'bootstrap.py --setuptools-version 32.1.0 --buildout-version 2.0.0 '+ + ... 'bootstrap.py --setuptools-version 32.1.0 --buildout-version 2.11.0 '+ ... '--setuptools-to-dir .')); print_('X') ... # doctest: +ELLIPSIS X...Using local ez_setup.py...Generated script '/sample/bin/buildout'...X @@ -158,7 +158,7 @@ >>> with open(buildout_script) as f: print_(f.read()) # doctest: +ELLIPSIS #... sys.path[0:0] = [ - '/sample/eggs/zc.buildout-2.0.0...egg', + '/sample/eggs/zc.buildout-2.11.0...egg', '/sample/eggs/setuptools-32.1.0...egg'... ]... diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.13.3/src/zc/buildout/easy_install.py new/zc.buildout-2.13.4/src/zc/buildout/easy_install.py --- old/zc.buildout-2.13.3/src/zc/buildout/easy_install.py 2020-02-11 15:52:22.000000000 +0100 +++ new/zc.buildout-2.13.4/src/zc/buildout/easy_install.py 2021-03-08 08:25:39.000000000 +0100 @@ -56,7 +56,7 @@ return os.path.normcase(os.path.abspath(_oprp(path))) default_index_url = os.environ.get( - 'buildout-testing-index-url', + 'buildout_testing_index_url', 'https://pypi.org/simple', ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.13.3/src/zc/buildout/testing.py new/zc.buildout-2.13.4/src/zc/buildout/testing.py --- old/zc.buildout-2.13.3/src/zc/buildout/testing.py 2020-02-11 15:52:22.000000000 +0100 +++ new/zc.buildout-2.13.4/src/zc/buildout/testing.py 2021-03-08 08:25:39.000000000 +0100 @@ -265,7 +265,7 @@ register_teardown(lambda: rmtree(tmp)) zc.buildout.easy_install.default_index_url = 'file://'+tmp - os.environ['buildout-testing-index-url'] = ( + os.environ['buildout_testing_index_url'] = ( zc.buildout.easy_install.default_index_url) def tmpdir(name): @@ -608,6 +608,12 @@ 'Not upgrading because not running a local buildout command.\n' ), '') +easy_install_deprecated = ( + re.compile( + 'WARNING: The easy_install command is deprecated and will be removed in a future version.\n' + ), '') + + def run_buildout(command): # Make sure we don't get .buildout os.environ['HOME'] = os.path.join(os.getcwd(), 'home') diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.13.3/src/zc/buildout/tests.py new/zc.buildout-2.13.4/src/zc/buildout/tests.py --- old/zc.buildout-2.13.3/src/zc/buildout/tests.py 2020-02-11 15:52:22.000000000 +0100 +++ new/zc.buildout-2.13.4/src/zc/buildout/tests.py 2021-03-08 08:25:39.000000000 +0100 @@ -3423,8 +3423,11 @@ import os, sys from distutils.core import setup, Extension -if os.environ.get('test-variable'): - print("Have environment test-variable: %%s" %% os.environ['test-variable']) +if os.environ.get('test_environment_variable'): + print( + "Have environment test_environment_variable: %%s" + %% os.environ['test_environment_variable'] + ) setup(name = "extdemo", version = "%s", url="http://www.zope.org", author="Demo", author_email="d...@demo.com", @@ -3462,7 +3465,7 @@ def buildout_txt_setup(test): zc.buildout.testing.buildoutSetUp(test) mkdir = test.globs['mkdir'] - eggs = os.environ['buildout-testing-index-url'][7:] + eggs = os.environ['buildout_testing_index_url'][7:] test.globs['sample_eggs'] = eggs create_sample_eggs(test) @@ -3600,6 +3603,7 @@ zc.buildout.testing.normalize_script, zc.buildout.testing.normalize_egg_py, zc.buildout.testing.not_found, + zc.buildout.testing.easy_install_deprecated, zc.buildout.testing.adding_find_link, # (re.compile(r"Installing 'zc.buildout >=\S+"), ''), (re.compile(r'__buildout_signature__ = recipes-\S+'), @@ -3643,6 +3647,7 @@ zc.buildout.testing.normalize_script, zc.buildout.testing.normalize_egg_py, zc.buildout.testing.not_found, + zc.buildout.testing.easy_install_deprecated, zc.buildout.testing.adding_find_link, # (re.compile(r"Installing 'zc.buildout >=\S+"), ''), # (re.compile(r"Getting distribution for 'zc.buildout >=\S+"), @@ -3680,6 +3685,7 @@ zc.buildout.testing.normalize_endings, zc.buildout.testing.normalize_exception_type_for_python_2_and_3, zc.buildout.testing.not_found, + zc.buildout.testing.easy_install_deprecated, zc.buildout.testing.adding_find_link, (re.compile('zc.buildout.buildout.MissingOption'), 'MissingOption'), @@ -3703,6 +3709,7 @@ zc.buildout.testing.normalize_script, zc.buildout.testing.normalize_egg_py, zc.buildout.testing.not_found, + zc.buildout.testing.easy_install_deprecated, zc.buildout.testing.adding_find_link, normalize_bang, normalize_S, @@ -3733,6 +3740,7 @@ zc.buildout.testing.normalize_open_in_generated_script, zc.buildout.testing.adding_find_link, zc.buildout.testing.not_found, + zc.buildout.testing.easy_install_deprecated, normalize_bang, normalize_S, (re.compile(r'[-d] setuptools-\S+[.]egg'), 'setuptools.egg'), @@ -3756,6 +3764,7 @@ checker=renormalizing.RENormalizing([ zc.buildout.testing.normalize_exception_type_for_python_2_and_3, zc.buildout.testing.not_found, + zc.buildout.testing.easy_install_deprecated, zc.buildout.testing.adding_find_link, (re.compile(' at -?0x[^>]+'), '<MEM ADDRESS>'), (re.compile('http://localhost:[0-9]{4,5}/'), @@ -3776,6 +3785,7 @@ zc.buildout.testing.normalize_egg_py, zc.buildout.testing.normalize___pycache__, zc.buildout.testing.not_found, + zc.buildout.testing.easy_install_deprecated, zc.buildout.testing.normalize_exception_type_for_python_2_and_3, zc.buildout.testing.adding_find_link, normalize_bang, @@ -3824,6 +3834,7 @@ zc.buildout.testing.normalize_script, zc.buildout.testing.normalize_egg_py, zc.buildout.testing.not_found, + zc.buildout.testing.easy_install_deprecated, zc.buildout.testing.adding_find_link, (re.compile(r'__buildout_signature__ = recipes-\S+'), '__buildout_signature__ = recipes-SSSSSSSSSSS'), @@ -3904,6 +3915,7 @@ zc.buildout.testing.normalize_endings, zc.buildout.testing.normalize_script, zc.buildout.testing.not_found, + zc.buildout.testing.easy_install_deprecated, normalize_bang, zc.buildout.testing.adding_find_link, (re.compile('Downloading.*setuptools.*egg\n'), ''), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.13.3/src/zc.buildout.egg-info/PKG-INFO new/zc.buildout-2.13.4/src/zc.buildout.egg-info/PKG-INFO --- old/zc.buildout-2.13.3/src/zc.buildout.egg-info/PKG-INFO 2020-02-11 15:52:22.000000000 +0100 +++ new/zc.buildout-2.13.4/src/zc.buildout.egg-info/PKG-INFO 2021-03-08 08:25:39.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: zc.buildout -Version: 2.13.3 +Version: 2.13.4 Summary: System for managing development buildouts Home-page: http://buildout.org Author: Jim Fulton @@ -63,6 +63,18 @@ Change History ************** + 2.13.4 (2021-03-08) + =================== + + - Pin `setuptools` < 52 as setuptools removed support for `easy_install` in + newer versions. + (`#543 <https://github.com/buildout/buildout/issues/543>`_) + + - Support for Python 3.4 is no longer tested using automatic tests. + + - Add support for Python 3.7 and 3.8. + + 2.13.3 (2020-02-11) =================== @@ -609,9 +621,10 @@ Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 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.13.3/src/zc.buildout.egg-info/requires.txt new/zc.buildout-2.13.4/src/zc.buildout.egg-info/requires.txt --- old/zc.buildout-2.13.3/src/zc.buildout.egg-info/requires.txt 2020-02-11 15:52:22.000000000 +0100 +++ new/zc.buildout-2.13.4/src/zc.buildout.egg-info/requires.txt 2021-03-08 08:25:39.000000000 +0100 @@ -1,4 +1,4 @@ -setuptools>=8.0 +setuptools<52,>=8.0 [test] zope.testing