Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-msal-extensions for openSUSE:Factory checked in at 2024-05-06 17:55:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-msal-extensions (Old) and /work/SRC/openSUSE:Factory/.python-msal-extensions.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-msal-extensions" Mon May 6 17:55:18 2024 rev:10 rq:1172159 version:1.2.0~b1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-msal-extensions/python-msal-extensions.changes 2024-04-07 22:38:51.750846058 +0200 +++ /work/SRC/openSUSE:Factory/.python-msal-extensions.new.1880/python-msal-extensions.changes 2024-05-06 17:56:29.426159144 +0200 @@ -1,0 +2,10 @@ +Mon May 6 09:11:54 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to version 1.2.0b1 + + MSAL Extensions has been updated to work with + MSAL Python 1.27.* and 1.28.* (#127, #128) +- Adjust upstream source name in spec file +- Override upstream version with 1.2.0~b1 +- Update Requires from setup.py + +------------------------------------------------------------------- Old: ---- msal-extensions-1.1.0.tar.gz New: ---- msal_extensions-1.2.0b1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-msal-extensions.spec ++++++ --- /var/tmp/diff_new_pack.g32w5g/_old 2024-05-06 17:56:29.878175599 +0200 +++ /var/tmp/diff_new_pack.g32w5g/_new 2024-05-06 17:56:29.878175599 +0200 @@ -16,32 +16,34 @@ # +%define realversion 1.2.0b1 + %{?sle15_python_module_pythons} Name: python-msal-extensions -Version: 1.1.0 +Version: 1.2.0~b1 Release: 0 Summary: Microsoft Authentication Library (MSAL) for Python Extensions License: MIT Group: Development/Languages/Python URL: https://github.com/AzureAD/microsoft-authentication-library-for-python -Source: https://files.pythonhosted.org/packages/source/m/msal-extensions/msal-extensions-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/m/msal-extensions/msal_extensions-%{realversion}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: (python-msal >= 0.4.1 with python-msal < 2.0.0) -Requires: (python-portalocker >= 1.0 with python-portalocker < 3.0) +Requires: (python-msal >= 1.27 with python-msal < 1.29) +Requires: (python-portalocker >= 1.4 with python-portalocker < 3.0) %if 0%{?sle_version} >= 150400 Obsoletes: python3-msal-extensions < 1.1.0 %endif BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module msal < 2.0.0} -BuildRequires: %{python_module msal >= 0.4.1} +BuildRequires: %{python_module msal < 1.29} +BuildRequires: %{python_module msal >= 1.27} BuildRequires: %{python_module portalocker < 3.0} -BuildRequires: %{python_module portalocker >= 1.0} +BuildRequires: %{python_module portalocker >= 1.4} BuildRequires: %{python_module pytest} # /SECTION %python_subpackages @@ -55,7 +57,7 @@ This packages contains additional extensions. %prep -%setup -q -n msal-extensions-%{version} +%setup -q -n msal_extensions-%{realversion} %build %pyproject_wheel