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-12-05 22:46:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zc.buildout (Old) and /work/SRC/openSUSE:Factory/.python-zc.buildout.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zc.buildout" Sun Dec 5 22:46:02 2021 rev:17 rq:935654 version:2.13.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zc.buildout/python-zc.buildout.changes 2021-11-10 21:46:50.891821912 +0100 +++ /work/SRC/openSUSE:Factory/.python-zc.buildout.new.31177/python-zc.buildout.changes 2021-12-05 22:46:28.053572461 +0100 @@ -1,0 +2,330 @@ +Sat Nov 27 10:12:16 UTC 2021 - Sebastian Wagner <sebix+novell....@sebix.at> + +- - Change History: +************** +- update to version 2.13.6: + - Allow to run buildout in FIPS enabled environments + (`#570 <https://github.com/buildout/buildout/issues/570>`_) +- update to version 2.13.5: + - Improve possible error message if using a too new version of ``setuptools``. + (`#580 <https://github.com/buildout/buildout/issues/580>`_) +- 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. +- update to version 2.13.3: + - Fix DeprecationWarning about MutableMapping. + (`#484 <https://github.com/buildout/buildout/issues/484>`_) +- update to version 2.13.2: + - Fixed DeprecationWarning on python 3.7: "'U' mode is deprecated". +- update to version 2.13.1: + - Documentation update for the new ``buildout query`` command. +- update to version 2.13.0: + - Get information about the configuration with new command ``buildout query``. +- 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. +- 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 + <https://github.com/buildout/buildout/issues/457>`_. + zc.recipe.egg has been updated to 2.0.6 for this change. +- update to version 2.11.5: + - Fix for `issue 295 <https://github.com/buildout/buildout/issues/295>`_. On + windows, deletion of temporary egg files is more robust now. +- update to version 2.11.4: + - Fix for `issue 451 <https://github.com/buildout/buildout/issues/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. +- update to version 2.11.3: + - Update to use the new PyPI at https://pypi.org/. +- update to version 2.11.2: + - Fix for the #442 issue: AttributeError on + ``pkg_resources.SetuptoolsVersion``. +- 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. +- 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 version 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 <https://github.com/buildout/buildout.wheel>`_, resulting in + a sudden "Wheels are not supported" error message (see `issue 435 + <https://github.com/buildout/buildout/issues/425>`_). Fixed by making + setuptools the default, though you can still use the buildout.wheel if you + want. +- update to version 2.9.6: + - Fixed: could not install eggs when sdist file name and package name had different + case. +- update to version 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. +- update to version 2.9.4: + - Sort the distributions used to compute ``__buildout_signature__`` to + ensure reproducibility under Python 3 or under Python 2 when ``-R`` + is used on ``PYTHONHASHSEED`` is set to ``random``. Fixes `issue 392 + <https://github.com/buildout/buildout/issues/392>`_. + **NOTE**: This may cause existing ``.installed.cfg`` to be + considered outdated and lead to parts being reinstalled spuriously + under Python 2. + - Add support code for doctests to be able to easily measure code + coverage. See `issue 397 <https://github.com/buildout/buildout/issues/397>`_. +- update to version 2.9.3: + - Add more verbosity to ``annotate`` results with ``-v`` + - Select one or more sections with arguments after ``buildout annotate``. +- update to version 2.9.2: + - Fixed: We unnecessarily used a function from newer versions of + setuptools that caused problems when older setuptools or pkg_resources + installs were present (as in travis.ci). +- update to version 2.9.1: + - Fixed a minor packaging bug that broke the PyPI page. +- update to version 2.9.0: + - Added new syntax to explicitly declare that a part depends on other part. + See http://docs.buildout.org/en/latest/topics/implicit-parts.html + - Internal refactoring to work with `buildout.wheel + <https://github.com/buildout/buildout.wheel>`_. + - Fixed a bugs in ``zc.buildout.testing.Buildout``. It was loading + user-default configuration. It didn't support calling the + ``created`` method on its sections. + - Fixed a bug (windows, py 3.4) + When processing metadata on "old-style" distutils scripts, .exe stubs + appeared in ``metadata_listdir``, in turn reading those burped with + ``UnicodeDecodeError``. Skipping .exe stubs now. +- update to version 2.8.0: + - Added a hook to enable a soon-to-be-released buildout extension to + provide wheel support. +- update to version 2.7.1: + - Fixed a bug introduced in 2.6.0: + zc.buildout and its dependeoncies were reported as picked even when + their versions were fixed in a ``versions`` section. Worse, when the + ``update-versions-file`` option was used, the ``versions`` section was + updated needlessly on every run. +- update to version 2.7.0: + - Added a buildout option, ``abi-tag-eggs`` that, when true, causes + the `ABI tag <https://www.python.org/dev/peps/pep-0425/#abi-tag>`_ + for the buildout environment to be added to the eggs directory name. + This is useful when switching Python implementations (e.g. CPython + vs PyPI or debug builds vs regular builds), especially when + environment differences aren't reflected in egg names. It also has + the side benefit of making eggs directories smaller, because eggs + for different Python versions are in different directories. +- update to version 2.6.0: + - Updated to work with the latest setuptools. + - Added (verified) Python 3.6 support. +- update to version 2.5.3: + - After a dist is fetched and put into its final place, compile its + python files. No longer wait with compiling until all dists are in + place. This is related to the change below about not removing an + existing egg. [maurits] + - Do not remove an existing egg. When installing an egg to a location + that already exists, keep the current location (directory or file). + This can only happen when the location at first did not exist and + this changed during the buildout run. We used to remove the + previous location, but this could cause problems when running two + buildouts at the same time, when they try to install the same new + egg. Fixes #307. [maurits] + - In ``zc.buildout.testing.system``, set ``TERM=dumb`` in the environment. + This avoids invisible control characters popping up in some terminals, + like ``xterm``. Note that this may affect tests by buildout recipes. + [maurits] + - Removed Python 2.6 and 3.2 support. + [do3cc] +- update to version 2.5.2: + - Fixed ``-=`` and ``+=`` when extending sections. See #161. + [puittenbroek] +- update to version 2.5.1: + - Fix python 2 for downloading external config files with basic auth in the + URL. Fixes #257. +- update to version 2.5.0: + - Added more elaborate version and requirement information when there's a + version conflict. Previously, you could get a report of a version conflict + without information about which dependency requested the conflicing + requirement. + Now all this information is logged and displayed in case of an error. + [reinout] + - Dropped 3.2 support (at least in the automatic tests) as setuptools will + soon stop supporting it. Added python 3.5 to the automatic tests. + [reinout] +- update to version 2.4.7: + - Fix for #279. Distutils script detection previously broke on windows with + python 3 because it errored on ``.exe`` files. + [reinout] +- update to version 2.4.6: + - Relative paths are now also correctly generated for the current directory + ("develop = ."). + [youngking] +- update to version 2.4.5: + - More complete fix for #24. Distutils scripts are now also generated for + develop eggs. + [reinout] +- update to version 2.4.4: + - zc.buildout is now also released as a wheel. (Note: buildout itself doesn't + support installing wheels yet.) + [graingert] +- update to version 2.4.3: + - Added nested directory creation support + [guyzmo] +- update to version 2.4.2: + - If a downloaded config file in the "extends-cache" gets corrupted, buildout + now tells you the filename in the cache. Handy for troubleshooting. + [reinout] +- update to version 2.4.1: + - Check the ``use-dependency-links`` option earlier. This can give + a small speed increase. + [maurits] + - When using python 2, urllib2 is used to work around Python issue 24599, which + affects downloading from behind a proxy. + [stefano-m] +- update to version 2.4.0: + - Buildout no longer breaks on packages that contain a file with a non-ascii + filename. Fixes #89 and #148. + [reinout] + - Undo breakage on Windows machines where ``sys.prefix`` can also be a + ``site-packages`` directory: don't remove it from ``sys.path``. See + https://github.com/buildout/buildout/issues/217 . ++++ 133 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/python-zc.buildout/python-zc.buildout.changes ++++ and /work/SRC/openSUSE:Factory/.python-zc.buildout.new.31177/python-zc.buildout.changes Old: ---- zc.buildout-3.0.0b3.tar.gz New: ---- zc.buildout-2.13.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zc.buildout.spec ++++++ --- /var/tmp/diff_new_pack.ElRatU/_old 2021-12-05 22:46:30.097565800 +0100 +++ /var/tmp/diff_new_pack.ElRatU/_new 2021-12-05 22:46:30.101565787 +0100 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-zc.buildout -Version: 3.0.0b3 +Version: 2.13.6 Release: 0 Summary: System for managing development buildouts License: ZPL-2.1 ++++++ zc.buildout-3.0.0b3.tar.gz -> zc.buildout-2.13.6.tar.gz ++++++ ++++ 27916 lines of diff (skipped)