Hello community,
here is the log from the commit of package python-azure-mgmt-keyvault for
openSUSE:Factory checked in at 2020-10-02 17:30:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-keyvault (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-keyvault.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-keyvault"
Fri Oct 2 17:30:30 2020 rev:8 rq:836339 version:7.0.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-keyvault/python-azure-mgmt-keyvault.changes
2020-05-03 22:45:44.902973271 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-keyvault.new.4249/python-azure-mgmt-keyvault.changes
2020-10-02 17:31:11.134519400 +0200
@@ -1,0 +2,18 @@
+Tue Sep 22 12:38:47 UTC 2020 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 7.0.0
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+- Temporarily override package version to 7.0.0.0 to allow
+ upgrades from the previous 7.0.0b2 version
+
+-------------------------------------------------------------------
+Tue Sep 1 13:19:04 UTC 2020 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 7.0.0b2
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-keyvault-2.2.0.zip
New:
----
azure-mgmt-keyvault-7.0.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-keyvault.spec ++++++
--- /var/tmp/diff_new_pack.eOjqVw/_old 2020-10-02 17:31:12.882520446 +0200
+++ /var/tmp/diff_new_pack.eOjqVw/_new 2020-10-02 17:31:12.886520449 +0200
@@ -16,15 +16,17 @@
#
+%define realversion 7.0.0
+
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-keyvault
-Version: 2.2.0
+Version: 7.0.0.0
Release: 0
Summary: Microsoft Azure Key Vault Management Client Library
License: MIT
Group: Development/Languages/Python
URL: https://github.com/Azure/azure-sdk-for-python
-Source:
https://files.pythonhosted.org/packages/source/a/azure-mgmt-keyvault/azure-mgmt-keyvault-%{version}.zip
+Source:
https://files.pythonhosted.org/packages/source/a/azure-mgmt-keyvault/azure-mgmt-keyvault-%{realversion}.zip
Source1: LICENSE.txt
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
@@ -52,10 +54,10 @@
This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.
%prep
-%setup -q -n azure-mgmt-keyvault-%{version}
+%setup -q -n azure-mgmt-keyvault-%{realversion}
%build
-install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-keyvault-%{version}
+install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-keyvault-%{realversion}
%python_build
%install