Accepting request 1183943 from devel:languages:python
- update to 70.1.1: * Improve error message when pkg_resources.ZipProvider tries to extract resources with a missing Egg Added variables and parameter type annotations to pkg_resources to be nearly on par with typeshed.* * Improve error message when pkg_resources.ZipProvider tries to extract resources with a missing Egg * Added variables and parameter type annotations to pkg_resources to be nearly on par with typeshed.* * Migrated Setuptools' own config to pyproject.toml * Prevent a TypeError: 'NoneType' object is not callable when shutil_rmtree is called without an onexc parameter on Python<=3.11 * Replace use of mktemp with can_symlink from the stdlib test suite. * Improvement for attr: directives in configuration to handle more edge cases related to complex package_dir. * Fix accidental implicit string concatenation. OBS-URL: https://build.opensuse.org/request/show/1183943 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools?expand=0&rev=83
This commit is contained in:
commit
8dc8a195c4
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 05:45:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 70.1.1:
|
||||
* Improve error message when pkg_resources.ZipProvider tries to
|
||||
extract resources with a missing Egg
|
||||
Added variables and parameter type annotations to
|
||||
pkg_resources to be nearly on par with typeshed.*
|
||||
* Improve error message when pkg_resources.ZipProvider tries to
|
||||
extract resources with a missing Egg
|
||||
* Added variables and parameter type annotations to
|
||||
pkg_resources to be nearly on par with typeshed.*
|
||||
* Migrated Setuptools' own config to pyproject.toml
|
||||
* Prevent a TypeError: 'NoneType' object is not callable when
|
||||
shutil_rmtree is called without an onexc parameter on
|
||||
Python<=3.11
|
||||
* Replace use of mktemp with can_symlink from the stdlib test
|
||||
suite.
|
||||
* Improvement for attr: directives in configuration to handle
|
||||
more edge cases related to complex package_dir.
|
||||
* Fix accidental implicit string concatenation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 28 05:20:31 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
%define mypython python
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-setuptools%{psuffix}
|
||||
Version: 70.0.0
|
||||
Version: 70.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
|
||||
@ -55,6 +55,7 @@ BuildRequires: %{python_module ini2toml-lite >= 0.9}
|
||||
BuildRequires: %{python_module jaraco.develop >= 7.21}
|
||||
BuildRequires: %{python_module jaraco.envs >= 2.2}
|
||||
BuildRequires: %{python_module jaraco.path >= 3.2.0}
|
||||
BuildRequires: %{python_module jaraco.test}
|
||||
BuildRequires: %{python_module pip >= 19.1}
|
||||
BuildRequires: %{python_module pip-run >= 8.8}
|
||||
BuildRequires: %{python_module pytest >= 6}
|
||||
|
BIN
setuptools-70.0.0.tar.gz
(Stored with Git LFS)
BIN
setuptools-70.0.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
setuptools-70.1.1.tar.gz
Normal file
3
setuptools-70.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:937a48c7cdb7a21eb53cd7f9b59e525503aa8abaf3584c730dc5f7a5bec3a650
|
||||
size 2292324
|
Loading…
Reference in New Issue
Block a user