pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-apache-libcloud
Module Name: pkgsrc
Committed By: adam
Date: Thu May 28 11:38:48 UTC 2026
Modified Files:
pkgsrc/net/py-apache-libcloud: Makefile PLIST distinfo
Log Message:
py-apache-libcloud: updated to 3.9.1
Changes in Apache Libcloud 3.9.1
Compute
- [VSphere] Add verify_ssl option
Add verify_ssl option, to enable the user to avoid SSL verification explicitly.
- [OpenStack] Initial Blazar support
This is an initial implementation of Blazar support in Libcloud. It currently
supports listing the available leases and hosts.
- [Azure ARM] Update US GovCloud AD endpoint for AZURE_ARM provider.
- [OpenStack] Add hypervisor_hostname attribute to OpenStack node.
- [GCP] Use the fully-qualified name for the GCP IMDS endpoint.
- [Azure ARM, Amazon S3] Add signed upload to azure and s3.
- [RcodeZero]: Fix issue when adding a record where a record with a different type already exists
DNS
- [Cloudflare] Removal of zone_name from Cloudflare record response following API deprecation
This change will cause that record name returned by the Cloudflare driver to be fully
qualified (e.g. "www.example.com") instead of relative to the zone (e.g. "www").
This is due to the fact that Cloudflare has deprecated the "zone_name" field in their
API response and it is no longer available.
- [Luadns] Fix example keyword arguments.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/py-apache-libcloud/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/py-apache-libcloud/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/py-apache-libcloud/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-apache-libcloud/Makefile
diff -u pkgsrc/net/py-apache-libcloud/Makefile:1.21 pkgsrc/net/py-apache-libcloud/Makefile:1.22
--- pkgsrc/net/py-apache-libcloud/Makefile:1.21 Mon Feb 16 12:28:56 2026
+++ pkgsrc/net/py-apache-libcloud/Makefile Thu May 28 11:38:48 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2026/02/16 12:28:56 adam Exp $
+# $NetBSD: Makefile,v 1.22 2026/05/28 11:38:48 adam Exp $
-DISTNAME= apache_libcloud-3.9.0
+DISTNAME= apache_libcloud-3.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/apache-libcloud/}
Index: pkgsrc/net/py-apache-libcloud/PLIST
diff -u pkgsrc/net/py-apache-libcloud/PLIST:1.13 pkgsrc/net/py-apache-libcloud/PLIST:1.14
--- pkgsrc/net/py-apache-libcloud/PLIST:1.13 Mon Feb 16 12:28:56 2026
+++ pkgsrc/net/py-apache-libcloud/PLIST Thu May 28 11:38:48 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2026/02/16 12:28:56 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2026/05/28 11:38:48 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -2097,6 +2097,8 @@ ${PYSITELIB}/libcloud/test/compute/fixtu
${PYSITELIB}/libcloud/test/compute/fixtures/openstack_v1_1/_images_v2.json
${PYSITELIB}/libcloud/test/compute/fixtures/openstack_v1_1/_images_v2_invalid_next.json
${PYSITELIB}/libcloud/test/compute/fixtures/openstack_v1_1/_images_v2_page2.json
+${PYSITELIB}/libcloud/test/compute/fixtures/openstack_v1_1/_leases.json
+${PYSITELIB}/libcloud/test/compute/fixtures/openstack_v1_1/_os_hosts.json
${PYSITELIB}/libcloud/test/compute/fixtures/openstack_v1_1/_os_keypairs.json
${PYSITELIB}/libcloud/test/compute/fixtures/openstack_v1_1/_os_keypairs_create.json
${PYSITELIB}/libcloud/test/compute/fixtures/openstack_v1_1/_os_keypairs_create_import.json
Index: pkgsrc/net/py-apache-libcloud/distinfo
diff -u pkgsrc/net/py-apache-libcloud/distinfo:1.15 pkgsrc/net/py-apache-libcloud/distinfo:1.16
--- pkgsrc/net/py-apache-libcloud/distinfo:1.15 Mon Feb 16 12:28:56 2026
+++ pkgsrc/net/py-apache-libcloud/distinfo Thu May 28 11:38:48 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2026/02/16 12:28:56 adam Exp $
+$NetBSD: distinfo,v 1.16 2026/05/28 11:38:48 adam Exp $
-BLAKE2s (apache_libcloud-3.9.0.tar.gz) = 96a07bd56d1e4166a259b5ccbbf41f15f87bbc04732aebc1420a578b3516ab9e
-SHA512 (apache_libcloud-3.9.0.tar.gz) = dd803435ab5a33492dc54ccd0799a718167912cdbd772a2e532efc360208b19908323c58c9d728ff5792c2172f9f27ba5c5e09945171021bcc1b8980ca472824
-Size (apache_libcloud-3.9.0.tar.gz) = 2579758 bytes
+BLAKE2s (apache_libcloud-3.9.1.tar.gz) = 4cfcfcd973bb4839b362a3245ac5a5961e94fd9d5b6b0b158bcffa0e20ced26e
+SHA512 (apache_libcloud-3.9.1.tar.gz) = e0d8cf84efaba4e01b7f76fa9e7246fba7fab780201ff2484d97666e350d3d56bc883ada68539f6ef263942b65958d89aa30f3fa6cce2dc3548cbe5e0c3a648e
+Size (apache_libcloud-3.9.1.tar.gz) = 2582796 bytes
Home |
Main Index |
Thread Index |
Old Index