From fb610e714ccbca576d51f010bae0d8abf80cdce4b360733b8d8275ef063bbb5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 18 Sep 2019 11:14:48 +0000 Subject: [PATCH 1/2] - Update to 2.6.0: * Many various cloud fixes and tweaks for future python releases * See CHANGES.rst OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=87 --- apache-libcloud-2.4.0.tar.gz | 3 --- apache-libcloud-2.6.0.tar.gz | 3 +++ python-apache-libcloud.changes | 7 +++++++ python-apache-libcloud.spec | 8 ++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 apache-libcloud-2.4.0.tar.gz create mode 100644 apache-libcloud-2.6.0.tar.gz diff --git a/apache-libcloud-2.4.0.tar.gz b/apache-libcloud-2.4.0.tar.gz deleted file mode 100644 index 186d184..0000000 --- a/apache-libcloud-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:125c410996b84464b426922f1398a317869f27173a6461e32f3b1dfe671d5235 -size 1786225 diff --git a/apache-libcloud-2.6.0.tar.gz b/apache-libcloud-2.6.0.tar.gz new file mode 100644 index 0000000..861f866 --- /dev/null +++ b/apache-libcloud-2.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201751f738109f25d58dcdfb5804e17216e0dc8f68b522e9e26ac16e0b9ff2ea +size 2043313 diff --git a/python-apache-libcloud.changes b/python-apache-libcloud.changes index 9075da9..aa3df81 100644 --- a/python-apache-libcloud.changes +++ b/python-apache-libcloud.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Sep 18 11:12:52 UTC 2019 - Tomáš Chvátal + +- Update to 2.6.0: + * Many various cloud fixes and tweaks for future python releases + * See CHANGES.rst + ------------------------------------------------------------------- Thu May 16 23:34:03 UTC 2019 - ranand@suse.com diff --git a/python-apache-libcloud.spec b/python-apache-libcloud.spec index df3f3b8..ce025cf 100644 --- a/python-apache-libcloud.spec +++ b/python-apache-libcloud.spec @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-apache-libcloud -Version: 2.4.0 +Version: 2.6.0 Release: 0 Summary: Abstraction over multiple cloud provider APIs License: Apache-2.0 Group: System/Monitoring -Url: https://libcloud.apache.org +URL: https://libcloud.apache.org Source0: https://files.pythonhosted.org/packages/source/a/apache-libcloud/apache-libcloud-%{version}.tar.gz Patch2: ec2_create_node.patch BuildRequires: %{python_module libvirt-python} @@ -42,9 +42,9 @@ BuildRequires: python-rpm-macros BuildRequires: python2 Requires: python-lxml Requires: python-requests -Suggests: python-paramiko Suggests: python-libvirt-python Suggests: python-lockfile +Suggests: python-paramiko Suggests: python-pysphere BuildArch: noarch %python_subpackages From 2d7816800868b540ebe5ad6b7e8c2f70f2322de64868a8a660b6c8b6a9142aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 18 Sep 2019 11:23:27 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=88 --- python-apache-libcloud.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-apache-libcloud.spec b/python-apache-libcloud.spec index ce025cf..087069b 100644 --- a/python-apache-libcloud.spec +++ b/python-apache-libcloud.spec @@ -69,7 +69,8 @@ cp libcloud/test/secrets.py-dist libcloud/test/secrets.py find %{buildroot} -name '*.DS_Store' -delete find %{buildroot} -name '*.json' -size 0 -delete find %{buildroot} -name '*.pem' -size 0 -delete -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand rm -r %{buildroot}%{$python_sitelib}/libcloud/test +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check # Skip ShellOutSSHClientTests tests which attempt to ssh to localhost