Changes in Apache Libcloud 2.2.0:

Common
* [GCE] Scrape prices for GCE Australia Region [GITHUB-1085] (Francisco Ros)

Compute
* [ARM] Add option to create static public IP [GITHUB-1091, LIBCLOUD-918] (Aki Ketolainen)
* [SOFTLAYER] Add get_image method to class [GITHUB-1066] (Francois Regnoult)
* [ARM] Add Storage support, volumes, snapshots [GITHUB-1087] (Sergey Babak)

Container
* [DOCKER] Fixes to support TLS connection [GITHUB-1067] (johnnyWalnut)

DNS
* [ROUTE53] Fix for TXT and SPF records, when user didn’t escapsulate data in quotes, the API would fire error. As reported by @glyph [LIBCLOUD-875, GITHUB-1093] (Anthony Shaw)
* [LINODE] Add priority to the extra dictionary in record instances [GITHUB-1088] (@mete0r)

Load Balancer
* Fixed AWS ALB/ELB driver init method to instantiate nested connection object properly [LIBCLOUD-936, GITHUB-1089] (Anton Kozyrev)

Storage
* [CLOUDFILES] Update OpenStackSwiftConnection to work with auth version 3.0 [GITHUB-1068] (Hakan Carlsson)
* [CLOUDFILES] Add SSL URI support [GITHUB-1076, LIBCLOUD-458]
This commit is contained in:
adam 2017-09-07 06:26:39 +00:00
parent f92cd33846
commit 729261cdbc
3 changed files with 18 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.8 2017/07/18 05:12:27 adam Exp $
# $NetBSD: Makefile,v 1.9 2017/09/07 06:26:39 adam Exp $
DISTNAME= apache-libcloud-2.1.0
DISTNAME= apache-libcloud-2.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PYPI:=a/apache-libcloud/}

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2017/07/18 05:12:27 adam Exp $
@comment $NetBSD: PLIST,v 1.6 2017/09/07 06:26:39 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@ -744,7 +744,17 @@ ${PYSITELIB}/libcloud/test/compute/fixtures/azure/libcloud.pem
${PYSITELIB}/libcloud/test/compute/fixtures/azure_arm/_77777777_7777_7777_7777_777777777777_oauth2_token.json
${PYSITELIB}/libcloud/test/compute/fixtures/azure_arm/_subscriptions_99999999_9999_9999_9999_999999999999_providers_Microsoft_Commerce_RateCard.json
${PYSITELIB}/libcloud/test/compute/fixtures/azure_arm/_subscriptions_99999999_9999_9999_9999_999999999999_providers_Microsoft_Compute.json
${PYSITELIB}/libcloud/test/compute/fixtures/azure_arm/_subscriptions_99999999_9999_9999_9999_999999999999_providers_Microsoft_Compute_disks.json
${PYSITELIB}/libcloud/test/compute/fixtures/azure_arm/_subscriptions_99999999_9999_9999_9999_999999999999_providers_Microsoft_Compute_locations_eastus_vmSizes.json
${PYSITELIB}/libcloud/test/compute/fixtures/azure_arm/_subscriptions_99999999_9999_9999_9999_999999999999_providers_Microsoft_Compute_snapshots.json
${PYSITELIB}/libcloud/test/compute/fixtures/azure_arm/_subscriptions_99999999_9999_9999_9999_999999999999_providers_Microsoft_Compute_virtualMachines.json
${PYSITELIB}/libcloud/test/compute/fixtures/azure_arm/_subscriptions_99999999_9999_9999_9999_999999999999_resourceGroups_000000_providers_Microsoft_Compute_disks_test_disk_1.json
${PYSITELIB}/libcloud/test/compute/fixtures/azure_arm/_subscriptions_99999999_9999_9999_9999_999999999999_resourceGroups_000000_providers_Microsoft_Compute_snapshots_test_snap_1.json
${PYSITELIB}/libcloud/test/compute/fixtures/azure_arm/_subscriptions_99999999_9999_9999_9999_999999999999_resourceGroups_000000_providers_Microsoft_Compute_virtualMachines_test_node_1.json
${PYSITELIB}/libcloud/test/compute/fixtures/azure_arm/_subscriptions_99999999_9999_9999_9999_999999999999_resourceGroups_000000_providers_Microsoft_Compute_virtualMachines_test_node_1_InstanceView.json
${PYSITELIB}/libcloud/test/compute/fixtures/azure_arm/_subscriptions_99999999_9999_9999_9999_999999999999_resourceGroups_000000_providers_Microsoft_Network_networkInterfaces_test_node_1_nic.json
${PYSITELIB}/libcloud/test/compute/fixtures/azure_arm/_subscriptions_99999999_9999_9999_9999_999999999999_resourceGroups_111111_providers_Microsoft_Compute_disks.json
${PYSITELIB}/libcloud/test/compute/fixtures/azure_arm/_subscriptions_99999999_9999_9999_9999_999999999999_resourceGroups_111111_providers_Microsoft_Compute_snapshots.json
${PYSITELIB}/libcloud/test/compute/fixtures/bluebox/api_block_products_json.json
${PYSITELIB}/libcloud/test/compute/fixtures/bluebox/api_block_templates_json.json
${PYSITELIB}/libcloud/test/compute/fixtures/bluebox/api_blocks_99df878c_6e5c_4945_a635_d94da9fd3146_json.json

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2017/07/18 05:12:27 adam Exp $
$NetBSD: distinfo,v 1.6 2017/09/07 06:26:39 adam Exp $
SHA1 (apache-libcloud-2.1.0.tar.gz) = 76e8fa2edda1640cbc01414b82a20d45c5793298
RMD160 (apache-libcloud-2.1.0.tar.gz) = bcd5df63be2857a22d140f0bc060201fc72f7626
SHA512 (apache-libcloud-2.1.0.tar.gz) = 3de8bffb353c7faf5a99d3a87eea713229a7a90577dc61eb15817ea440025a294a6acaf1066af1260da5a10615b87024f07989cba65f5d2ffb5c8845c2deda3c
Size (apache-libcloud-2.1.0.tar.gz) = 1717717 bytes
SHA1 (apache-libcloud-2.2.0.tar.gz) = a7954c86014ec0f23cf4afff7c5d6f9b28c1c5d0
RMD160 (apache-libcloud-2.2.0.tar.gz) = 41b66d85c2366f3844e3ef56c56e6097b1d28933
SHA512 (apache-libcloud-2.2.0.tar.gz) = 1a18cab5d5a75c1950dffa0653df63898ef74f46e9f520598c128901a2a3ab8fbf35f0f911c9440e232487cae6a968d5b6799ece2ab17b8a28a74d80d044cce5
Size (apache-libcloud-2.2.0.tar.gz) = 1728215 bytes