Hello community,
here is the log from the commit of package python-azure-mgmt-containerinstance
for openSUSE:Factory checked in at 2018-04-16 12:48:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"
Mon Apr 16 12:48:32 2018 rev:5 rq:596305 version:0.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-containerinstance/python-azure-mgmt-containerinstance.changes
2018-02-14 09:26:25.486780150 +0100
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-containerinstance.new/python-azure-mgmt-containerinstance.changes
2018-04-16 12:48:36.289950928 +0200
@@ -1,0 +2,17 @@
+Wed Apr 11 12:49:44 UTC 2018 - [email protected]
+
+- New upstream release
+ + Version 0.4.0
+
+-------------------------------------------------------------------
+Wed Mar 7 13:31:33 UTC 2018 - [email protected]
+
+- New upstream release
+ + Version 0.3.1
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+ + amb_drop-compatible-releases-operator.patch
+- Update %description from setup.py
+- Update Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-containerinstance-0.2.0.zip
New:
----
azure-mgmt-containerinstance-0.4.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-containerinstance.spec ++++++
--- /var/tmp/diff_new_pack.1c16jn/_old 2018-04-16 12:48:37.277914988 +0200
+++ /var/tmp/diff_new_pack.1c16jn/_new 2018-04-16 12:48:37.281914843 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-containerinstance
-Version: 0.2.0
+Version: 0.4.0
Release: 0
Summary: Microsoft Azure Container Instance Client Library
License: MIT
@@ -37,8 +37,8 @@
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.11
+Requires: python-msrestazure < 2.0.0
+Requires: python-msrestazure >= 0.4.20
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-containerinstance-%{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/containerinstance
%{python_sitelib}/azure_mgmt_containerinstance-*.egg-info
++++++ amc_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.1c16jn/_old 2018-04-16 12:48:37.325913242 +0200
+++ /var/tmp/diff_new_pack.1c16jn/_new 2018-04-16 12:48:37.325913242 +0200
@@ -1,13 +1,11 @@
-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,
+diff -Nru azure-mgmt-containerinstance-0.3.1.orig/setup.py
azure-mgmt-containerinstance-0.3.1/setup.py
+--- azure-mgmt-containerinstance-0.3.1.orig/setup.py 2018-02-05
18:35:36.000000000 +0100
++++ azure-mgmt-containerinstance-0.3.1/setup.py 2018-03-07
14:19:30.428712948 +0100
+@@ -78,7 +78,7 @@
packages=find_packages(exclude=["tests"]),
install_requires=[
-- 'msrestazure~=0.4.11',
+ 'msrestazure>=0.4.20,<2.0.0',
- 'azure-common~=1.1',
-+ 'msrestazure>=0.4.11',
+ 'azure-common>=1.1',
],
cmdclass=cmdclass