Commit Graph

47 Commits

Author SHA256 Message Date
Stephan Kulow
0454d04d2e Accepting request 215387 from devel:languages:python
- Big release 0.14.0
- General:
  - If the file exists, read pricing data from ~/.libcloud/pricing.json by default. 
  	If the file doesn’t exist, fall back to the old behavior and use pricing data 
    which is bundled with the release. [Tomaz Muraus]
  - Add libcloud.pricing.download_pricing_file function for downloading and 
    updating the pricing file. [Tomaz Muraus]
  - Fix libcloud.utils.py3.urlquote so it works with unicode strings 
    under Python 2. (LIBCLOUD-429) [Michael Farrell]
- Compute:
  - Refactor Rackspace driver classes and make them easier to use. 
    Now there are two Rackspace provider constants - Provider.RACKSPACE which represents 
    new next-gen OpenStack servers and Provider.RACKSPACE_FIRST_GEN 
    which represents old first-gen cloud servers.
    
    Note: This change is backward incompatible. 
    For more information on those changes and how to update your code, 
    please visit “Upgrade Notes” documentation page - http://s.apache.org/lc0140un [Tomaz Muraus]
    
  - Deprecate the following EC2 provider constants: 
    EC2_US_EAST, EC2_EU, EC2_EU_WEST, EC2_AP_SOUTHEAST, 
    EC2_AP_NORTHEAST, EC2_US_WEST_OREGON, EC2_SA_EAST, 
    EC2_SA_EAST and replace it with a new EC2 constant. 
    Driver referenced by this new constant now takes a “region” argument which 
    dictates to which region to connect.
    Note: Deprecated constants will continue to work until the next major release. 
    For more information on those changes and how to update your code, 
    please visit “Upgrade Notes” documentation page - http://s.apache.org/lc0140un [Tomaz Muraus]
  
  - Add support for volume related functions to OpenNebula driver. (LIBCLOUD-354) [Emanuele Rocca]

OBS-URL: https://build.opensuse.org/request/show/215387
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apache-libcloud?expand=0&rev=8
2014-01-29 06:16:44 +00:00
Sascha Peilicke
ef84e20bd8 - Updated to 0.13.3 (bnc#857209)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=47
2014-01-28 14:46:12 +00:00
Niels Abspoel
226d2ff2a1 Accepting request 215144 from home:aboe76:branches:devel:languages:python
Big release updated to 0.14.0

OBS-URL: https://build.opensuse.org/request/show/215144
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=46
2014-01-25 20:55:39 +00:00
Tomáš Chvátal
71f15eae06 Accepting request 212670 from devel:languages:python
security fix release (forwarded request 212669 from aboe76)

OBS-URL: https://build.opensuse.org/request/show/212670
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apache-libcloud?expand=0&rev=7
2014-01-03 13:50:34 +00:00
Niels Abspoel
7a3d757858 Accepting request 212669 from home:aboe76:branches:devel:languages:python
security fix release

OBS-URL: https://build.opensuse.org/request/show/212669
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=44
2014-01-02 20:00:47 +00:00
Tomáš Chvátal
304794b7d5 Accepting request 204520 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/204520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apache-libcloud?expand=0&rev=6
2013-10-24 17:09:24 +00:00
Sascha Peilicke
95a1ff9ae9 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=42
2013-10-24 10:58:47 +00:00
Stephan Kulow
15c9e3dd8f Accepting request 200104 from devel:languages:python
New bugfix release 0.13.2

OBS-URL: https://build.opensuse.org/request/show/200104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apache-libcloud?expand=0&rev=5
2013-09-26 17:44:00 +00:00
Niels Abspoel
071d3d2faf OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=40 2013-09-22 13:40:17 +00:00
Niels Abspoel
7de487658b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=39 2013-09-22 13:40:09 +00:00
Niels Abspoel
33762a1d00 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=38 2013-09-22 13:37:30 +00:00
Niels Abspoel
1e12df4426 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=37 2013-09-22 13:37:04 +00:00
Tomáš Chvátal
158813b371 Accepting request 197619 from devel:languages:python
new upstream release (forwarded request 197618 from aboe76)

OBS-URL: https://build.opensuse.org/request/show/197619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apache-libcloud?expand=0&rev=3
2013-09-08 09:43:26 +00:00
Niels Abspoel
07ddfb8c22 Accepting request 197618 from home:aboe76:branches:devel:languages:python
new upstream release

OBS-URL: https://build.opensuse.org/request/show/197618
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=35
2013-09-06 17:16:27 +00:00
Stephan Kulow
ceaca6d9bd Accepting request 181708 from devel:languages:python
updated to 0.13.0, fixed build (forwarded request 181707 from aboe76)

OBS-URL: https://build.opensuse.org/request/show/181708
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apache-libcloud?expand=0&rev=2
2013-07-02 05:42:21 +00:00
Niels Abspoel
005647734d Accepting request 181707 from home:aboe76:branches:devel:languages:python
updated to 0.13.0, fixed build

OBS-URL: https://build.opensuse.org/request/show/181707
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=33
2013-07-01 19:11:22 +00:00
Niels Abspoel
65e5c4e57e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=32 2013-07-01 18:20:43 +00:00
Niels Abspoel
34465b25a6 Accepting request 181703 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/181703
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=31
2013-07-01 18:20:32 +00:00
Niels Abspoel
f24bc15072 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=30 2013-07-01 18:10:34 +00:00
Niels Abspoel
727ced0c36 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=29 2013-07-01 18:10:20 +00:00
Niels Abspoel
06ae083f44 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=28 2013-07-01 17:58:04 +00:00
Niels Abspoel
574ef76546 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=27 2013-07-01 17:49:27 +00:00
Niels Abspoel
4717217cee OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=26 2013-07-01 17:32:02 +00:00
Niels Abspoel
14482949bb OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=25 2013-07-01 17:27:34 +00:00
Niels Abspoel
f5ff43357e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=24 2013-07-01 17:23:54 +00:00
Niels Abspoel
15e7afe21a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=23 2013-07-01 17:16:38 +00:00
Niels Abspoel
66cf6c2891 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=22 2013-07-01 16:23:50 +00:00
Niels Abspoel
164c1b40a4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=21 2013-07-01 16:12:54 +00:00
Niels Abspoel
444d71277c OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=20 2013-07-01 16:12:48 +00:00
Niels Abspoel
f908d609c3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=19 2013-07-01 16:09:28 +00:00
Stephan Kulow
9d91d8e7b7 Accepting request 174990 from devel:languages:python
New package see http://lists.opensuse.org/opensuse-factory/2013-05/msg00163.html

OBS-URL: https://build.opensuse.org/request/show/174990
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apache-libcloud?expand=0&rev=1
2013-05-16 09:24:26 +00:00
Niels Abspoel
b0fec79e30 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=17 2013-05-07 17:58:20 +00:00
Niels Abspoel
d70d4c03a7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=16 2013-05-07 17:55:52 +00:00
Niels Abspoel
6a57dc5047 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=15 2013-05-07 17:55:10 +00:00
Niels Abspoel
9627e43d7f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=14 2013-05-07 17:54:54 +00:00
Niels Abspoel
0a09d9c8e2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=13 2013-04-15 05:42:51 +00:00
Niels Abspoel
869a75ccdc OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=12 2013-04-15 05:42:43 +00:00
Niels Abspoel
138cd915a1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=11 2013-04-15 05:40:33 +00:00
Niels Abspoel
4c2a4bb455 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=10 2013-04-15 05:40:25 +00:00
Sascha Peilicke
0f59ae7a90 Accepting request 155875 from home:aboe76:branches:devel:languages:python
updated to latest release 0.12.1

OBS-URL: https://build.opensuse.org/request/show/155875
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=9
2013-02-20 09:15:49 +00:00
Sascha Peilicke
81d6104b26 Accepting request 150483 from home:aboe76:branches:devel:languages:python
Updated spec file with Suse Copyright for inclusion into Factory

OBS-URL: https://build.opensuse.org/request/show/150483
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=8
2013-02-04 18:07:17 +00:00
Todd R
ae4633bb4e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=7 2013-01-28 15:27:24 +00:00
Todd R
3c706d77c9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=6 2013-01-28 15:13:05 +00:00
Todd R
bcfda3c0ad OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=5 2013-01-28 15:11:02 +00:00
Todd R
7015a14d1c OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=4 2013-01-28 15:10:10 +00:00
Todd R
dd90621e90 Cleanup spec file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=3
2013-01-28 15:09:52 +00:00
Todd R
9be3c01596 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=2 2013-01-28 15:04:17 +00:00