Hello community,

here is the log from the commit of package python-apache-libcloud for 
openSUSE:Factory checked in at 2017-05-17 10:55:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-apache-libcloud (Old)
 and      /work/SRC/openSUSE:Factory/.python-apache-libcloud.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-apache-libcloud"

Wed May 17 10:55:22 2017 rev:18 rq:495441 version:2.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-apache-libcloud/python-apache-libcloud.changes
    2016-01-26 10:14:50.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-apache-libcloud.new/python-apache-libcloud.changes
       2017-05-17 10:55:26.109702996 +0200
@@ -1,0 +2,21 @@
+Tue May 16 16:37:05 UTC 2017 - jmate...@suse.com
+
+- convert to singlespec
+- update requires
+- update source url
+
+-------------------------------------------------------------------
+Sun Apr 30 20:51:53 UTC 2017 - abo...@gmail.com
+
+- Updated to apache libcloud 2.0.0
+for the changelog see:
+https://github.com/apache/libcloud/blob/trunk/CHANGES.rst#changes-in-apache-libcloud-200
+
+-------------------------------------------------------------------
+Tue Oct 18 20:49:14 UTC 2016 - abo...@gmail.com
+
+- Updated to apache libcloud 1.3.0
+for the changelog see:
+https://github.com/apache/libcloud/blob/trunk/CHANGES.rst#changes-in-apache-libcloud-130
+
+-------------------------------------------------------------------

Old:
----
  apache-libcloud-0.20.1.tar.bz2

New:
----
  apache-libcloud-2.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-apache-libcloud.spec ++++++
--- /var/tmp/diff_new_pack.bvIgQo/_old  2017-05-17 10:55:26.913589905 +0200
+++ /var/tmp/diff_new_pack.bvIgQo/_new  2017-05-17 10:55:26.917589342 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-apache-libcloud
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,35 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+#nospeccleaner
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-apache-libcloud
-Version:        0.20.1
+Version:        2.0.0
 Release:        0
 Summary:        Abstract away differences among multiple cloud provider APIs
 License:        Apache-2.0
 Group:          System/Monitoring
 Url:            https://libcloud.apache.org
-Source0:        
http://pypi.python.org/packages/source/a/apache-libcloud/apache-libcloud-%{version}.tar.bz2
+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
-BuildRequires:  python-setuptools
-BuildRequires:  python-xml
-BuildRequires:  python-lxml
-BuildRequires: python-backports.ssl_match_hostname
-Requires:       python-simplejson
-Requires:       python-lxml
-Requires:              python-backports.ssl_match_hostname
+BuildRequires:  python-rpm-macros
 %if 0%{?suse_version} >= 1210
 BuildRequires:  systemd
 %endif
-Requires(pre):  %fillup_prereq
-Requires(pre):  %insserv_prereq
+Requires:       python-lxml
+Requires:       python-requests
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:      noarch
-%endif
+%python_subpackages
 
 %description
 Apache Libcloud is a standard Python library that abstracts away 
@@ -53,13 +48,13 @@
 %setup -q -n apache-libcloud-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 %fdupes %{buildroot}%{python_sitelib}/libcloud/test/
 
-%files
+%files %{python_files}
 %defattr(-,root,root)
 %doc LICENSE CHANGES.rst README.rst
 %{python_sitelib}/*


Reply via email to