Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-irc for openSUSE:Factory 
checked in at 2025-04-10 21:58:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-irc (Old)
 and      /work/SRC/openSUSE:Factory/.python-irc.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-irc"

Thu Apr 10 21:58:37 2025 rev:11 rq:1268077 version:20.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-irc/python-irc.changes    2024-10-25 
19:20:37.541087354 +0200
+++ /work/SRC/openSUSE:Factory/.python-irc.new.1907/python-irc.changes  
2025-04-10 21:58:59.695964950 +0200
@@ -1,0 +2,5 @@
+Tue Apr  8 17:49:05 UTC 2025 - Ben Greiner <c...@bnavigator.de>
+
+- Clarify requirements on importlib backport packages 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-irc.spec ++++++
--- /var/tmp/diff_new_pack.TVh7hJ/_old  2025-04-10 21:59:00.123982825 +0200
+++ /var/tmp/diff_new_pack.TVh7hJ/_new  2025-04-10 21:59:00.127982991 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-irc
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,8 +24,8 @@
 License:        LGPL-2.1-or-later
 URL:            https://github.com/jaraco/irc
 Source:         
https://files.pythonhosted.org/packages/source/i/irc/irc-%{version}.tar.gz
-BuildRequires:  %{python_module importlib-metadata}
-BuildRequires:  %{python_module importlib-resources}
+BuildRequires:  %{python_module importlib-metadata if %python-base < 3.10}
+BuildRequires:  %{python_module importlib-resources if %python-base < 3.12}
 BuildRequires:  %{python_module jaraco.collections}
 BuildRequires:  %{python_module jaraco.functools >= 1.20}
 BuildRequires:  %{python_module jaraco.logging}
@@ -40,8 +40,12 @@
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+%if 0%{?python_version_nodots} < 310
 Requires:       python-importlib-metadata
+%endif
+%if 0%{?python_version_nodots} < 312
 Requires:       python-importlib-resources
+%endif
 Requires:       python-jaraco.collections
 Requires:       python-jaraco.functools >= 1.20
 Requires:       python-jaraco.logging

Reply via email to