Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-identity for
openSUSE:Factory checked in at 2022-09-25 15:35:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-identity (Old)
and /work/SRC/openSUSE:Factory/.python-azure-identity.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-identity"
Sun Sep 25 15:35:24 2022 rev:16 rq:1005730 version:1.11.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-identity/python-azure-identity.changes
2022-04-30 00:46:41.239011210 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-identity.new.2275/python-azure-identity.changes
2022-09-25 15:35:50.815701525 +0200
@@ -1,0 +2,9 @@
+Tue Sep 20 11:18:40 UTC 2022 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 1.11.0
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+- Remove temporary version override
+
+-------------------------------------------------------------------
Old:
----
azure-identity-1.10.0.zip
New:
----
azure-identity-1.11.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-identity.spec ++++++
--- /var/tmp/diff_new_pack.DzEMxM/_old 2022-09-25 15:35:52.375705282 +0200
+++ /var/tmp/diff_new_pack.DzEMxM/_new 2022-09-25 15:35:52.375705282 +0200
@@ -16,20 +16,18 @@
#
-%define realversion 1.10.0
-
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%if 0%{?suse_version} >= 1500
%define skip_python2 1
%endif
Name: python-azure-identity
-Version: 1.10.0.0
+Version: 1.11.0
Release: 0
Summary: Azure Identity 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-identity/azure-identity-%{realversion}.zip
+Source:
https://files.pythonhosted.org/packages/source/a/azure-identity/azure-identity-%{version}.zip
Source1: LICENSE.txt
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module setuptools}
@@ -55,10 +53,10 @@
their requests.
%prep
-%setup -q -n azure-identity-%{realversion}
+%setup -q -n azure-identity-%{version}
%build
-install -m 644 %{SOURCE1} %{_builddir}/azure-identity-%{realversion}
+install -m 644 %{SOURCE1} %{_builddir}/azure-identity-%{version}
%python_build
%install