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 2023-03-17 17:04:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-keyvault-keys (Old) and /work/SRC/openSUSE:Factory/.python-azure-keyvault-keys.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-keyvault-keys" Fri Mar 17 17:04:53 2023 rev:19 rq:1072561 version:4.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-keyvault-keys/python-azure-keyvault-keys.changes 2023-01-10 15:00:34.981468679 +0100 +++ /work/SRC/openSUSE:Factory/.python-azure-keyvault-keys.new.31432/python-azure-keyvault-keys.changes 2023-03-17 17:05:19.666017159 +0100 @@ -1,0 +2,9 @@ +Fri Mar 17 08:51:07 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- New upstream release + + Version 4.8.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Remove temporary version override + +------------------------------------------------------------------- Old: ---- azure-keyvault-keys-4.8.0b2.zip New: ---- azure-keyvault-keys-4.8.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-keyvault-keys.spec ++++++ --- /var/tmp/diff_new_pack.TLjsP2/_old 2023-03-17 17:05:20.178019857 +0100 +++ /var/tmp/diff_new_pack.TLjsP2/_new 2023-03-17 17:05:20.178019857 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-azure-keyvault-keys # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,20 +15,18 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define realversion 4.8.0b2 - %{?!python_module:%define python_module() python-%{**} python3-%{**}} %if 0%{?suse_version} >= 1500 %define skip_python2 1 %endif Name: python-azure-keyvault-keys -Version: 4.8.0~b2 +Version: 4.8.0 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