Hello community,

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

Package is "python-azure-graphrbac"

Sun May 13 16:04:35 2018 rev:3 rq:603169 version:0.40.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-graphrbac/python-azure-graphrbac.changes
    2018-02-14 09:25:24.948974066 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-graphrbac.new/python-azure-graphrbac.changes
       2018-05-13 16:04:42.275120935 +0200
@@ -1,0 +2,12 @@
+Tue Mar  6 14:53:25 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
+- Update Requires from setup.py
+- Update %description from setup.py
+- Add patch ag_drop-compatible-releases-operator.patch
+- Drop patch ag_drop-compatible-releases-operaror.patch
+
+-------------------------------------------------------------------

Old:
----
  ag_drop-compatible-releases-operaror.patch
  azure-graphrbac-0.33.0.zip

New:
----
  ag_drop-compatible-releases-operator.patch
  azure-graphrbac-0.40.0.zip

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

Other differences:
------------------
++++++ python-azure-graphrbac.spec ++++++
--- /var/tmp/diff_new_pack.JnNitD/_old  2018-05-13 16:04:42.895098317 +0200
+++ /var/tmp/diff_new_pack.JnNitD/_new  2018-05-13 16:04:42.895098317 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-azure-graphrbac
-Version:        0.33.0
+Version:        0.40.0
 Release:        0
 Summary:        Microsoft Azure Graph RBAC Client Library
 License:        MIT
@@ -26,7 +26,7 @@
 Url:            https://github.com/Azure/azure-sdk-for-python
 Source:         
https://files.pythonhosted.org/packages/source/a/azure-graphrbac/azure-graphrbac-%{version}.zip
 Source1:        LICENSE.txt
-Patch1:         ag_drop-compatible-releases-operaror.patch
+Patch1:         ag_drop-compatible-releases-operator.patch
 BuildRequires:  %{python_module azure-nspkg}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
@@ -35,8 +35,8 @@
 Requires:       python-azure-common < 2.0.0
 Requires:       python-azure-common >= 1.1
 Requires:       python-azure-nspkg
-Requires:       python-msrestazure < 1.0.0
-Requires:       python-msrestazure >= 0.4.11
+Requires:       python-msrestazure < 2.0.0
+Requires:       python-msrestazure >= 0.4.20
 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-graphrbac-%{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/graphrbac
 %{python_sitelib}/azure_graphrbac-*.egg-info
 

++++++ ag_drop-compatible-releases-operator.patch ++++++
diff -Nru azure-graphrbac-0.40.0.orig/setup.py azure-graphrbac-0.40.0/setup.py
--- azure-graphrbac-0.40.0.orig/setup.py        2018-02-05 22:03:56.000000000 
+0100
+++ azure-graphrbac-0.40.0/setup.py     2018-03-06 15:48:23.854850780 +0100
@@ -78,7 +78,7 @@
     packages=find_packages(exclude=["tests"]),
     install_requires=[
         'msrestazure>=0.4.20,<2.0.0',
-        'azure-common~=1.1',
+        'azure-common>=1.1',
     ],
     cmdclass=cmdclass
 )

Reply via email to