Compare commits

2 Commits
1.1 ... main

4 changed files with 57 additions and 6 deletions

View File

@@ -1,7 +1,58 @@
-------------------------------------------------------------------
Tue May 13 15:45:23 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 78.1.1:
* More fully sanitized the filename in PackageIndex._download.
- switch build-exclusion to be tumbleweed only
-------------------------------------------------------------------
Sun Mar 30 07:55:30 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 78.1.0:
* Restore access to _get_vc_env with a warning.
-------------------------------------------------------------------
Mon Mar 24 17:42:46 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to 78.0.2
* Reverted distutils changes that broke the monkey patching of command
classes.
* Temporarily remove requests from integration tests.
-------------------------------------------------------------------
Sat Mar 22 07:38:14 UTC 2025 - Adrian Schröter <adrian@suse.de>
- update to 77.0.3:
* Temporarily convert error for license glob patterns containing
../ into a deprecation warning to allow an accomodation period
* Better error messages for packaging.
* Avoided eagerly raising an exception when license-files is
defined simultaneously inside and outside of pyproject.toml.
* Added initial support for license expression (PEP 639)
* Store License-Files in .dist-info/licenses subfolder and
added support for recursive globs for license_files (PEP 639)
* Bump core metadata version to 2.4.
* Updated vendored copy of wheel to v0.45.1
-------------------------------------------------------------------
Tue Feb 25 20:32:51 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 75.8.0:
* Implemented Dynamic field for core metadata (as introduced in
PEP 643). The existing implementation is currently
experimental and the exact approach may change in future
releases.
* Synced with pypa/distutils@c97a3db2f including better support
for free threaded Python on Windows (pypa/distutils#310),
improved typing support, and linter accommodations.
* Synced with pypa/distutils@ff11eed0c including bugfix for
duplicate CFLAGS and adaption to support Python 3.13 is_abs
in the C compiler (#4669).
-------------------------------------------------------------------
Thu Jan 16 01:55:52 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Also provide python3-setuptools-wheel for the primary flavor.
- Also provide python3-setuptools-wheel for the primary flavor.
-------------------------------------------------------------------
Wed Jan 15 15:27:23 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -17,7 +17,7 @@
%global flavor @BUILD_FLAVOR@%{nil}
%if 0%{?suse_version} >= 1550
%if 0%{?suse_version} >= 1650
%if "%{flavor}" == "primary"
# this one is goes into Ring0: Bootstrap for primary python stack
%define pprefix %{primary_python}
@@ -53,7 +53,7 @@ ExclusiveArch: do-not-build
%define mypython python
%{?sle15_python_module_pythons}
Name: %{pprefix}-setuptools%{psuffix}
Version: 75.6.0
Version: 78.1.1
Release: 0
Summary: Download, build, install, upgrade, and uninstall Python packages
License: Apache-2.0 AND MIT AND BSD-2-Clause AND Python-2.0

BIN
setuptools-75.6.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
setuptools-78.1.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.