7
0

- Delete remove_mock.patch, that's not needed anymore, it's upstreamed

- Update to 65.5.1:
  * #3638: Drop a test dependency on the mock package, always use
    :external+python:py:mod:`unittest.mock` -- by :user:`hroncok`
  * #3659: Fixed REDoS vector in package_index.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=231
This commit is contained in:
2022-11-14 10:33:55 +00:00
committed by Git OBS Bridge
parent 8cd1bc5162
commit b69b4710c5
6 changed files with 18 additions and 155 deletions

View File

@@ -1,8 +1,8 @@
Index: setuptools-63.2.0/setuptools/_distutils/sysconfig.py
Index: setuptools-65.5.1/setuptools/_distutils/sysconfig.py
===================================================================
--- setuptools-63.2.0.orig/setuptools/_distutils/sysconfig.py
+++ setuptools-63.2.0/setuptools/_distutils/sysconfig.py
@@ -229,9 +229,13 @@ def get_python_lib(plat_specific=0, stan
--- setuptools-65.5.1.orig/setuptools/_distutils/sysconfig.py
+++ setuptools-65.5.1/setuptools/_distutils/sysconfig.py
@@ -238,9 +238,13 @@ def get_python_lib(plat_specific=0, stan
if os.name == "posix":
if plat_specific or standard_lib: