Commit Graph

59 Commits

Author SHA256 Message Date
Dominique Leuenberger
9b33594ecc Accepting request 324803 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/324803
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apache-libcloud?expand=0&rev=14
2015-09-01 22:35:25 +00:00
Todd R
b22fc67258 Accepting request 322612 from home:aboe76:branches:devel:languages:python
Update to latest apache libcloud version 0.18.0

OBS-URL: https://build.opensuse.org/request/show/322612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=59
2015-08-21 09:25:10 +00:00
Dominique Leuenberger
7ee50e5bf0 Accepting request 286682 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/286682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apache-libcloud?expand=0&rev=13
2015-02-20 11:01:22 +00:00
Niels Abspoel
72da9cf54d Accepting request 286680 from home:aboe76:branches:devel:languages:python
upstream released 0.17.0

OBS-URL: https://build.opensuse.org/request/show/286680
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=57
2015-02-18 19:49:43 +00:00
Niels Abspoel
fee614b0e4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=56 2015-02-18 19:28:17 +00:00
Niels Abspoel
6beed1767b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=55 2015-02-18 19:27:54 +00:00
Stephan Kulow
d5919a460e Accepting request 241801 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/241801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apache-libcloud?expand=0&rev=11
2014-07-23 20:06:40 +00:00
Niels Abspoel
bd9bfbaa81 Accepting request 241800 from home:aboe76:branches:devel:languages:python
small bug fix release

OBS-URL: https://build.opensuse.org/request/show/241800
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=53
2014-07-21 21:36:48 +00:00
Stephan Kulow
c841cdee33 Accepting request 238704 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/238704
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apache-libcloud?expand=0&rev=10
2014-06-30 19:45:02 +00:00
Niels Abspoel
ec8a274e03 Accepting request 238703 from home:aboe76:branches:devel:languages:python
update to apache-libcloud 0.15.0
major release

OBS-URL: https://build.opensuse.org/request/show/238703
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=51
2014-06-25 20:43:50 +00:00
Stephan Kulow
f829aee411 Accepting request 221483 from devel:languages:python
small update to 0.14.1 (forwarded request 221482 from aboe76)

OBS-URL: https://build.opensuse.org/request/show/221483
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apache-libcloud?expand=0&rev=9
2014-02-11 09:57:51 +00:00
Niels Abspoel
4ebb267499 Accepting request 221482 from home:aboe76:branches:devel:languages:python
small update to 0.14.1

OBS-URL: https://build.opensuse.org/request/show/221482
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=49
2014-02-09 08:36:58 +00:00
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