- update to 5.1.3:
* Replace 4 bare except clauses with except Exception.
* Accept setuptools 81. Require setuptools<82. [maurits]
* Store buildout index url in the installer, so pip can use it.
* Support Python 3.14. No changes were needed. [maurits]
* Warn when old-style namespaces are used in packages under
development. [maurits]
* Require setuptools<81. We need the pkg_resources module which
is scheduled for removal in 81. [maurits]
* Test with pip 25.3.
* Fix logic in detecting namespace init files for deletion.
* Fix reading metadata files from dist-info in Windows.
* Install development eggs (editable installs) using pip.
Theoretically this means that you could develop a package
that uses for example hatchling as build system. In practice
this does not work yet, but the foundation is there.
* Install all namespace packages as native namespaces.
* Store eggs in a sub directory: eggs/v5. Or with abi tags for
example: eggs/v5/cp313. [maurits]
* Install most packages with pip, with only rare exceptions.
* The zc.buildout package itself uses native namespaces now.
* Require at least setuptools version 61.0.0. This is needed
due to the changes in the test setup. [maurits]
* The tests have mostly been changed to use wheels instead of
eggs, so they more closely resemble real life. [maurits]
* Removed inactive tests for no longer existing bootstrap.py.
* Split the buildout.txt test file into multiple files.
* Fix error get_win_launcher not found on Windows on setuptools
80.3+. [maurits]
OBS-URL: https://build.opensuse.org/request/show/1339010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zc.buildout?expand=0&rev=26
Description
No description provided
Languages
RPM Spec
100%