diff --git a/apache-libcloud-2.0.0.tar.gz b/apache-libcloud-2.0.0.tar.gz deleted file mode 100644 index d21412c..0000000 --- a/apache-libcloud-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c72add0e74ca975bc51d9ad9cf3861a25825a76df56132c569b4b3c904f8e1a8 -size 1704652 diff --git a/apache-libcloud-2.3.0.tar.gz b/apache-libcloud-2.3.0.tar.gz new file mode 100644 index 0000000..4ac1a8d --- /dev/null +++ b/apache-libcloud-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2eee3802163bd0605975ed1e284cafc23203919bfa80c0cc5d3cd2543aaf97 +size 1801711 diff --git a/python-apache-libcloud.changes b/python-apache-libcloud.changes index 53c6745..99d7e2f 100644 --- a/python-apache-libcloud.changes +++ b/python-apache-libcloud.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed May 2 15:33:17 UTC 2018 - tchvatal@suse.com + +- Version update to 2.3.0: + * For the changes see CHANGES.rst as it is too long + * many various bugfixes +- Drop no longer applying patch fix-backports-usage.patch + +------------------------------------------------------------------- +Sat Sep 30 13:29:33 UTC 2017 - mc@suse.com + +- fix build on SLE12 by using python-backports +- reduce warnings + ------------------------------------------------------------------- Tue May 16 16:37:05 UTC 2017 - jmatejek@suse.com diff --git a/python-apache-libcloud.spec b/python-apache-libcloud.spec index 0c14dec..977f82c 100644 --- a/python-apache-libcloud.spec +++ b/python-apache-libcloud.spec @@ -1,7 +1,7 @@ # # spec file for package python-apache-libcloud # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,28 +15,24 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -#nospeccleaner %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-apache-libcloud -Version: 2.0.0 +Version: 2.3.0 Release: 0 Summary: Abstract away differences among 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 BuildRequires: %{python_module lxml} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module xml} BuildRequires: fdupes +BuildRequires: python-backports.ssl_match_hostname BuildRequires: python-rpm-macros -%if 0%{?suse_version} >= 1210 -BuildRequires: systemd -%endif Requires: python-lxml Requires: python-requests -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -52,11 +48,11 @@ differences among multiple cloud provider APIs. %install %python_install -%fdupes %{buildroot}%{python_sitelib}/libcloud/test/ +%python_expand %fdupes -s %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root) -%doc LICENSE CHANGES.rst README.rst +%license LICENSE +%doc CHANGES.rst README.rst %{python_sitelib}/* %changelog