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

@@ -6,8 +6,9 @@ Only in twine-3.4.1: .pytest_cache
--- a/pytest.ini
+++ b/pytest.ini
@@ -6,4 +6,3 @@ filterwarnings=
@@ -6,5 +6,4 @@ filterwarnings=
ignore:the imp module is deprecated::setuptools
addopts =
- --disable-socket
--ignore-glob '*integration*.py'