14
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,3 +1,12 @@
-------------------------------------------------------------------
Mon Nov 14 09:53:11 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- 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.
-------------------------------------------------------------------
Wed Oct 19 09:28:07 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>