Update to 0.12.3.
This commit is contained in:
parent
1e5316b0b2
commit
6f18026ee0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315096
3 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libcloud
|
||||
PORTVERSION= 0.12.1
|
||||
PORTVERSION= 0.12.3
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (apache-libcloud-0.12.1.tar.bz2) = 26cc9e13d627a58c78894e6982125ffb8418b94ab5854694e4c2f844bf1a2ca3
|
||||
SIZE (apache-libcloud-0.12.1.tar.bz2) = 371220
|
||||
SHA256 (apache-libcloud-0.12.3.tar.bz2) = bab641bb6477ac8b108c921922ea89a1e2d25273ba90d1fa3565d7e9b989f84c
|
||||
SIZE (apache-libcloud-0.12.3.tar.bz2) = 375373
|
||||
|
|
|
@ -73,6 +73,9 @@
|
|||
%%PYTHON_SITELIBDIR%%/libcloud/compute/drivers/cloudstack.py
|
||||
%%PYTHON_SITELIBDIR%%/libcloud/compute/drivers/cloudstack.pyc
|
||||
%%PYTHON_SITELIBDIR%%/libcloud/compute/drivers/cloudstack.pyo
|
||||
%%PYTHON_SITELIBDIR%%/libcloud/compute/drivers/digitalocean.py
|
||||
%%PYTHON_SITELIBDIR%%/libcloud/compute/drivers/digitalocean.pyc
|
||||
%%PYTHON_SITELIBDIR%%/libcloud/compute/drivers/digitalocean.pyo
|
||||
%%PYTHON_SITELIBDIR%%/libcloud/compute/drivers/dreamhost.py
|
||||
%%PYTHON_SITELIBDIR%%/libcloud/compute/drivers/dreamhost.pyc
|
||||
%%PYTHON_SITELIBDIR%%/libcloud/compute/drivers/dreamhost.pyo
|
||||
|
|
Loading…
Reference in a new issue