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 2023-05-08 17:24:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-msal-extensions (Old)
and /work/SRC/openSUSE:Factory/.python-msal-extensions.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-msal-extensions"
Mon May 8 17:24:55 2023 rev:6 rq:1085478 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-msal-extensions/python-msal-extensions.changes
2022-04-26 20:17:45.336759745 +0200
+++
/work/SRC/openSUSE:Factory/.python-msal-extensions.new.1533/python-msal-extensions.changes
2023-05-08 17:24:56.632929313 +0200
@@ -1,0 +2,5 @@
+Mon May 8 08:29:13 UTC 2023 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Relax version constraints for python-portalocker in BuildRequires and
Requires
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-msal-extensions.spec ++++++
--- /var/tmp/diff_new_pack.YI58Hx/_old 2023-05-08 17:24:57.096932057 +0200
+++ /var/tmp/diff_new_pack.YI58Hx/_new 2023-05-08 17:24:57.100932080 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-msal-extensions
#
-# Copyright (c) 2022 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
@@ -34,16 +34,17 @@
BuildRequires: python-rpm-macros
Requires: python-msal < 2.0.0
Requires: python-msal >= 0.4.1
-Requires: python-portalocker < 2.0
+Requires: python-portalocker < 3.0
Requires: python-portalocker >= 1.0
%ifpython2
Requires: python-pathlib2
+Requires: python-portalocker < 2.0
%endif
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module msal < 2.0.0}
BuildRequires: %{python_module msal >= 0.4.1}
-BuildRequires: %{python_module portalocker < 2.0}
+BuildRequires: %{python_module portalocker < 3.0}
BuildRequires: %{python_module portalocker >= 1.0}
BuildRequires: %{python_module pytest}
# /SECTION