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:   wiz
Date:           Fri Dec  6 21:39:43 UTC 2024

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

Log Message:
py-twine: update to 6.0.1.

Twine 6.0.1 (2024-11-30)

Bugfixes

Fixed a regression where twine check would fail to expand wildcards, e.g. twine check 'dist/*'. (#1188)

Twine 6.0.0 (2024-11-29)

Bugfixes

Restore support for pkginfo 1.11 (#1116)

Deprecations and Removals

Username for PyPI and Test PyPI now defaults to __token__ but no longer overrides a username configured in the environment or supplied on the command line. Workflows still supplying anything other 
than __token__ for the username when uploading to PyPI or Test PyPI will now fail. Either supply __token__ or do not supply a username at all. (#1121)


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/py-twine/Makefile
cvs rdiff -u -r1.8 -r1.9 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.17 pkgsrc/net/py-twine/Makefile:1.18
--- pkgsrc/net/py-twine/Makefile:1.17   Mon Nov 11 07:28:51 2024
+++ pkgsrc/net/py-twine/Makefile        Fri Dec  6 21:39:43 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/11/11 07:28:51 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2024/12/06 21:39:43 wiz Exp $
 
-DISTNAME=      twine-5.1.1
+DISTNAME=      twine-6.0.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.8 pkgsrc/net/py-twine/distinfo:1.9
--- pkgsrc/net/py-twine/distinfo:1.8    Fri Jun 28 09:02:31 2024
+++ pkgsrc/net/py-twine/distinfo        Fri Dec  6 21:39:43 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/06/28 09:02:31 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/12/06 21:39:43 wiz Exp $
 
-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
+BLAKE2s (twine-6.0.1.tar.gz) = f66b9ec1ea7b34aa524129b2ff03e5d222d715aea80ce9450dd7e3d4154b9ca2
+SHA512 (twine-6.0.1.tar.gz) = 8131917fa2e19b4bc0fc17f3204682662ce78a4e023fbfb596e77163237adb12a9680d7dda85d78bdcbf9280aa2e53141e2b1e6ce998cb0ae2bfce72f9ec76a0
+Size (twine-6.0.1.tar.gz) = 227175 bytes



Home | Main Index | Thread Index | Old Index