14
0
forked from pool/python-twine

- Update to 5.0.0:

- Use email.message instead of cgi as cgi has been deprecated
- Remove upstreamed patch license_files.patch
- Add skip-unsupported-Metadata-Version-test.patch
  (gh#pypa/twine#1071) to skip failing test case.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-twine?expand=0&rev=38
This commit is contained in:
2024-03-18 08:39:54 +00:00
committed by Git OBS Bridge
parent 2fcab94ab3
commit d36863e4c0
7 changed files with 54 additions and 33 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 18 08:14:45 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Update to 5.0.0:
- Use email.message instead of cgi as cgi has been deprecated
- Remove upstreamed patch license_files.patch
- Add skip-unsupported-Metadata-Version-test.patch
(gh#pypa/twine#1071) to skip failing test case.
-------------------------------------------------------------------
Fri May 5 13:44:23 UTC 2023 - Matej Cepl <mcepl@suse.com>