Hello community,
here is the log from the commit of package python-azure-mgmt-containerservice
for openSUSE:Factory checked in at 2018-02-14 09:23:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-containerservice (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-containerservice.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-containerservice"
Wed Feb 14 09:23:50 2018 rev:4 rq:571047 version:3.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-containerservice/python-azure-mgmt-containerservice.changes
2017-11-04 19:30:33.098353375 +0100
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-containerservice.new/python-azure-mgmt-containerservice.changes
2018-02-14 09:23:53.836276134 +0100
@@ -1,0 +2,11 @@
+Thu Jan 18 14:31:59 UTC 2018 - [email protected]
+
+- New upstream release
+ + Version 3.0.0
+ + 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
+ + amc_drop-compatible-releases-operator.patch
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-containerservice-1.0.0.zip
New:
----
azure-mgmt-containerservice-3.0.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-containerservice.spec ++++++
--- /var/tmp/diff_new_pack.4cOf3T/_old 2018-02-14 09:23:54.596248591 +0100
+++ /var/tmp/diff_new_pack.4cOf3T/_new 2018-02-14 09:23:54.596248591 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-mgmt-containerservice
#
-# 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,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-containerservice
-Version: 1.0.0
+Version: 3.0.0
Release: 0
Summary: Microsoft Azure Container Service Client Library
License: MIT
@@ -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/containerservice
%{python_sitelib}/azure_mgmt_containerservice-*.egg-info
++++++ amc_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.4cOf3T/_old 2018-02-14 09:23:54.652246561 +0100
+++ /var/tmp/diff_new_pack.4cOf3T/_new 2018-02-14 09:23:54.656246416 +0100
@@ -1,9 +1,9 @@
-diff -Nru azure-mgmt-containerservice-1.0.0.orig/setup.py
azure-mgmt-containerservice-1.0.0/setup.py
---- azure-mgmt-containerservice-1.0.0.orig/setup.py 2017-08-08
21:23:40.000000000 +0200
-+++ azure-mgmt-containerservice-1.0.0/setup.py 2017-11-03 19:36:32.681662264
+0100
+diff -Nru azure-mgmt-containerservice-3.0.0.orig/setup.py
azure-mgmt-containerservice-3.0.0/setup.py
+--- azure-mgmt-containerservice-3.0.0.orig/setup.py 2017-12-13
02:51:58.000000000 +0100
++++ azure-mgmt-containerservice-3.0.0/setup.py 2018-01-18 15:30:21.457792923
+0100
@@ -78,8 +78,8 @@
zip_safe=False,
- packages=find_packages(),
+ packages=find_packages(exclude=["tests"]),
install_requires=[
- 'msrestazure~=0.4.11',
- 'azure-common~=1.1',