pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-twine



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jun 28 09:02:31 UTC 2024

Modified Files:
        pkgsrc/net/py-twine: Makefile distinfo

Log Message:
py-twine: updated to 5.1.1

Twine 5.1.1 (2024-06-26)

Bugfixes

- 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.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/py-twine/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-twine/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-twine/Makefile
diff -u pkgsrc/net/py-twine/Makefile:1.13 pkgsrc/net/py-twine/Makefile:1.14
--- pkgsrc/net/py-twine/Makefile:1.13   Sat May 18 07:07:43 2024
+++ pkgsrc/net/py-twine/Makefile        Fri Jun 28 09:02:31 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/05/18 07:07:43 adam Exp $
+# $NetBSD: Makefile,v 1.14 2024/06/28 09:02:31 adam Exp $
 
-DISTNAME=      twine-5.1.0
+DISTNAME=      twine-5.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/twine/}

Index: pkgsrc/net/py-twine/distinfo
diff -u pkgsrc/net/py-twine/distinfo:1.7 pkgsrc/net/py-twine/distinfo:1.8
--- pkgsrc/net/py-twine/distinfo:1.7    Sat May 18 07:07:43 2024
+++ pkgsrc/net/py-twine/distinfo        Fri Jun 28 09:02:31 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/05/18 07:07:43 adam Exp $
+$NetBSD: distinfo,v 1.8 2024/06/28 09:02:31 adam Exp $
 
-BLAKE2s (twine-5.1.0.tar.gz) = 178bb7158335ce74ddaabe7f60ee5096f70fd39c5c858f9f786db5744f2bc6be
-SHA512 (twine-5.1.0.tar.gz) = eb15facd0b15ea855eabbfa2ff6464eacbf51bbab351e3e7dd15140d0352e083eb4f05ccdf4f3e1a33fa7f53d875c26a3429d6b902a413165d66a9bfc4208364
-Size (twine-5.1.0.tar.gz) = 224997 bytes
+BLAKE2s (twine-5.1.1.tar.gz) = fcd52a2ce5f808f281d06550238f90554255b913cc431bf1fa8bbb94c76575d7
+SHA512 (twine-5.1.1.tar.gz) = 77d45240ef86d812a5e54868f7db0fc114ca31bfc9d90d8ac2183ecba4b52c52d0685b99cf968cf5685c926ed6b884ba72c51566031bb91a976dc0906775d7cf
+Size (twine-5.1.1.tar.gz) = 225531 bytes



Home | Main Index | Thread Index | Old Index