Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-keyvault-keys for
openSUSE:Factory checked in at 2022-04-20 16:57:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-keyvault-keys (Old)
and /work/SRC/openSUSE:Factory/.python-azure-keyvault-keys.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-keyvault-keys"
Wed Apr 20 16:57:25 2022 rev:15 rq:971037 version:4.5.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-keyvault-keys/python-azure-keyvault-keys.changes
2022-03-29 18:16:15.787183844 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-keyvault-keys.new.1941/python-azure-keyvault-keys.changes
2022-04-20 16:57:53.426654458 +0200
@@ -1,0 +2,9 @@
+Tue Apr 19 07:58:11 UTC 2022 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 4.5.1
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+- Remove temporary version override
+
+-------------------------------------------------------------------
Old:
----
azure-keyvault-keys-4.5.0.zip
New:
----
azure-keyvault-keys-4.5.1.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-keyvault-keys.spec ++++++
--- /var/tmp/diff_new_pack.NUJfCP/_old 2022-04-20 16:57:53.866654869 +0200
+++ /var/tmp/diff_new_pack.NUJfCP/_new 2022-04-20 16:57:53.870654872 +0200
@@ -15,20 +15,18 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
-%define realversion 4.5.0
-
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%if 0%{?suse_version} >= 1500
%define skip_python2 1
%endif
Name: python-azure-keyvault-keys
-Version: 4.5.0.0
+Version: 4.5.1
Release: 0
Summary: Microsoft Azure Key Vault Keys Client Library for Python
License: MIT
Group: Development/Languages/Python
URL: https://github.com/Azure/azure-sdk-for-python
-Source:
https://files.pythonhosted.org/packages/source/a/azure-keyvault-keys/azure-keyvault-keys-%{realversion}.zip
+Source:
https://files.pythonhosted.org/packages/source/a/azure-keyvault-keys/azure-keyvault-keys-%{version}.zip
Source1: LICENSE.txt
BuildRequires: %{python_module azure-keyvault-nspkg >= 1.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
@@ -63,10 +61,10 @@
manage, and deploy public and private SSL/TLS certificates
%prep
-%setup -q -n azure-keyvault-keys-%{realversion}
+%setup -q -n azure-keyvault-keys-%{version}
%build
-install -m 644 %{SOURCE1} %{_builddir}/azure-keyvault-keys-%{realversion}
+install -m 644 %{SOURCE1} %{_builddir}/azure-keyvault-keys-%{version}
%python_build
%install