From c8bd917d6c68bc5e09d17cca0b34375fd9f15276a2a1d4372e4f26e48cbc4281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 11 Oct 2024 12:11:02 +0000 Subject: [PATCH] Accepting request 1207159 from home:glaubitz:branches:devel:languages:python - 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/request/show/1207159 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-twine?expand=0&rev=44 --- python-twine.changes | 11 +++++++++++ python-twine.spec | 2 +- twine-5.1.0.tar.gz | 3 --- twine-5.1.1.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 twine-5.1.0.tar.gz create mode 100644 twine-5.1.1.tar.gz 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