Hello community,

here is the log from the commit of package python-azure-servicefabric for 
openSUSE:Factory checked in at 2018-05-13 15:59:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-servicefabric (Old)
 and      /work/SRC/openSUSE:Factory/.python-azure-servicefabric.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-azure-servicefabric"

Sun May 13 15:59:26 2018 rev:3 rq:599343 version:6.1.2.9

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-servicefabric/python-azure-servicefabric.changes
    2018-01-30 15:45:21.399935560 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-servicefabric.new/python-azure-servicefabric.changes
       2018-05-13 15:59:32.622418466 +0200
@@ -1,0 +2,11 @@
+Wed Apr 11 15:04:00 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 6.1.2.9
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + as_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update %description from setup.py
+
+-------------------------------------------------------------------

Old:
----
  azure-servicefabric-6.0.2.zip

New:
----
  azure-servicefabric-6.1.2.9.zip

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

Other differences:
------------------
++++++ python-azure-servicefabric.spec ++++++
--- /var/tmp/diff_new_pack.6y8WgT/_old  2018-05-13 15:59:33.526385482 +0200
+++ /var/tmp/diff_new_pack.6y8WgT/_new  2018-05-13 15:59:33.526385482 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-azure-servicefabric
-Version:        6.0.2
+Version:        6.1.2.9
 Release:        0
 Summary:        Microsoft Azure Service Fabric Client Library
 License:        MIT
@@ -35,8 +35,8 @@
 Requires:       python-azure-common < 2.0.0
 Requires:       python-azure-common >= 1.1
 Requires:       python-azure-nspkg
-Requires:       python-msrest < 1.0.0
-Requires:       python-msrest >= 0.4.11
+Requires:       python-msrest < 2.0.0
+Requires:       python-msrest >= 0.4.26
 Conflicts:      python-azure-sdk <= 2.0.0
 
 BuildArch:      noarch
@@ -49,7 +49,7 @@
 Azure Resource Manager (ARM) is the next generation of management APIs that
 replace the old Azure Service Management (ASM).
 
-This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
+This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-servicefabric-%{version}
@@ -68,7 +68,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/servicefabric
 %{python_sitelib}/azure_servicefabric-*.egg-info
 

++++++ as_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.6y8WgT/_old  2018-05-13 15:59:33.574383731 +0200
+++ /var/tmp/diff_new_pack.6y8WgT/_new  2018-05-13 15:59:33.574383731 +0200
@@ -1,13 +1,11 @@
-diff -Nru azure-servicefabric-6.0.1.orig/setup.py 
azure-servicefabric-6.0.1/setup.py
---- azure-servicefabric-6.0.1.orig/setup.py    2017-09-28 17:12:44.000000000 
+0200
-+++ azure-servicefabric-6.0.1/setup.py 2017-10-04 18:41:02.341149877 +0200
-@@ -78,8 +78,8 @@
-     zip_safe=False,
+diff -Nru azure-servicefabric-6.1.2.9.orig/setup.py 
azure-servicefabric-6.1.2.9/setup.py
+--- azure-servicefabric-6.1.2.9.orig/setup.py  2018-02-06 17:57:14.000000000 
+0100
++++ azure-servicefabric-6.1.2.9/setup.py       2018-04-11 16:34:26.755138306 
+0200
+@@ -78,7 +78,7 @@
      packages=find_packages(exclude=["tests"]),
      install_requires=[
--        'msrest~=0.4.11',
+         'msrest>=0.4.26,<2.0.0',
 -        'azure-common~=1.1',
-+        'msrest>=0.4.11',
 +        'azure-common>=1.1',
      ],
      cmdclass=cmdclass


Reply via email to