Hello community,

here is the log from the commit of package python-azure-multiapi-storage for 
openSUSE:Factory checked in at 2018-09-26 16:15:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-multiapi-storage (Old)
 and      /work/SRC/openSUSE:Factory/.python-azure-multiapi-storage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-azure-multiapi-storage"

Wed Sep 26 16:15:55 2018 rev:4 rq:638000 version:0.2.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-multiapi-storage/python-azure-multiapi-storage.changes
      2018-04-24 15:33:52.580600723 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-multiapi-storage.new/python-azure-multiapi-storage.changes
 2018-09-26 16:15:55.479038211 +0200
@@ -1,0 +2,12 @@
+Thu Sep  6 15:01:15 UTC 2018 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- New upstream release
+  + Version 0.2.2
+  + For detailed information about changes see the
+    README.rst file provided with this package
+- Add patch to remove extras_require field from setup.py, required
+  for SLES12 as the setuptools version is too old
+  + ams_drop-extras-require.patch
+- Move LICENSE.txt from %doc to %license section
+
+-------------------------------------------------------------------

Old:
----
  azure-multiapi-storage-0.2.0.tar.gz

New:
----
  ams_drop-extras-require.patch
  azure-multiapi-storage-0.2.2.tar.gz

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

Other differences:
------------------
++++++ python-azure-multiapi-storage.spec ++++++
--- /var/tmp/diff_new_pack.C6QyQQ/_old  2018-09-26 16:15:56.159037085 +0200
+++ /var/tmp/diff_new_pack.C6QyQQ/_new  2018-09-26 16:15:56.159037085 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-azure-multiapi-storage
-Version:        0.2.0
+Version:        0.2.2
 Release:        0
 Summary:        Microsoft Azure Storage Client Library for Python - with Multi 
API version Support
 License:        MIT
@@ -26,6 +26,7 @@
 Url:            https://github.com/Azure/azure-sdk-for-python
 Source:         
https://files.pythonhosted.org/packages/source/a/azure-multiapi-storage/azure-multiapi-storage-%{version}.tar.gz
 Source1:        LICENSE.txt
+Patch1:         ams_drop-extras-require.patch
 BuildRequires:  %{python_module azure-nspkg}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
@@ -57,6 +58,7 @@
 
 %prep
 %setup -q -n azure-multiapi-storage-%{version}
+%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-multiapi-storage-%{version}
@@ -71,7 +73,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/multiapi
 %{python_sitelib}/azure_multiapi_storage-*.egg-info
 

++++++ ams_drop-extras-require.patch ++++++
diff -Nru azure-multiapi-storage-0.2.2.orig/setup.py 
azure-multiapi-storage-0.2.2/setup.py
--- azure-multiapi-storage-0.2.2.orig/setup.py  2018-07-17 22:22:15.000000000 
+0200
+++ azure-multiapi-storage-0.2.2/setup.py       2018-09-06 16:58:12.031416063 
+0200
@@ -62,7 +62,4 @@
         'python-dateutil',
         'requests',
     ],
-    extras_require={
-        ':python_version=="2.7"': ['futures'],
-    },
 )
++++++ azure-multiapi-storage-0.2.0.tar.gz -> 
azure-multiapi-storage-0.2.2.tar.gz ++++++
++++ 18362 lines of diff (skipped)


Reply via email to