Hello community,

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

Package is "python-azure-mgmt-cdn"

Wed Sep 26 16:13:39 2018 rev:3 rq:637947 version:3.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-cdn/python-azure-mgmt-cdn.changes  
    2018-02-14 09:25:51.999993718 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-cdn.new/python-azure-mgmt-cdn.changes
 2018-09-26 16:13:40.687261527 +0200
@@ -1,0 +2,13 @@
+Mon Sep  3 14:15:34 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
+  + amc_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update %description from setup.py
+
+-------------------------------------------------------------------

Old:
----
  azure-mgmt-cdn-2.0.0.zip

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

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

Other differences:
------------------
++++++ python-azure-mgmt-cdn.spec ++++++
--- /var/tmp/diff_new_pack.PO2nLm/_old  2018-09-26 16:13:41.075260884 +0200
+++ /var/tmp/diff_new_pack.PO2nLm/_new  2018-09-26 16:13:41.075260884 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-azure-mgmt-cdn
-Version:        2.0.0
+Version:        3.0.0
 Release:        0
 Summary:        Microsoft Azure CDN Management Client Library
 License:        MIT
@@ -38,7 +38,7 @@
 Requires:       python-azure-mgmt-nspkg
 Requires:       python-azure-nspkg
 Requires:       python-msrestazure < 1.0.0
-Requires:       python-msrestazure >= 0.4.11
+Requires:       python-msrestazure >= 0.4.27
 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-cdn-%{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/cdn
 %{python_sitelib}/azure_mgmt_cdn-*.egg-info
 

++++++ amc_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.PO2nLm/_old  2018-09-26 16:13:41.115260818 +0200
+++ /var/tmp/diff_new_pack.PO2nLm/_new  2018-09-26 16:13:41.115260818 +0200
@@ -1,13 +1,11 @@
-diff -Nru azure-mgmt-cdn-2.0.0.orig/setup.py azure-mgmt-cdn-2.0.0/setup.py
---- azure-mgmt-cdn-2.0.0.orig/setup.py 2017-10-26 17:47:08.000000000 +0200
-+++ azure-mgmt-cdn-2.0.0/setup.py      2018-01-18 11:39:24.335503709 +0100
-@@ -78,8 +78,8 @@
-     zip_safe=False,
+diff -Nru azure-mgmt-cdn-3.0.0.orig/setup.py azure-mgmt-cdn-3.0.0/setup.py
+--- azure-mgmt-cdn-3.0.0.orig/setup.py 2018-05-25 20:50:54.000000000 +0200
++++ azure-mgmt-cdn-3.0.0/setup.py      2018-09-03 16:13:58.604696959 +0200
+@@ -78,7 +78,7 @@
      packages=find_packages(exclude=["tests"]),
      install_requires=[
--        'msrestazure~=0.4.11',
+         'msrestazure>=0.4.27,<2.0.0',
 -        'azure-common~=1.1',
-+        'msrestazure>=0.4.11',
 +        'azure-common>=1.1',
      ],
      cmdclass=cmdclass


Reply via email to