Accepting request 603172 from devel:languages:python

- 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

- fix build on SLE12 by using python-backports
- reduce warnings

OBS-URL: https://build.opensuse.org/request/show/603172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apache-libcloud?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2018-05-04 09:28:58 +00:00 committed by Git OBS Bridge
commit 78ed27e327
4 changed files with 24 additions and 14 deletions

View File

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

View File

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

View File

@ -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

View File

@ -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