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-04-30 00:46:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-identity (Old) and /work/SRC/openSUSE:Factory/.python-azure-identity.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-identity" Sat Apr 30 00:46:10 2022 rev:15 rq:973916 version:1.10.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-identity/python-azure-identity.changes 2022-04-26 21:31:58.663881447 +0200 +++ /work/SRC/openSUSE:Factory/.python-azure-identity.new.1538/python-azure-identity.changes 2022-04-30 00:46:41.239011210 +0200 @@ -1,0 +2,13 @@ +Fri Apr 29 08:44:05 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- New upstream release + + Version 1.10.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Drop patches for issues fixed upstream + + ai_relax-python-depends.patch +- Override upstream version with 1.10.0.0 to ensure + proper upgrade from previous version 1.10.0b1 +- Update Requires from setup.py + +------------------------------------------------------------------- Old: ---- ai_relax-python-depends.patch azure-identity-1.10.0b1.zip New: ---- azure-identity-1.10.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-identity.spec ++++++ --- /var/tmp/diff_new_pack.UGAtk9/_old 2022-04-30 00:46:41.827011720 +0200 +++ /var/tmp/diff_new_pack.UGAtk9/_new 2022-04-30 00:46:41.831011724 +0200 @@ -16,20 +16,21 @@ # +%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.0b1 +Version: 1.10.0.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-%{version}.zip +Source: https://files.pythonhosted.org/packages/source/a/azure-identity/azure-identity-%{realversion}.zip Source1: LICENSE.txt -Patch: ai_relax-python-depends.patch BuildRequires: %{python_module azure-nspkg >= 3.0.0} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -42,7 +43,7 @@ Requires: python-msal < 2.0.0 Requires: python-msal >= 1.12.0 Requires: python-msal-extensions < 2.0.0 -Requires: python-msal-extensions >= 1.0.0 +Requires: python-msal-extensions >= 0.3.0 Requires: python-six >= 1.12.0 Conflicts: python-azure-sdk <= 2.0.0 BuildArch: noarch @@ -54,11 +55,10 @@ their requests. %prep -%setup -q -n azure-identity-%{version} -%patch0 -p1 +%setup -q -n azure-identity-%{realversion} %build -install -m 644 %{SOURCE1} %{_builddir}/azure-identity-%{version} +install -m 644 %{SOURCE1} %{_builddir}/azure-identity-%{realversion} %python_build %install