diff --git a/python-twine.changes b/python-twine.changes index b6cf6f0..80f4e8c 100644 --- a/python-twine.changes +++ b/python-twine.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Oct 11 11:50:51 UTC 2024 - John Paul Adrian Glaubitz + +- 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. + ------------------------------------------------------------------- Sat Jun 29 12:59:17 UTC 2024 - Dirk Müller diff --git a/python-twine.spec b/python-twine.spec index f4bb6ef..0cb50fd 100644 --- a/python-twine.spec +++ b/python-twine.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-twine -Version: 5.1.0 +Version: 5.1.1 Release: 0 Summary: Collection of utilities for interacting with PyPI License: Apache-2.0 diff --git a/twine-5.1.0.tar.gz b/twine-5.1.0.tar.gz deleted file mode 100644 index 24a600c..0000000 --- a/twine-5.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d74770c88c4fcaf8134d2a6a9d863e40f08255ff7d8e2acb3cbbd57d25f6e9d -size 224997 diff --git a/twine-5.1.1.tar.gz b/twine-5.1.1.tar.gz new file mode 100644 index 0000000..ea51d73 --- /dev/null +++ b/twine-5.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa0825139c02b3434d913545c7b847a21c835e11597f5255842d457da2322db +size 225531