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: Tue Jul 18 05:12:27 UTC 2017
Modified Files:
pkgsrc/net/py-apache-libcloud: Makefile PLIST distinfo
Log Message:
Changes in Apache Libcloud 2.1.0
Common
- [AWS] Update prices and fix some region names
- Fix bug in utils.decorators wrap exception method, used by vsphere driver
- Use PyTest as the unit testing runner
- Use of LXML is now disabled by defalt, use libcloud.utils.py3.DEFAULT_LXML = True to reenable. LXML has compatibility
issues with a number of drivers and etree is a standard package
- Switch RawResponse class to use content body instead of text body, up to 10x performance improvement for methods like StorageDriver.download_object
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-apache-libcloud/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-apache-libcloud/PLIST \
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.7 pkgsrc/net/py-apache-libcloud/Makefile:1.8
--- pkgsrc/net/py-apache-libcloud/Makefile:1.7 Wed May 10 17:58:32 2017
+++ pkgsrc/net/py-apache-libcloud/Makefile Tue Jul 18 05:12:27 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/05/10 17:58:32 adam Exp $
+# $NetBSD: Makefile,v 1.8 2017/07/18 05:12:27 adam Exp $
-DISTNAME= apache-libcloud-2.0.0
+DISTNAME= apache-libcloud-2.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PYPI:=a/apache-libcloud/}
@@ -13,8 +13,12 @@ LICENSE= apache-2.0
USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
-
BUILD_DEPENDS+= ${PYPKGPREFIX}-requests-mock-[0-9]*:../../devel/py-requests-mock
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+
+post-extract:
+ find ${WRKSRC}/libcloud -type f -name .DS_Store -delete
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-apache-libcloud/PLIST
diff -u pkgsrc/net/py-apache-libcloud/PLIST:1.4 pkgsrc/net/py-apache-libcloud/PLIST:1.5
--- pkgsrc/net/py-apache-libcloud/PLIST:1.4 Wed May 10 17:58:32 2017
+++ pkgsrc/net/py-apache-libcloud/PLIST Tue Jul 18 05:12:27 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2017/05/10 17:58:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/07/18 05:12:27 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -359,6 +359,9 @@ ${PYSITELIB}/libcloud/container/drivers/
${PYSITELIB}/libcloud/container/drivers/ecs.py
${PYSITELIB}/libcloud/container/drivers/ecs.pyc
${PYSITELIB}/libcloud/container/drivers/ecs.pyo
+${PYSITELIB}/libcloud/container/drivers/gke.py
+${PYSITELIB}/libcloud/container/drivers/gke.pyc
+${PYSITELIB}/libcloud/container/drivers/gke.pyo
${PYSITELIB}/libcloud/container/drivers/joyent.py
${PYSITELIB}/libcloud/container/drivers/joyent.pyc
${PYSITELIB}/libcloud/container/drivers/joyent.pyo
@@ -618,9 +621,6 @@ ${PYSITELIB}/libcloud/test/backup/fixtur
${PYSITELIB}/libcloud/test/backup/fixtures/dimensiondata/server_server_NOBACKUP.xml
${PYSITELIB}/libcloud/test/backup/fixtures/dimensiondata/server_server_e75ead52_692f_4314_8725_c8a4f4d13a87.xml
${PYSITELIB}/libcloud/test/backup/fixtures/dimensiondata/server_server_e75ead52_692f_4314_8725_c8a4f4d13a87_DEFAULT.xml
-${PYSITELIB}/libcloud/test/backup/test_base.py
-${PYSITELIB}/libcloud/test/backup/test_base.pyc
-${PYSITELIB}/libcloud/test/backup/test_base.pyo
${PYSITELIB}/libcloud/test/backup/test_dimensiondata_v2_3.py
${PYSITELIB}/libcloud/test/backup/test_dimensiondata_v2_3.pyc
${PYSITELIB}/libcloud/test/backup/test_dimensiondata_v2_3.pyo
@@ -1962,6 +1962,7 @@ ${PYSITELIB}/libcloud/test/compute/fixtu
${PYSITELIB}/libcloud/test/compute/fixtures/vpsnet/_available_clouds_api10json_templates.json
${PYSITELIB}/libcloud/test/compute/fixtures/vultr/create_key_pair.json
${PYSITELIB}/libcloud/test/compute/fixtures/vultr/create_node.json
+${PYSITELIB}/libcloud/test/compute/fixtures/vultr/error_rate_limit.txt
${PYSITELIB}/libcloud/test/compute/fixtures/vultr/list_images.json
${PYSITELIB}/libcloud/test/compute/fixtures/vultr/list_key_pairs.json
${PYSITELIB}/libcloud/test/compute/fixtures/vultr/list_locations.json
@@ -1988,6 +1989,9 @@ ${PYSITELIB}/libcloud/test/compute/test_
${PYSITELIB}/libcloud/test/compute/test_brightbox.py
${PYSITELIB}/libcloud/test/compute/test_brightbox.pyc
${PYSITELIB}/libcloud/test/compute/test_brightbox.pyo
+${PYSITELIB}/libcloud/test/compute/test_bsnl.py
+${PYSITELIB}/libcloud/test/compute/test_bsnl.pyc
+${PYSITELIB}/libcloud/test/compute/test_bsnl.pyo
${PYSITELIB}/libcloud/test/compute/test_cloudscale.py
${PYSITELIB}/libcloud/test/compute/test_cloudscale.pyc
${PYSITELIB}/libcloud/test/compute/test_cloudscale.pyo
@@ -2000,6 +2004,9 @@ ${PYSITELIB}/libcloud/test/compute/test_
${PYSITELIB}/libcloud/test/compute/test_cloudstack.py
${PYSITELIB}/libcloud/test/compute/test_cloudstack.pyc
${PYSITELIB}/libcloud/test/compute/test_cloudstack.pyo
+${PYSITELIB}/libcloud/test/compute/test_cloudwatt.py
+${PYSITELIB}/libcloud/test/compute/test_cloudwatt.pyc
+${PYSITELIB}/libcloud/test/compute/test_cloudwatt.pyo
${PYSITELIB}/libcloud/test/compute/test_deployment.py
${PYSITELIB}/libcloud/test/compute/test_deployment.pyc
${PYSITELIB}/libcloud/test/compute/test_deployment.pyo
@@ -2045,9 +2052,18 @@ ${PYSITELIB}/libcloud/test/compute/test_
${PYSITELIB}/libcloud/test/compute/test_ikoula.py
${PYSITELIB}/libcloud/test/compute/test_ikoula.pyc
${PYSITELIB}/libcloud/test/compute/test_ikoula.pyo
+${PYSITELIB}/libcloud/test/compute/test_indosat.py
+${PYSITELIB}/libcloud/test/compute/test_indosat.pyc
+${PYSITELIB}/libcloud/test/compute/test_indosat.pyo
+${PYSITELIB}/libcloud/test/compute/test_internetsolutions.py
+${PYSITELIB}/libcloud/test/compute/test_internetsolutions.pyc
+${PYSITELIB}/libcloud/test/compute/test_internetsolutions.pyo
${PYSITELIB}/libcloud/test/compute/test_joyent.py
${PYSITELIB}/libcloud/test/compute/test_joyent.pyc
${PYSITELIB}/libcloud/test/compute/test_joyent.pyo
+${PYSITELIB}/libcloud/test/compute/test_kili.py
+${PYSITELIB}/libcloud/test/compute/test_kili.pyc
+${PYSITELIB}/libcloud/test/compute/test_kili.pyo
${PYSITELIB}/libcloud/test/compute/test_ktucloud.py
${PYSITELIB}/libcloud/test/compute/test_ktucloud.pyc
${PYSITELIB}/libcloud/test/compute/test_ktucloud.pyo
@@ -2057,9 +2073,15 @@ ${PYSITELIB}/libcloud/test/compute/test_
${PYSITELIB}/libcloud/test/compute/test_linode.py
${PYSITELIB}/libcloud/test/compute/test_linode.pyc
${PYSITELIB}/libcloud/test/compute/test_linode.pyo
+${PYSITELIB}/libcloud/test/compute/test_medone.py
+${PYSITELIB}/libcloud/test/compute/test_medone.pyc
+${PYSITELIB}/libcloud/test/compute/test_medone.pyo
${PYSITELIB}/libcloud/test/compute/test_nephoscale.py
${PYSITELIB}/libcloud/test/compute/test_nephoscale.pyc
${PYSITELIB}/libcloud/test/compute/test_nephoscale.pyo
+${PYSITELIB}/libcloud/test/compute/test_ntta.py
+${PYSITELIB}/libcloud/test/compute/test_ntta.pyc
+${PYSITELIB}/libcloud/test/compute/test_ntta.pyo
${PYSITELIB}/libcloud/test/compute/test_onapp.py
${PYSITELIB}/libcloud/test/compute/test_onapp.pyc
${PYSITELIB}/libcloud/test/compute/test_onapp.pyo
@@ -2146,6 +2168,8 @@ ${PYSITELIB}/libcloud/test/container/fix
${PYSITELIB}/libcloud/test/container/fixtures/ecs/registertaskdefinition.json
${PYSITELIB}/libcloud/test/container/fixtures/ecs/runtask.json
${PYSITELIB}/libcloud/test/container/fixtures/ecs/stoptask.json
+${PYSITELIB}/libcloud/test/container/fixtures/gke/zones_us-central1-a_instance_serverconfig.json
+${PYSITELIB}/libcloud/test/container/fixtures/gke/zones_us-central1-a_list.json
${PYSITELIB}/libcloud/test/container/fixtures/kubernetes/_api_v1_namespaces.json
${PYSITELIB}/libcloud/test/container/fixtures/kubernetes/_api_v1_namespaces_default.json
${PYSITELIB}/libcloud/test/container/fixtures/kubernetes/_api_v1_namespaces_default_DELETE.json
@@ -2168,9 +2192,6 @@ ${PYSITELIB}/libcloud/test/container/fix
${PYSITELIB}/libcloud/test/container/fixtures/rancher/list_containers.json
${PYSITELIB}/libcloud/test/container/fixtures/rancher/start_container.json
${PYSITELIB}/libcloud/test/container/fixtures/rancher/stop_container.json
-${PYSITELIB}/libcloud/test/container/test_base.py
-${PYSITELIB}/libcloud/test/container/test_base.pyc
-${PYSITELIB}/libcloud/test/container/test_base.pyo
${PYSITELIB}/libcloud/test/container/test_docker.py
${PYSITELIB}/libcloud/test/container/test_docker.pyc
${PYSITELIB}/libcloud/test/container/test_docker.pyo
@@ -2180,6 +2201,12 @@ ${PYSITELIB}/libcloud/test/container/tes
${PYSITELIB}/libcloud/test/container/test_ecs.py
${PYSITELIB}/libcloud/test/container/test_ecs.pyc
${PYSITELIB}/libcloud/test/container/test_ecs.pyo
+${PYSITELIB}/libcloud/test/container/test_gke.py
+${PYSITELIB}/libcloud/test/container/test_gke.pyc
+${PYSITELIB}/libcloud/test/container/test_gke.pyo
+${PYSITELIB}/libcloud/test/container/test_joyent.py
+${PYSITELIB}/libcloud/test/container/test_joyent.pyc
+${PYSITELIB}/libcloud/test/container/test_joyent.pyo
${PYSITELIB}/libcloud/test/container/test_kubernetes.py
${PYSITELIB}/libcloud/test/container/test_kubernetes.pyc
${PYSITELIB}/libcloud/test/container/test_kubernetes.pyo
@@ -2727,10 +2754,7 @@ ${PYSITELIB}/libcloud/test/loadbalancer/
${PYSITELIB}/libcloud/test/loadbalancer/test_softlayer.pyc
${PYSITELIB}/libcloud/test/loadbalancer/test_softlayer.pyo
${PYSITELIB}/libcloud/test/pricing_test.json
-${PYSITELIB}/libcloud/test/secrets.py
${PYSITELIB}/libcloud/test/secrets.py-dist
-${PYSITELIB}/libcloud/test/secrets.pyc
-${PYSITELIB}/libcloud/test/secrets.pyo
${PYSITELIB}/libcloud/test/storage/__init__.py
${PYSITELIB}/libcloud/test/storage/__init__.pyc
${PYSITELIB}/libcloud/test/storage/__init__.pyo
@@ -2795,6 +2819,9 @@ ${PYSITELIB}/libcloud/test/storage/fixtu
${PYSITELIB}/libcloud/test/storage/test_atmos.py
${PYSITELIB}/libcloud/test/storage/test_atmos.pyc
${PYSITELIB}/libcloud/test/storage/test_atmos.pyo
+${PYSITELIB}/libcloud/test/storage/test_aurora.py
+${PYSITELIB}/libcloud/test/storage/test_aurora.pyc
+${PYSITELIB}/libcloud/test/storage/test_aurora.pyo
${PYSITELIB}/libcloud/test/storage/test_azure_blobs.py
${PYSITELIB}/libcloud/test/storage/test_azure_blobs.pyc
${PYSITELIB}/libcloud/test/storage/test_azure_blobs.pyo
@@ -2813,6 +2840,9 @@ ${PYSITELIB}/libcloud/test/storage/test_
${PYSITELIB}/libcloud/test/storage/test_local.py
${PYSITELIB}/libcloud/test/storage/test_local.pyc
${PYSITELIB}/libcloud/test/storage/test_local.pyo
+${PYSITELIB}/libcloud/test/storage/test_ninefold.py
+${PYSITELIB}/libcloud/test/storage/test_ninefold.pyc
+${PYSITELIB}/libcloud/test/storage/test_ninefold.pyo
${PYSITELIB}/libcloud/test/storage/test_oss.py
${PYSITELIB}/libcloud/test/storage/test_oss.pyc
${PYSITELIB}/libcloud/test/storage/test_oss.pyo
Index: pkgsrc/net/py-apache-libcloud/distinfo
diff -u pkgsrc/net/py-apache-libcloud/distinfo:1.4 pkgsrc/net/py-apache-libcloud/distinfo:1.5
--- pkgsrc/net/py-apache-libcloud/distinfo:1.4 Wed May 10 17:58:32 2017
+++ pkgsrc/net/py-apache-libcloud/distinfo Tue Jul 18 05:12:27 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/05/10 17:58:32 adam Exp $
+$NetBSD: distinfo,v 1.5 2017/07/18 05:12:27 adam Exp $
-SHA1 (apache-libcloud-2.0.0.tar.gz) = 707e3566807f3bb24d68ef76499e50649fb39baf
-RMD160 (apache-libcloud-2.0.0.tar.gz) = 44b7c3fd552ec1245a9d28d175ccda75152e1406
-SHA512 (apache-libcloud-2.0.0.tar.gz) = 02b45a4f582dea4f1f5c4a5de1113620510bfda9e64069c282bb8838dd80786b98881ef1e3c276db10629a589ee40eb09ee58737fabaf198397d75da5c964f14
-Size (apache-libcloud-2.0.0.tar.gz) = 1704652 bytes
+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
Home |
Main Index |
Thread Index |
Old Index