1
0

Accepting request 679073 from home:jayvdb:django

- Activate test suite, deselecting one set of tests which ssh to localhost
- Remove image_projects.patch merged upstream
- Add Suggests for optional dependencies paramiko, lockfile, libvirt-python
  and pysphere
- Add example code to %doc
- Update to v2.4.0, notably
  * Refuse installation with Python 2.6 and Python 3.3
  * Support Python 3.7

OBS-URL: https://build.opensuse.org/request/show/679073
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=83
This commit is contained in:
Niels Abspoel
2019-03-02 08:50:58 +00:00
committed by Git OBS Bridge
parent 1e46830db8
commit 02d820aeb8
6 changed files with 97 additions and 73 deletions

View File

@@ -1,3 +1,67 @@
-------------------------------------------------------------------
Mon Feb 25 09:28:39 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Activate test suite, deselecting one set of tests which ssh to localhost
- Remove image_projects.patch merged upstream
- Add Suggests for optional dependencies paramiko, lockfile, libvirt-python
and pysphere
- Add example code to %doc
- Update to v2.4.0
* Refuse installation with Python 2.6 and Python 3.3
* Support Python 3.7
* Cleanup various Python files
* Allow running tests with http_proxy set
* Common
+ Document openstack_connection_kwargs method
+ Handle missing user email in OpenStackIdentityUser
* Compute
+ [ARM] Support OS disk size definition on node creation
+ [Digital Ocean] Support floating IPs
+ [Digital Ocean] Support attach/detach for floating IPs
+ [Digital Ocean] Add ex_get_node_details
+ [Digital Ocean] Add tags extra attribute to create_node
+ [Dimension Data] Fix IndexError in list_images
+ [EC2] Add AWS eu-west-3 (Paris) region
+ [EC2] Add description to ex_authorize_security_group_ingress
+ [EC2] Added script to automatically get EC2 instance sizes
+ [EC2] Update instance sizes
+ [EC2] Accept tags when create a snapshot
+ [GCE] Expand Firewall options coverage
+ [GCE] Expand network and subnetwork options coverage
+ [GCE] Extend ex_create_address to allow internal ip creation
+ [GCE] Allow shared VPC in managed instance group creation
+ [GCE] Support disk_size parameter for boot disk when creating instance
+ [GCE] Update public image projects list
+ [GCE] Fix _find_zone_or_region for >500 instances
+ [GCE] Allow routing_mode=None in ex_create_network
+ [OpenStack] Implement Glance Image API v2
+ [OpenStack] Fix spelling in ex_files description
+ [OpenStack v2] Allow listing image members
+ [OpenStack v2] Allow creating and accepting image members
+ [OpenStack v2] Fix image members methods
+ [OpenStack] Fix API doc for delete_floating_ip
+ [OpenStack] Implement port attaching/detaching
+ [OpenStack] Add methods for getting and creating ports
+ [OpenStack] Add get_user method
+ [OpenStack] Add ex_list_subnets to OpenStack_2_NodeDriver
+ [OpenStack] The OpenStack_2_NodeDriver uses two connections
+ [OpenStack] The OpenStack_2_NodeDriver /v2.0/networks instead of /os-networks
+ [Scaleway] New Scaleway driver
+ [Scaleway] Update Scaleway default API host
* DNS
+ [Google Cloud DNS] Document driver instantiation
* Storage
+ Update docstring for storage provider class
+ [Azure Blob Storage] Allow filtering lists by prefix
+ [Azure Blob Storage] Update driver documentation
+ [Azure Blob Storage] Fix upload/download streams
+ [Azure Blob Storage] Fix PageBlob headers
+ [S3] Guess s3 upload content type
+ [S3] Add Amazon S3 (cn-northwest-1) Storage Driver
* Other
+ Fixed spelling in 2.0 changes documentation
-------------------------------------------------------------------
Fri Sep 28 20:00:44 UTC 2018 - Sean Marlow <sean.marlow@suse.com>