Hello community,

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

Package is "python-azure-mgmt-logic"

Wed Sep 26 16:14:34 2018 rev:3 rq:637971 version:3.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-logic/python-azure-mgmt-logic.changes
  2018-01-30 15:45:41.758985123 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-logic.new/python-azure-mgmt-logic.changes
     2018-09-26 16:14:34.327172624 +0200
@@ -1,0 +2,13 @@
+Tue Sep  4 11:26:22 UTC 2018 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- New upstream release
+  + Version 3.0.0
+  + For detailed information about changes see the
+    HISTORY.txt file provided with this package
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + aml_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update Summary and %description from setup.p
+
+-------------------------------------------------------------------

Old:
----
  azure-mgmt-logic-2.1.0.zip

New:
----
  azure-mgmt-logic-3.0.0.zip

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

Other differences:
------------------
++++++ python-azure-mgmt-logic.spec ++++++
--- /var/tmp/diff_new_pack.MtptQU/_old  2018-09-26 16:14:34.755171915 +0200
+++ /var/tmp/diff_new_pack.MtptQU/_new  2018-09-26 16:14:34.755171915 +0200
@@ -18,9 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-azure-mgmt-logic
-Version:        2.1.0
+Version:        3.0.0
 Release:        0
-Summary:        Microsoft Azure LogicApps Management Client Library
+Summary:        Microsoft Azure Logic Apps 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.27
 Conflicts:      python-azure-sdk <= 2.0.0
 
 BuildArch:      noarch
@@ -46,9 +46,12 @@
 %python_subpackages
 
 %description
-This is the Microsoft Azure LogicApps Management Client Library.
+This is the Microsoft Azure Logic Apps Management Client Library.
 
-This package has been tested with Python 2.7, 3.3, 3.4 and 3.5.
+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.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-mgmt-logic-%{version}
@@ -69,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/logic
 %{python_sitelib}/azure_mgmt_logic-*.egg-info
 

++++++ aml_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.MtptQU/_old  2018-09-26 16:14:34.787171862 +0200
+++ /var/tmp/diff_new_pack.MtptQU/_new  2018-09-26 16:14:34.787171862 +0200
@@ -1,14 +1,12 @@
-diff -Nru azure-mgmt-logic-2.1.0.orig/setup.py azure-mgmt-logic-2.1.0/setup.py
---- azure-mgmt-logic-2.1.0.orig/setup.py       2017-04-18 23:14:24.000000000 
+0200
-+++ azure-mgmt-logic-2.1.0/setup.py    2017-06-12 10:50:45.456490132 +0200
-@@ -74,8 +74,8 @@
-         'azure.mgmt.logic.operations',
-     ],
+diff -Nru azure-mgmt-logic-3.0.0.orig/setup.py azure-mgmt-logic-3.0.0/setup.py
+--- azure-mgmt-logic-3.0.0.orig/setup.py       2018-05-25 21:26:58.000000000 
+0200
++++ azure-mgmt-logic-3.0.0/setup.py    2018-09-04 13:24:35.849976070 +0200
+@@ -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.27,<2.0.0',
+-        'azure-common~=1.1',
++        'azure-common>=1.1',
      ],
      cmdclass=cmdclass
  )


Reply via email to