17
0

Sync with factory

This commit is contained in:
2026-02-18 12:16:10 +01:00
parent 27a74facf0
commit 8bcf96d546
8 changed files with 107 additions and 21 deletions

View File

@@ -1,3 +1,70 @@
-------------------------------------------------------------------
Thu Jan 29 14:55:29 UTC 2026 - Daniel Garcia <daniel.garcia@suse.com>
- Fix suse_version check to make sure that primary builds for SLE-16
series
- Add pythons_for_pypi macro. This macro will help to build the python
minimal stack for different python versions.
-------------------------------------------------------------------
Thu Jan 1 12:37:12 UTC 2026 - Ben Greiner <code@bnavigator.de>
- Update to v80.9.0
* Set a deadline for the removal of pkg_resources later this year
(December). (#3085)
* Removed reliance on pkg_resources in test_wheel. (#3085)
- Release v80.8.0
* Replaced more references to pkg_resources with importlib
equivalents in wheel module. (#3085)
* Restore explicit LICENSE file. (#5001)
- Release v80.7.1
* Only attempt to fetch eggs for unsatisfied requirements.
(#4998)
* In installer, when discovering egg dists, let metadata
discovery search each egg. (#4998)
- Release v80.7.0
* Removed usage of pkg_resources from installer. Set an official
deadline on the installer deprecation to 2025-10-31. (#4997)
- Release v80.5.0
* Replaced more references to pkg_resources with importlib
equivalents. (#3085)
- Release v80.4.0
* Simplified the error reporting in editable installs. (#4984)
- Release v80.3.0
* Removed easy_install and package_index modules. (#917)
- Release v80.2.0
* Restored support for install_scripts --executable (and classic
behavior for the executable for those invocations). Instead,
build_editable provides the portable form of the executables
for downstream installers to rewrite. (#4934)
- Release v80.1.0
* Added a deadline of Oct 31 to the setup.py install deprecation.
* With setup.py install --prefix=..., fall back to distutils
install rather than failing. Note that running setup.py install
is deprecated. (#3143)
- Release v80.0.1
* Fixed index_url logic in develop compatibility shim. (#4966)
- Release v80.0.0
## Deprecations and Removals
* Removed support for the easy_install command including the
sandbox module. (#2908)
* Develop command no longer uses easy_install, but instead defers
execution to pip (which then will re-invoke Setuptools via PEP
517 to build the editable wheel). Most of the options to
develop are dropped. This is the final warning before the
command is dropped completely in a few months. Use-cases
relying on 'setup.py develop' should pin to older Setuptools
version or migrate to modern build tooling. (#4955)
- Release v79.0.0
* Removed support for 'legacy-editable' installs. (#917)
- Add python-setuptools.rpmlintrc for false positives on
requirements
-------------------------------------------------------------------
Thu Nov 6 15:00:11 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Remove python-rpm-packaging from BuildRequires on SLE-15
-------------------------------------------------------------------
Mon Oct 27 11:27:05 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>