- 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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user