Hello community,
here is the log from the commit of package python-azure-mgmt-containerinstance
for openSUSE:Factory checked in at 2018-02-14 09:26:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-containerinstance (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-containerinstance.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-containerinstance"
Wed Feb 14 09:26:18 2018 rev:4 rq:571102 version:0.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-containerinstance/python-azure-mgmt-containerinstance.changes
2017-11-10 14:56:53.633170906 +0100
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-containerinstance.new/python-azure-mgmt-containerinstance.changes
2018-02-14 09:26:25.486780150 +0100
@@ -1,0 +2,11 @@
+Thu Jan 18 13:32:02 UTC 2018 - [email protected]
+
+- New upstream release
+ + Version 0.2.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
+ + amb_drop-compatible-releases-operator.patch
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-containerinstance-0.1.0.zip
New:
----
azure-mgmt-containerinstance-0.2.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-containerinstance.spec ++++++
--- /var/tmp/diff_new_pack.Kcivzt/_old 2018-02-14 09:26:26.314750144 +0100
+++ /var/tmp/diff_new_pack.Kcivzt/_new 2018-02-14 09:26:26.318749999 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-mgmt-containerinstance
#
-# 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-containerinstance
-Version: 0.1.0
+Version: 0.2.0
Release: 0
Summary: Microsoft Azure Container Instance 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/containerinstance
%{python_sitelib}/azure_mgmt_containerinstance-*.egg-info
++++++ amc_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.Kcivzt/_old 2018-02-14 09:26:26.366748260 +0100
+++ /var/tmp/diff_new_pack.Kcivzt/_new 2018-02-14 09:26:26.366748260 +0100
@@ -1,9 +1,9 @@
-diff -Nru azure-mgmt-containerinstance-0.1.0.orig/setup.py
azure-mgmt-containerinstance-0.1.0/setup.py
---- azure-mgmt-containerinstance-0.1.0.orig/setup.py 2017-07-27
22:09:56.000000000 +0200
-+++ azure-mgmt-containerinstance-0.1.0/setup.py 2017-11-03
19:40:30.047288428 +0100
+diff -Nru azure-mgmt-containerinstance-0.2.0.orig/setup.py
azure-mgmt-containerinstance-0.2.0/setup.py
+--- azure-mgmt-containerinstance-0.2.0.orig/setup.py 2017-10-23
19:05:02.000000000 +0200
++++ azure-mgmt-containerinstance-0.2.0/setup.py 2018-01-18
14:29:17.586316447 +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',