Hello community,

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

Package is "python-azure-mgmt-authorization"

Sun May 13 16:00:35 2018 rev:3 rq:599360 version:0.40.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-authorization/python-azure-mgmt-authorization.changes
  2018-02-14 09:25:35.240601089 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-authorization.new/python-azure-mgmt-authorization.changes
     2018-05-13 16:00:41.219915563 +0200
@@ -1,0 +2,11 @@
+Wed Apr 11 11:14:46 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.40.0
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + ama_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update %description from setup.py
+
+-------------------------------------------------------------------

Old:
----
  azure-mgmt-authorization-0.30.0.zip

New:
----
  azure-mgmt-authorization-0.40.0.zip

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

Other differences:
------------------
++++++ python-azure-mgmt-authorization.spec ++++++
--- /var/tmp/diff_new_pack.u5TPDt/_old  2018-05-13 16:00:42.239878349 +0200
+++ /var/tmp/diff_new_pack.u5TPDt/_new  2018-05-13 16:00:42.239878349 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-azure-mgmt-authorization
-Version:        0.30.0
+Version:        0.40.0
 Release:        0
 Summary:        Microsoft Azure Authorization Management Client Library
 License:        MIT
@@ -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
@@ -51,7 +51,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-mgmt-authorization-%{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/authorization
 %{python_sitelib}/azure_mgmt_authorization-*.egg-info
 

++++++ ama_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.u5TPDt/_old  2018-05-13 16:00:42.279876890 +0200
+++ /var/tmp/diff_new_pack.u5TPDt/_new  2018-05-13 16:00:42.279876890 +0200
@@ -1,14 +1,12 @@
-diff -Nru azure-mgmt-authorization-0.30.0.orig/setup.py 
azure-mgmt-authorization-0.30.0/setup.py
---- azure-mgmt-authorization-0.30.0.orig/setup.py      2017-04-28 
23:10:36.000000000 +0200
-+++ azure-mgmt-authorization-0.30.0/setup.py   2017-06-09 10:33:21.044154308 
+0200
-@@ -78,8 +78,8 @@
-     zip_safe=False,
-     packages=find_packages(),
+diff -Nru azure-mgmt-authorization-0.40.0.orig/setup.py 
azure-mgmt-authorization-0.40.0/setup.py
+--- azure-mgmt-authorization-0.40.0.orig/setup.py      2018-03-13 
22:55:16.000000000 +0100
++++ azure-mgmt-authorization-0.40.0/setup.py   2018-04-11 13:13:11.995950946 
+0200
+@@ -78,7 +78,7 @@
+     packages=find_packages(exclude=["tests"]),
      install_requires=[
--        'msrestazure~=0.4.7',
--        'azure-common~=1.1.5',
-+        'msrestazure>=0.4.7',
-+        'azure-common>=1.1.5',
+         'msrestazure>=0.4.20,<2.0.0',
+-        'azure-common~=1.1',
++        'azure-common>=1.1',
      ],
      cmdclass=cmdclass
  )


Reply via email to