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-26 21:31:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"

Tue Apr 26 21:31:57 2022 rev:14 rq:972877 version:1.10.0b1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-identity/python-azure-identity.changes  
    2022-04-06 21:52:38.162783435 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-identity.new.1538/python-azure-identity.changes
    2022-04-26 21:31:58.663881447 +0200
@@ -1,0 +2,11 @@
+Tue Apr 26 10:58:02 UTC 2022 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- New upstream release
+  + Version 1.10.0b1
+  + For detailed information about changes see the
+    CHANGELOG.md file provided with this package
+- Add patch to relax Python dependencies in setup.py
+  + ai_relax-python-depends.patch
+- Update Requires from setup.py
+
+-------------------------------------------------------------------

Old:
----
  azure-identity-1.9.0.zip

New:
----
  ai_relax-python-depends.patch
  azure-identity-1.10.0b1.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-azure-identity.spec ++++++
--- /var/tmp/diff_new_pack.l6VrRI/_old  2022-04-26 21:31:59.999882325 +0200
+++ /var/tmp/diff_new_pack.l6VrRI/_new  2022-04-26 21:32:00.007882330 +0200
@@ -21,7 +21,7 @@
 %define skip_python2 1
 %endif
 Name:           python-azure-identity
-Version:        1.9.0
+Version:        1.10.0b1
 Release:        0
 Summary:        Azure Identity client library for Python
 License:        MIT
@@ -29,6 +29,7 @@
 URL:            https://github.com/Azure/azure-sdk-for-python
 Source:         
https://files.pythonhosted.org/packages/source/a/azure-identity/azure-identity-%{version}.zip
 Source1:        LICENSE.txt
+Patch:          ai_relax-python-depends.patch
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -40,8 +41,8 @@
 Requires:       python-cryptography >= 2.5
 Requires:       python-msal < 2.0.0
 Requires:       python-msal >= 1.12.0
-Requires:       python-msal-extensions < 1.0.0
-Requires:       python-msal-extensions >= 0.3.0
+Requires:       python-msal-extensions < 2.0.0
+Requires:       python-msal-extensions >= 1.0.0
 Requires:       python-six >= 1.12.0
 Conflicts:      python-azure-sdk <= 2.0.0
 BuildArch:      noarch
@@ -54,6 +55,7 @@
 
 %prep
 %setup -q -n azure-identity-%{version}
+%patch0 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-identity-%{version}

++++++ ai_relax-python-depends.patch ++++++
--- azure-identity-1.10.0b1.orig/setup.py       2022-04-06 18:56:12.000000000 
+0200
+++ azure-identity-1.10.0b1/setup.py    2022-04-26 12:56:04.945905031 +0200
@@ -76,7 +76,7 @@
         "azure-core<2.0.0,>=1.11.0",
         "cryptography>=2.5",
         "msal<2.0.0,>=1.12.0",
-        "msal-extensions~=0.3.0",
+        "msal-extensions~=1.0.0",
         "six>=1.12.0",
     ],
 )

Reply via email to