1
0

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

- update to 0.3.4
  * Fixed #153: Raise warnings in get_distributions() if bad
    metadata seen, but keep going.
  * Fixed #154: Determine Python versions correctly for Python >=
    3.10.
  * Updated launcher executables.
- Drop obsolete remove-backports.patch

OBS-URL: https://build.opensuse.org/request/show/939488
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=20
This commit is contained in:
2021-12-11 11:55:54 +00:00
committed by Git OBS Bridge
parent 88543c0f00
commit 5e3861ee6f
5 changed files with 25 additions and 88 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Dec 10 21:56:30 UTC 2021 - Ben Greiner <code@bnavigator.de>
- update to 0.3.4
* Fixed #153: Raise warnings in get_distributions() if bad
metadata seen, but keep going.
* Fixed #154: Determine Python versions correctly for Python >=
3.10.
* Updated launcher executables.
- Drop obsolete remove-backports.patch
-------------------------------------------------------------------
Sun Nov 7 18:22:20 UTC 2021 - Dirk Müller <dmueller@suse.com>