pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-swiftclient
Module Name: pkgsrc
Committed By: adam
Date: Thu Sep 10 12:10:28 UTC 2026
Modified Files:
pkgsrc/www/py-swiftclient: Makefile PLIST distinfo
Log Message:
py-swiftclient: updated to 4.11.0
4.11.0
Unknown changes
4.10.0
* The "v1password" plugin for keystoneauth now returns v3-compatible service
catalogs, fixing some issues seen when using v1 auth with openstackclient.
* Now tested under Python 3.14.
* Removed support for the provider-specific SERVICENET. Explicitly override
your storage URLs if you were previously using this feature.
* Various other minor improvements.
4.9.0
* The ``timeout`` parameter is now included when creating Keystoneauth Sessions.
* Various other minor improvements.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-swiftclient/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-swiftclient/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-swiftclient/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-swiftclient/Makefile
diff -u pkgsrc/www/py-swiftclient/Makefile:1.17 pkgsrc/www/py-swiftclient/Makefile:1.18
--- pkgsrc/www/py-swiftclient/Makefile:1.17 Sun Mar 1 08:01:38 2026
+++ pkgsrc/www/py-swiftclient/Makefile Thu Sep 10 12:10:27 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2026/03/01 08:01:38 triaxx Exp $
+# $NetBSD: Makefile,v 1.18 2026/09/10 12:10:27 adam Exp $
-DISTNAME= python-swiftclient-3.11.0
-PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
-PKGREVISION= 2
+DISTNAME= python_swiftclient-4.11.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python_//}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-swiftclient/}
@@ -11,9 +10,9 @@ HOMEPAGE= https://github.com/openstack/p
COMMENT= Python bindings to the OpenStack Object Storage API
LICENSE= apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
-DEPENDS+= ${PYPKGPREFIX}-requests>=1.1.0:../../devel/py-requests
-DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
+TOOL_DEPENDS+= ${PYPKGPREFIX}-pbr>=6.0.0:../../devel/py-pbr
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+DEPENDS+= ${PYPKGPREFIX}-requests>=2.4.0:../../devel/py-requests
SUBST_CLASSES+= manpath
SUBST_STAGE.manpath= pre-configure
@@ -21,14 +20,15 @@ SUBST_MESSAGE.manpath= fixing man path
SUBST_FILES.manpath= setup.cfg
SUBST_SED.manpath= -e 's,share/man,${PKGMANDIR},'
-USE_PKG_RESOURCES= yes
+USE_LANGUAGES= # none
+
+PY_RENAME_BINARIES= swift
PYTHON_VERSIONS_INCOMPATIBLE= 310 311 # py-sphinx via py-pbr
post-install:
cd ${DESTDIR}${PREFIX} && \
- ${MV} bin/swift bin/swift-${PYVERSSUFFIX} && \
${MV} ${PKGMANDIR}/man1/swift.1 ${PKGMANDIR}/man1/swift-${PYVERSSUFFIX}.1 || ${TRUE}
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-swiftclient/PLIST
diff -u pkgsrc/www/py-swiftclient/PLIST:1.4 pkgsrc/www/py-swiftclient/PLIST:1.5
--- pkgsrc/www/py-swiftclient/PLIST:1.4 Wed Feb 10 10:49:56 2021
+++ pkgsrc/www/py-swiftclient/PLIST Thu Sep 10 12:10:27 2026
@@ -1,13 +1,13 @@
-@comment $NetBSD: PLIST,v 1.4 2021/02/10 10:49:56 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/09/10 12:10:27 adam Exp $
bin/swift-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/pbr.json
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/pbr.json
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/swiftclient/__init__.py
${PYSITELIB}/swiftclient/__init__.pyc
${PYSITELIB}/swiftclient/__init__.pyo
@@ -26,6 +26,9 @@ ${PYSITELIB}/swiftclient/exceptions.pyo
${PYSITELIB}/swiftclient/multithreading.py
${PYSITELIB}/swiftclient/multithreading.pyc
${PYSITELIB}/swiftclient/multithreading.pyo
+${PYSITELIB}/swiftclient/requests_compat.py
+${PYSITELIB}/swiftclient/requests_compat.pyc
+${PYSITELIB}/swiftclient/requests_compat.pyo
${PYSITELIB}/swiftclient/service.py
${PYSITELIB}/swiftclient/service.pyc
${PYSITELIB}/swiftclient/service.pyo
Index: pkgsrc/www/py-swiftclient/distinfo
diff -u pkgsrc/www/py-swiftclient/distinfo:1.6 pkgsrc/www/py-swiftclient/distinfo:1.7
--- pkgsrc/www/py-swiftclient/distinfo:1.6 Tue Oct 26 11:30:48 2021
+++ pkgsrc/www/py-swiftclient/distinfo Thu Sep 10 12:10:27 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:30:48 nia Exp $
+$NetBSD: distinfo,v 1.7 2026/09/10 12:10:27 adam Exp $
-BLAKE2s (python-swiftclient-3.11.0.tar.gz) = d74380ee6b7be10575602e928c1a109efde3c3ad55de979c8133fa79efb698fd
-SHA512 (python-swiftclient-3.11.0.tar.gz) = 8dd65fdb17615d11ae15ef66a82d666134f944390400cc32ac2e49f2cc16415d81d894fc73b8fab12ca8e344ca194a2323de4da22de960c6268052bfa6813594
-Size (python-swiftclient-3.11.0.tar.gz) = 201503 bytes
+BLAKE2s (python_swiftclient-4.11.0.tar.gz) = 9827a8f985d1c0f03971400daf72a9e1c618759b33b2fc87a1013adfd25c0042
+SHA512 (python_swiftclient-4.11.0.tar.gz) = c6a51703159b8bd57136f68ddc1c45aece3899039a8b5f8cb7f847f27f1588375d71947fca9f1337fc08b498f7037eec0091f6ce124bb5787feef5d5fb714540
+Size (python_swiftclient-4.11.0.tar.gz) = 210953 bytes
Home |
Main Index |
Thread Index |
Old Index