forked from pool/python-twine
- Update to 5.1.1
* Resolve DeprecationWarnings when extracting ``twine`` metadata. * Fix bug for Repository URLs with auth where the port was lost. When attempting to prevent printing authentication credentials in URLs provided with username and password, we did not properly handle the case where the URL also contains a port (when reconstructing the URL). This is now handled and tested to ensure no regressions. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-twine?expand=0&rev=44
This commit is contained in:
14
0001-remove-disable-socket-pytest-opt.patch
Normal file
14
0001-remove-disable-socket-pytest-opt.patch
Normal 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'
|
Reference in New Issue
Block a user