Hello community,
here is the log from the commit of package python-azure-mgmt-sql for
openSUSE:Factory checked in at 2018-02-14 09:24:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-sql (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-sql.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-sql"
Wed Feb 14 09:24:43 2018 rev:2 rq:571071 version:0.8.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-sql/python-azure-mgmt-sql.changes
2017-10-11 23:00:30.127139783 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-sql.new/python-azure-mgmt-sql.changes
2018-02-14 09:24:53.178125477 +0100
@@ -1,0 +2,21 @@
+Thu Jan 25 13:27:35 UTC 2018 - [email protected]
+
+- New upstream release
+ + Version 0.8.5
+ + For detailed information about changes see the
+ HISTORY.rst file provided with this package
+- Update %description from README.rst
+- Update Requires from setup.py
+- Refresh patches for new version
+ + ams_drop-compatible-releases-operator.patch
+
+-------------------------------------------------------------------
+Fri Jan 19 14:16:42 UTC 2018 - [email protected]
+
+- New upstream release
+ + Version 0.8.4
+ + For detailed information about changes see the
+ HISTORY.rst file provided with this package
+- Install HISTORY.rst into doc directory
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-sql-0.8.0.zip
New:
----
azure-mgmt-sql-0.8.5.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-sql.spec ++++++
--- /var/tmp/diff_new_pack.T3GKZ7/_old 2018-02-14 09:24:53.966096919 +0100
+++ /var/tmp/diff_new_pack.T3GKZ7/_new 2018-02-14 09:24:53.966096919 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-mgmt-sql
#
-# 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-sql
-Version: 0.8.0
+Version: 0.8.5
Release: 0
Summary: Microsoft Azure SQL Management 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-sql-%{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/sql
%{python_sitelib}/azure_mgmt_sql-*.egg-info
++++++ ams_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.T3GKZ7/_old 2018-02-14 09:24:54.014095180 +0100
+++ /var/tmp/diff_new_pack.T3GKZ7/_new 2018-02-14 09:24:54.018095035 +0100
@@ -1,13 +1,11 @@
-diff -Nru azure-mgmt-sql-0.8.0.orig/setup.py azure-mgmt-sql-0.8.0/setup.py
---- azure-mgmt-sql-0.8.0.orig/setup.py 2017-09-07 22:13:44.000000000 +0200
-+++ azure-mgmt-sql-0.8.0/setup.py 2017-10-02 09:22:39.145190587 +0200
-@@ -78,8 +78,8 @@
- zip_safe=False,
+diff -Nru azure-mgmt-sql-0.8.5.orig/setup.py azure-mgmt-sql-0.8.5/setup.py
+--- azure-mgmt-sql-0.8.5.orig/setup.py 2018-01-18 23:34:22.000000000 +0100
++++ azure-mgmt-sql-0.8.5/setup.py 2018-01-25 14:25:21.822950982 +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