14
0
forked from pool/python-twine

- Update to 6.2.0:

* Features:
    + Refresh short-lived PyPI token in long running Trusted Publishing
      uploads.
  * Bugfixes
    + Fix compatibility kludge for invalid License-File metadata entries
      emitted by build backends to work also with packaging version 24.0.
    + Fix a couple of incorrectly rendered error messages.
    + twine now enforces keyring >= 21.2.0.
    + twine now catches configparser.Error to prevent accidental leaks of
      secret tokens or passwords to the user's console.
  * Deprecations and Removals:
    + Remove hacks that support --skip-existing for indexes other than PyPI
      and TestPyPI.
    + Remove support for MD5 digests during uploads.
- Drop patch skip-unsupported-Metadata-Version-test.patch, merged upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-twine?expand=0&rev=53
This commit is contained in:
2025-09-18 01:37:33 +00:00
committed by Git OBS Bridge
commit c959b126b7
6 changed files with 501 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
Only in twine-3.4.1: .coverage
Only in twine-3.4.1: .pytest_cache
---
pytest.ini | 1 -
1 file changed, 1 deletion(-)
--- a/pytest.ini
+++ b/pytest.ini
@@ -6,5 +6,4 @@ filterwarnings=
ignore:the imp module is deprecated::setuptools
addopts =
- --disable-socket
--ignore-glob '*integration*.py'