14
0

Accepting request 902450 from home:bnavigator:branches:devel:languages:python

- Update to 57.0.0
  * big changelog since 44.1, see CHANGES.rst.
- No python2 support anymore.
- Refresh sort-for-reproducibility.patch and remove_mock.patch.
- Drop importlib.patch, fixed upstream.
- Remove testdata.tar.gz, packaged upstream.
- Update requirements.
  * New Ring-1 dep: python-jaraco.path <-- python-singledispatch

OBS-URL: https://build.opensuse.org/request/show/902450
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=216
This commit is contained in:
2021-06-26 08:43:14 +00:00
committed by Git OBS Bridge
parent 1ede3fffef
commit 9195e8307b
8 changed files with 136 additions and 164 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jun 25 12:46:26 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 57.0.0
* big changelog since 44.1, see CHANGES.rst.
- No python2 support anymore.
- Refresh sort-for-reproducibility.patch and remove_mock.patch.
- Drop importlib.patch, fixed upstream.
- Remove testdata.tar.gz, packaged upstream.
- Update requirements.
* New Ring-1 dep: python-jaraco.path <-- python-singledispatch
-------------------------------------------------------------------
Thu Jun 17 17:03:46 UTC 2021 - Ben Greiner <code@bnavigator.de>