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 Sep 4 06:45:20 UTC 2026
Modified Files:
pkgsrc/net/py-twine: Makefile distinfo
Log Message:
py-twine: updated to 7.0.0
twine 7.0.0 (2026-07-27)
Bugfixes
- Specify UTF-8 encoding when reading ``.pypirc`` files.
- Add missing subdependencies to ``--version`` output.
- The dependency on ``rich`` has been bumped to avoid a hang in some environments.
- Indices that respond with non-standard HTTP codes are now handled more gracefully.
Deprecations and Removals
- Fix uploading packages with metadata version 2.5. The fix no longer allows metadata version 2.0, which was never officially standardised.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/py-twine/Makefile
cvs rdiff -u -r1.11 -r1.12 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.21 pkgsrc/net/py-twine/Makefile:1.22
--- pkgsrc/net/py-twine/Makefile:1.21 Sun Sep 21 16:24:44 2025
+++ pkgsrc/net/py-twine/Makefile Fri Sep 4 06:45:20 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2025/09/21 16:24:44 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2026/09/04 06:45:20 adam Exp $
-DISTNAME= twine-6.2.0
+DISTNAME= twine-7.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/twine/}
@@ -14,27 +14,25 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.0:../../devel/py-setuptools_scm
DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=3.6:../../devel/py-importlib-metadata
DEPENDS+= ${PYPKGPREFIX}-id>=0:../../devel/py-id
-DEPENDS+= ${PYPKGPREFIX}-keyring>=15.1:../../security/py-keyring
-DEPENDS+= ${PYPKGPREFIX}-packaging>=0:../../devel/py-packaging
+DEPENDS+= ${PYPKGPREFIX}-keyring>=21.2.0:../../security/py-keyring
+DEPENDS+= ${PYPKGPREFIX}-packaging>=26.1:../../devel/py-packaging
DEPENDS+= ${PYPKGPREFIX}-readme_renderer>=35.0:../../textproc/py-readme_renderer
DEPENDS+= ${PYPKGPREFIX}-requests>=2.20:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-requests-toolbelt>=0.9.1:../../devel/py-requests-toolbelt
-DEPENDS+= ${PYPKGPREFIX}-rich>=12.0.0:../../comms/py-rich
+DEPENDS+= ${PYPKGPREFIX}-rich>=14.3.3:../../comms/py-rich
DEPENDS+= ${PYPKGPREFIX}-rfc3986>=1.4.0:../../www/py-rfc3986
DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.26.0:../../www/py-urllib3
-TEST_DEPENDS+= ${PYPKGPREFIX}-build-[0-9]*:../../devel/py-build
-TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
-TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
-TEST_DEPENDS+= ${PYPKGPREFIX}-test_socket-[0-9]*:../../devel/py-test_socket
+TEST_DEPENDS+= ${PYPKGPREFIX}-build>=0:../../devel/py-build
+TEST_DEPENDS+= ${PYPKGPREFIX}-pretend>=0:../../devel/py-pretend
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=0:../../devel/py-coverage
+TEST_DEPENDS+= ${PYPKGPREFIX}-test_socket>=0:../../devel/py-test_socket
USE_LANGUAGES= # none
+PY_RENAME_BINARIES= twine
+
# as of 6.2.0
# 1 failed, 228 passed
-post-install:
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} twine twine-${PYVERSSUFFIX} || ${TRUE}
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-twine/distinfo
diff -u pkgsrc/net/py-twine/distinfo:1.11 pkgsrc/net/py-twine/distinfo:1.12
--- pkgsrc/net/py-twine/distinfo:1.11 Sun Sep 21 16:24:44 2025
+++ pkgsrc/net/py-twine/distinfo Fri Sep 4 06:45:20 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/09/21 16:24:44 wiz Exp $
+$NetBSD: distinfo,v 1.12 2026/09/04 06:45:20 adam Exp $
-BLAKE2s (twine-6.2.0.tar.gz) = 9da6ab84be4f4080d1d3208fedd64f8955c0302defc63f93c5f5c7a6cd953ce8
-SHA512 (twine-6.2.0.tar.gz) = c55145f626095eb4fbe6463dbc7a6314d523d6b303a46ccfd78723075fcc36afcb17e69db9219494751f5fd1e59a92b09fb774b32cc5f05fa0ff51e8d2424729
-Size (twine-6.2.0.tar.gz) = 172262 bytes
+BLAKE2s (twine-7.0.0.tar.gz) = 82b492114e4ccf69a7dd38fead610350a17dc70f4623085fc84de7c731de568f
+SHA512 (twine-7.0.0.tar.gz) = 5b28284ceb4fb345dd7dcba33db0a5b52d4ed69d129910378c3203fd558621a999d8f93dda8abc28093af7d9f8277225e39e77fe472e027bb8605ba22232ea4d
+Size (twine-7.0.0.tar.gz) = 215032 bytes
Home |
Main Index |
Thread Index |
Old Index