forked from pool/python-twine
* 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
15 lines
306 B
Diff
15 lines
306 B
Diff
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'
|