Hello community,
here is the log from the commit of package python-azure-mgmt-reservations for
openSUSE:Factory checked in at 2019-10-10 14:31:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-reservations (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-reservations.new.2352
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-reservations"
Thu Oct 10 14:31:13 2019 rev:4 rq:735738 version:0.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-reservations/python-azure-mgmt-reservations.changes
2019-05-14 13:36:23.516142778 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-reservations.new.2352/python-azure-mgmt-reservations.changes
2019-10-10 14:31:14.068501694 +0200
@@ -1,0 +2,13 @@
+Fri Oct 4 12:19:31 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
+ + amr_drop-compatible-releases-operator.patch
+ + amr_drop-extras-require.patch
+- Update %description from setup.py
+
+-------------------------------------------------------------------
Old:
----
amr_drop-compatible-releases-operator.patch
amr_drop-extras-require.patch
azure-mgmt-reservations-0.3.1.zip
New:
----
azure-mgmt-reservations-0.4.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-reservations.spec ++++++
--- /var/tmp/diff_new_pack.JThVnN/_old 2019-10-10 14:31:14.692500239 +0200
+++ /var/tmp/diff_new_pack.JThVnN/_new 2019-10-10 14:31:14.696500230 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-reservations
-Version: 0.3.1
+Version: 0.4.0
Release: 0
Summary: Microsoft Azure Reservations Client Library
License: MIT
@@ -26,8 +26,6 @@
Url: https://github.com/Azure/azure-sdk-for-python
Source:
https://files.pythonhosted.org/packages/source/a/azure-mgmt-reservations/azure-mgmt-reservations-%{version}.zip
Source1: LICENSE.txt
-Patch1: amr_drop-compatible-releases-operator.patch
-Patch2: amr_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}
@@ -53,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-reservations-%{version}
-%patch1 -p1
-%patch2 -p1
%build
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-reservations-%{version}