- update to 75.6.0:
* Preserve original PKG-INFO into METADATA when creating wheel (instead of calling wheel.metadata.pkginfo_to_metadata). This helps to be more compliant with the flow specified in PEP 517. * Changed the WindowsSdkVersion, FrameworkVersion32 and FrameworkVersion64 properties of setuptools.msvc.PlatformInfo to return an empty tuple instead of None as a fallthrough case -- by :user:`Avasam` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=273
This commit is contained in:
parent
e4e74004c4
commit
caa986da91
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 11:35:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 75.6.0:
|
||||
* Preserve original PKG-INFO into METADATA when creating wheel
|
||||
(instead of calling wheel.metadata.pkginfo_to_metadata). This
|
||||
helps to be more compliant with the flow specified in PEP
|
||||
517.
|
||||
* Changed the WindowsSdkVersion, FrameworkVersion32 and
|
||||
FrameworkVersion64 properties of setuptools.msvc.PlatformInfo
|
||||
to return an empty tuple instead of None as a fallthrough
|
||||
case -- by :user:`Avasam`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 17:30:46 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
%define mypython python
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-setuptools%{psuffix}
|
||||
Version: 75.5.0
|
||||
Version: 75.6.0
|
||||
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
|
||||
@ -48,19 +48,19 @@ BuildArch: noarch
|
||||
BuildRequires: %{python_module build}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module filelock >= 3.4.0}
|
||||
BuildRequires: %{python_module ini2toml-lite >= 0.9}
|
||||
BuildRequires: %{python_module ini2toml-lite >= 0.14}
|
||||
BuildRequires: %{python_module jaraco.develop >= 7.21}
|
||||
BuildRequires: %{python_module jaraco.envs >= 2.2}
|
||||
BuildRequires: %{python_module jaraco.packaging >= 10.0}
|
||||
BuildRequires: %{python_module jaraco.path >= 3.2.0}
|
||||
BuildRequires: %{python_module jaraco.test}
|
||||
BuildRequires: %{python_module jaraco.test >= 5.5}
|
||||
BuildRequires: %{python_module packaging >= 24.2}
|
||||
BuildRequires: %{python_module pip >= 19.1}
|
||||
BuildRequires: %{python_module pip-run >= 8.8}
|
||||
BuildRequires: %{python_module pytest >= 6}
|
||||
BuildRequires: %{python_module pytest-home}
|
||||
BuildRequires: %{python_module pytest-home >= 0.5}
|
||||
BuildRequires: %{python_module pytest-subprocess}
|
||||
BuildRequires: %{python_module pytest-timeout}
|
||||
BuildRequires: %{python_module pytest-xdist}
|
||||
BuildRequires: %{python_module pytest-xdist >= 3}
|
||||
BuildRequires: %{python_module setuptools = %{version}}
|
||||
BuildRequires: %{python_module setuptools-wheel = %{version}}
|
||||
BuildRequires: %{python_module tomli-w >= 1.0.0}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c4ccb41111392671f02bb5f8436dfc5a9a7185e80500531b133f5775c4163ef
|
||||
size 1336032
|
3
setuptools-75.6.0.tar.gz
Normal file
3
setuptools-75.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6
|
||||
size 1337429
|
Loading…
Reference in New Issue
Block a user