Hello community,
here is the log from the commit of package python-azure-mgmt-rdbms for
openSUSE:Factory checked in at 2018-01-31 19:51:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-rdbms (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-rdbms.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-rdbms"
Wed Jan 31 19:51:34 2018 rev:2 rq:571078 version:0.2.0rc1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-rdbms/python-azure-mgmt-rdbms.changes
2017-10-11 22:59:47.888990195 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-rdbms.new/python-azure-mgmt-rdbms.changes
2018-01-31 19:51:35.802300219 +0100
@@ -1,0 +2,12 @@
+Fri Jan 19 12:55:38 UTC 2018 - [email protected]
+
+- New upstream release
+ + Version 0.2.0rc1
+ + 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
+ + amr_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-rdbms-0.1.0.zip
New:
----
azure-mgmt-rdbms-0.2.0rc1.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-rdbms.spec ++++++
--- /var/tmp/diff_new_pack.o7afYt/_old 2018-01-31 19:51:36.314276412 +0100
+++ /var/tmp/diff_new_pack.o7afYt/_new 2018-01-31 19:51:36.358274366 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-mgmt-rdbms
#
-# 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-rdbms
-Version: 0.1.0
+Version: 0.2.0rc1
Release: 0
Summary: Microsoft Azure RDBMS Management Client Library
License: MIT
@@ -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
@@ -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/rdbms
%{python_sitelib}/azure_mgmt_rdbms-*.egg-info
++++++ amr_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.o7afYt/_old 2018-01-31 19:51:36.434270832 +0100
+++ /var/tmp/diff_new_pack.o7afYt/_new 2018-01-31 19:51:36.434270832 +0100
@@ -1,14 +1,14 @@
-diff -Nru azure-mgmt-rdbms-0.1.0.orig/setup.py azure-mgmt-rdbms-0.1.0/setup.py
---- azure-mgmt-rdbms-0.1.0.orig/setup.py 2017-04-26 17:10:34.000000000
+0200
-+++ azure-mgmt-rdbms-0.1.0/setup.py 2017-06-12 11:16:19.059857778 +0200
+diff -Nru azure-mgmt-rdbms-0.2.0rc1.orig/setup.py
azure-mgmt-rdbms-0.2.0rc1/setup.py
+--- azure-mgmt-rdbms-0.2.0rc1.orig/setup.py 2017-10-16 18:55:46.000000000
+0200
++++ azure-mgmt-rdbms-0.2.0rc1/setup.py 2018-01-19 13:51:29.202569997 +0100
@@ -78,8 +78,8 @@
- zip_safe=False,
- packages=find_packages(),
- install_requires=[
-- 'msrestazure~=0.4.7',
-- 'azure-common~=1.1.5',
-+ 'msrestazure>=0.4.7',
-+ 'azure-common>=1.1.5',
- ],
- cmdclass=cmdclass
- )
+ zip_safe=False,
+ packages=find_packages(exclude=["tests"]),
+ install_requires=[
+- 'msrestazure~=0.4.11',
+- 'azure-common~=1.1',
++ 'msrestazure>=0.4.11',
++ 'azure-common>=1.1',
+ ],
+ cmdclass=cmdclass
+ )