diff --git a/python-setuptools.changes b/python-setuptools.changes index 1b1988a..167055c 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Jun 29 05:45:24 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-setuptools.spec b/python-setuptools.spec index b3a750a..a20c976 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -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} diff --git a/setuptools-70.0.0.tar.gz b/setuptools-70.0.0.tar.gz deleted file mode 100644 index ffb428c..0000000 --- a/setuptools-70.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f211a66637b8fa059bb28183da127d4e86396c991a942b028c6650d4319c3fd0 -size 2265182 diff --git a/setuptools-70.1.1.tar.gz b/setuptools-70.1.1.tar.gz new file mode 100644 index 0000000..aa4695c --- /dev/null +++ b/setuptools-70.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937a48c7cdb7a21eb53cd7f9b59e525503aa8abaf3584c730dc5f7a5bec3a650 +size 2292324