Hello community,
here is the log from the commit of package python-azure-mgmt-web for
openSUSE:Factory checked in at 2018-01-30 15:45:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-web (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-web.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-web"
Tue Jan 30 15:45:28 2018 rev:2 rq:571032 version:0.34.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-web/python-azure-mgmt-web.changes
2017-10-11 23:00:38.610768120 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-web.new/python-azure-mgmt-web.changes
2018-01-30 15:45:30.091529804 +0100
@@ -1,0 +2,13 @@
+Fri Jan 19 14:37:41 UTC 2018 - [email protected]
+
+- New upstream release
+ + Version 0.34.1
+ + For detailed information about changes see the
+ HISTORY.rst file provided with this package
+- Install HISTORY.rst into doc directory
+- Refresh patches for new version
+ + amw_drop-compatible-releases-operator.patch
+- Update Summary and Description from upstream
+- Update Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-web-0.32.0.zip
New:
----
azure-mgmt-web-0.34.1.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-web.spec ++++++
--- /var/tmp/diff_new_pack.q0kGoj/_old 2018-01-30 15:45:30.867493578 +0100
+++ /var/tmp/diff_new_pack.q0kGoj/_new 2018-01-30 15:45:30.895492271 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-mgmt-web
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-web
-Version: 0.32.0
+Version: 0.34.1
Release: 0
-Summary: Microsoft Azure Web Apps Resource Management Client Library
+Summary: Microsoft Azure Web 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 >= 0.4.11
Conflicts: python-azure-sdk <= 2.0.0
BuildArch: noarch
@@ -46,12 +46,12 @@
%python_subpackages
%description
-This is the Microsoft Azure Web Apps Resource Management Client Library.
+This is the Microsoft Azure Web Apps 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.3, 3.4, 3.5 and 3.6.
%prep
%setup -q -n azure-mgmt-web-%{version}
@@ -72,7 +72,7 @@
%files %{python_files}
%defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
%{python_sitelib}/azure/mgmt/web
%{python_sitelib}/azure_mgmt_web-*.egg-info
++++++ amw_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.q0kGoj/_old 2018-01-30 15:45:30.951489657 +0100
+++ /var/tmp/diff_new_pack.q0kGoj/_new 2018-01-30 15:45:30.951489657 +0100
@@ -1,14 +1,14 @@
-diff -Nru azure-mgmt-web-0.32.0.orig/setup.py azure-mgmt-web-0.32.0/setup.py
---- azure-mgmt-web-0.32.0.orig/setup.py 2017-04-26 23:22:26.000000000
+0200
-+++ azure-mgmt-web-0.32.0/setup.py 2017-06-12 16:08:09.177446822 +0200
-@@ -69,8 +69,8 @@
+diff -Nru azure-mgmt-web-0.34.1.orig/setup.py azure-mgmt-web-0.34.1/setup.py
+--- azure-mgmt-web-0.34.1.orig/setup.py 2017-10-25 00:09:20.000000000
+0200
++++ azure-mgmt-web-0.34.1/setup.py 2018-01-19 15:36:10.859440629 +0100
+@@ -78,8 +78,8 @@
zip_safe=False,
- packages=find_packages(),
+ 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.11',
+- 'azure-common~=1.1',
++ 'msrestazure>=0.4.11',
++ 'azure-common>=1.1',
],
cmdclass=cmdclass
)