Hello community,
here is the log from the commit of package python-azure-mgmt-sqlvirtualmachine
for openSUSE:Factory checked in at 2019-10-10 14:31:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-sqlvirtualmachine (Old)
and
/work/SRC/openSUSE:Factory/.python-azure-mgmt-sqlvirtualmachine.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-sqlvirtualmachine"
Thu Oct 10 14:31:39 2019 rev:2 rq:735749 version:0.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-sqlvirtualmachine/python-azure-mgmt-sqlvirtualmachine.changes
2019-05-14 13:30:29.615360432 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-sqlvirtualmachine.new.2352/python-azure-mgmt-sqlvirtualmachine.changes
2019-10-10 14:31:41.056438787 +0200
@@ -1,0 +2,13 @@
+Fri Oct 4 12:20:20 UTC 2019 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 0.4.0
+ + For detailed information about changes see the
+ HISTORY.txt file provided with this package
+- Drop patches to support older versions of setuptools as
+ SLE-12 is now shipping with a recent enough version
+ + ams_drop-compatible-releases-operator.patch
+ + ams_drop-extras-require.patch
+- Update %description from setup.py
+
+-------------------------------------------------------------------
Old:
----
ams_drop-compatible-releases-operator.patch
ams_drop-extras-require.patch
azure-mgmt-sqlvirtualmachine-0.2.0.zip
New:
----
azure-mgmt-sqlvirtualmachine-0.4.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-sqlvirtualmachine.spec ++++++
--- /var/tmp/diff_new_pack.wIWxOg/_old 2019-10-10 14:31:41.920436773 +0200
+++ /var/tmp/diff_new_pack.wIWxOg/_new 2019-10-10 14:31:41.928436754 +0200
@@ -15,9 +15,10 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-sqlvirtualmachine
-Version: 0.2.0
+Version: 0.4.0
Release: 0
Summary: Microsoft Azure SQL Virtual Machine Management Client Library
License: MIT
@@ -25,21 +26,19 @@
Url: https://github.com/Azure/azure-sdk-for-python
Source:
https://files.pythonhosted.org/packages/source/a/azure-mgmt-sqlvirtualmachine/azure-mgmt-sqlvirtualmachine-%{version}.zip
Source1: LICENSE.txt
-Patch1: ams_drop-compatible-releases-operator.patch
-Patch2: ams_drop-extras-require.patch
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
+Requires: python-azure-common < 2.0.0
+Requires: python-azure-common >= 1.1
Requires: python-azure-mgmt-nspkg >= 3.0.0
Requires: python-azure-nspkg >= 3.0.0
Requires: python-msrest >= 0.5.0
-Requires: python-msrestazure >= 0.4.32
Requires: python-msrestazure < 2.0.0
-Requires: python-azure-common >= 1.1
-Requires: python-azure-common < 2.0.0
+Requires: python-msrestazure >= 0.4.32
Conflicts: python-azure-sdk <= 2.0.0
BuildArch: noarch
@@ -52,12 +51,10 @@
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.4, 3.5, 3.6 and 3.7.
+This package has been tested with Python 2.7, 3.5, 3.6 and 3.7.
%prep
%setup -q -n azure-mgmt-sqlvirtualmachine-%{version}
-%patch1 -p1
-%patch2 -p1
%build
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-sqlvirtualmachine-%{version}
@@ -79,4 +76,5 @@
%license LICENSE.txt
%{python_sitelib}/azure/mgmt/sqlvirtualmachine
%{python_sitelib}/azure_mgmt_sqlvirtualmachine-*.egg-info
+
%changelog