Hello community,

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

Package is "python-azure-mgmt-redis"

Sun May 13 15:59:40 2018 rev:3 rq:599346 version:5.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-redis/python-azure-mgmt-redis.changes
  2018-01-31 19:51:32.670445854 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-redis.new/python-azure-mgmt-redis.changes
     2018-05-13 15:59:42.282066003 +0200
@@ -1,0 +2,11 @@
+Thu Mar  8 11:52:47 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 5.0.0
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + amr_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update Summary and %description from setup.py
+
+-------------------------------------------------------------------

Old:
----
  azure-mgmt-redis-4.1.1.zip

New:
----
  azure-mgmt-redis-5.0.0.zip

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

Other differences:
------------------
++++++ python-azure-mgmt-redis.spec ++++++
--- /var/tmp/diff_new_pack.ajxdfX/_old  2018-05-13 15:59:42.998039878 +0200
+++ /var/tmp/diff_new_pack.ajxdfX/_new  2018-05-13 15:59:43.002039732 +0200
@@ -18,9 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-azure-mgmt-redis
-Version:        4.1.1
+Version:        5.0.0
 Release:        0
-Summary:        Microsoft Azure Redis Cache Resource Management Client Library
+Summary:        Microsoft Azure Redis Cache Management Client Library
 License:        MIT
 Group:          Development/Languages/Python
 Url:            https://github.com/Azure/azure-sdk-for-python
@@ -34,11 +34,11 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:       python-azure-common < 2.0.0
-Requires:       python-azure-common >= 1.1.5
+Requires:       python-azure-common >= 1.1
 Requires:       python-azure-mgmt-nspkg
 Requires:       python-azure-nspkg
-Requires:       python-msrestazure < 1.0.0
-Requires:       python-msrestazure >= 0.4.7
+Requires:       python-msrestazure < 2.0.0
+Requires:       python-msrestazure >= 0.4.20
 Conflicts:      python-azure-sdk <= 2.0.0
 
 BuildArch:      noarch
@@ -46,12 +46,12 @@
 %python_subpackages
 
 %description
-This is the Microsoft Azure Redis Cache Resource Management Client Library.
+This is the Microsoft Azure Redis Cache Management Client Library.
 
 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 and 3.5.
+This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-mgmt-redis-%{version}
@@ -72,7 +72,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/mgmt/redis
 %{python_sitelib}/azure_mgmt_redis-*.egg-info
 

++++++ amr_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.ajxdfX/_old  2018-05-13 15:59:43.046038127 +0200
+++ /var/tmp/diff_new_pack.ajxdfX/_new  2018-05-13 15:59:43.046038127 +0200
@@ -1,14 +1,12 @@
-diff -Nru azure-mgmt-redis-4.1.0.orig/setup.py azure-mgmt-redis-4.1.0/setup.py
---- azure-mgmt-redis-4.1.0.orig/setup.py       2017-04-19 00:10:36.000000000 
+0200
-+++ azure-mgmt-redis-4.1.0/setup.py    2017-06-12 13:33:45.808860306 +0200
-@@ -74,8 +74,8 @@
-         'azure.mgmt.redis.operations',                
-     ],
+diff -Nru azure-mgmt-redis-5.0.0.orig/setup.py azure-mgmt-redis-5.0.0/setup.py
+--- azure-mgmt-redis-5.0.0.orig/setup.py       2018-02-09 00:11:14.000000000 
+0100
++++ azure-mgmt-redis-5.0.0/setup.py    2018-03-08 11:59:30.024601023 +0100
+@@ -78,7 +78,7 @@
+     packages=find_packages(exclude=["tests"]),
      install_requires=[
--        'azure-common~=1.1.5',
--        'msrestazure~=0.4.7',
-+        'azure-common>=1.1.5',
-+        'msrestazure>=0.4.7',
+         'msrestazure>=0.4.20,<2.0.0',
+-        'azure-common~=1.1',
++        'azure-common>=1.1',
      ],
      cmdclass=cmdclass
  )


Reply via email to