1
0

Accepting request 931506 from home:AndreasStieger:branches:devel:languages:python

python-apache-libcloud 3.4.0

OBS-URL: https://build.opensuse.org/request/show/931506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=113
This commit is contained in:
Pablo Suárez Hernández 2021-11-15 10:34:29 +00:00 committed by Git OBS Bridge
parent 0d2a5c04d7
commit 705793e2a8
6 changed files with 1955 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d7450453eaf5904eb4fb4f74cf9f37dc83721a719bce34f5abb336b1a1ab974d
size 2410877

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b44ce78d750f41d78fd27e45d646087a9a35410b665531e8690eba1cb3168585
size 1854193

View File

@ -0,0 +1,19 @@
-----BEGIN PGP SIGNATURE-----
iQKlBAABCgCPFiEEmXgo3GL3Wc6hidZeLAdUss4GkvMFAmGIIU9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDk5
NzgyOERDNjJGNzU5Q0VBMTg5RDY1RTJDMDc1NEIyQ0UwNjkyRjMRHHRvbWF6QGFw
YWNoZS5vcmcACgkQLAdUss4GkvOGcQ//ZxhGAgrKEiFGNaqGkXBgLbJn+NBtXgVC
ABkL4kvaXSA0VTHdOH8Ir1ahWqLMNVNa/Ru/RH4Y0VgPiwN6RrSoHMjTN2O1XlTu
VZPl7RPkV8m+cYPZo9qyzxsqiXbA9FbZ0VUDasS7eWPmNADpPyQyVNO0jDbr7b6t
WDxHY7Nu8ZBwJq1f3683FzCXv2cB5Fy73dX237cZFGC5opfzm4MqU7tCvhviMACM
nj5GSAJyvh+VW9hceeXV0+2cO+POpTRj0zcWZ/Px3B35uQy2Rhae+2aYZvV2noQZ
eIQZkC8PbOVtW/+qM70v/pzhCM3320GVzSOD6bH5BMt95P3EH4s1ob2jTJiiFqn+
3/hFFrDqYiiatRQSWjm9cZIpq3s1Ot61DcEu3P3F82pJgK2jC0yKrKShqOclpseD
hS6++BQW8LmLzSjghrrMJf2TFVLZM1cc+YtK9A19mmZSDCwFqGOAuWI37yrfd87o
zrEPO0yAGuDzS3eVwGXzgLqmSrYcDRDaAA/w7yuhbbU92yfmwOwagNfflXLgUssw
mQ162f0By3znz2D5OTflMZ5qm27FwOEvkkV8KZ+NJxzTFODWTRqbfUzZB95bh9FW
Kk6DB8dcz9Yuma9D30TE9PZoSWNZY0ICmoU4k4DgrU8g81s1i0ffUVUr+88wLX4s
ohIhiMWbPSw=
=KaPZ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Nov 14 09:55:57 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 3.4.0:
* Improvements and more flexibility in the failed HTTP requests
retrying code
* Various improvements to the Equinix Metal compute driver
* Improvements and updates to the Outscale, Vultr, CloudSigma and
OpenStack compute drivers
* Support for authenticating via API tokens to the CloudFlare DNS
driver
* Support for using external cache for OpenStack auth tokens
- add upstream signing key and validate source signature
-------------------------------------------------------------------
Mon Feb 1 09:05:36 UTC 2021 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>

File diff suppressed because it is too large Load Diff

View File

@ -18,20 +18,21 @@
# No longer build for python2
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-apache-libcloud
Version: 3.3.1
Version: 3.4.0
Release: 0
Summary: Abstraction over multiple cloud provider APIs
License: Apache-2.0
Group: Development/Languages/Python
URL: https://libcloud.apache.org
Source0: https://files.pythonhosted.org/packages/source/a/apache-libcloud/apache-libcloud-%{version}.tar.gz
Source0: https://downloads.apache.org/libcloud/apache-libcloud-%{version}.tar.bz2
Source1: https://downloads.apache.org/libcloud/apache-libcloud-%{version}.tar.bz2.asc
# https://libcloud.apache.org/downloads.html#package-verification-guide
Source2: https://www.apache.org/dist/libcloud/KEYS#/%{name}.keyring
Patch1: gce_image_projects.patch
Patch2: ec2_create_node.patch
Patch3: skip-some-tests-for-older-paramiko-versions.patch
BuildRequires: %{python_module libvirt-python}
BuildRequires: %{python_module lockfile}
BuildRequires: %{python_module lxml}
@ -86,7 +87,7 @@ find %{buildroot} -name '*.pem' -size 0 -delete
# Skip ShellOutSSHClientTests tests which attempt to ssh to localhost
# Skip test_key_file_non_pem_format_error since OpenSSH support is backported for SLE python-paramiko < 2.7.0
# Note these four extra py3 failures are undesirable and should be fixed: fail in s390 and ppc64
%pytest -k '(not test_consume_stderr_chunk_contains_part_of_multi_byte_utf8_character and not test_consume_stdout_chunk_contains_part_of_multi_byte_utf8_character and not test_consume_stdout_chunk_contains_non_utf8_character and not test_consume_stderr_chunk_contains_non_utf8_character and not test_key_file_non_pem_format_error and not ShellOutSSHClientTests and not ElasticContainerDriverTestCase and not test_list_nodes_invalid_region)'
%pytest -k '(not test_consume_stderr_chunk_contains_part_of_multi_byte_utf8_character and not test_consume_stdout_chunk_contains_part_of_multi_byte_utf8_character and not test_consume_stdout_chunk_contains_non_utf8_character and not test_consume_stderr_chunk_contains_non_utf8_character and not test_key_file_non_pem_format_error and not ShellOutSSHClientTests and not ElasticContainerDriverTestCase and not test_list_nodes_invalid_region and not test_connection_timeout_raised and not test_retry_on_all_default_retry_exception_classes)'
%files %{python_files}
%license LICENSE