Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-rst.linker for
openSUSE:Factory checked in at 2023-09-21 22:13:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rst.linker (Old)
and /work/SRC/openSUSE:Factory/.python-rst.linker.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rst.linker"
Thu Sep 21 22:13:26 2023 rev:11 rq:1112342 version:2.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rst.linker/python-rst.linker.changes
2023-05-09 13:07:01.956911980 +0200
+++
/work/SRC/openSUSE:Factory/.python-rst.linker.new.1770/python-rst.linker.changes
2023-09-21 22:13:56.073019883 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 14:51:16 UTC 2023 - Dirk Müller <[email protected]>
+
+- remove buildrequires that are not used on sle15
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-rst.linker.spec ++++++
--- /var/tmp/diff_new_pack.LHhFbn/_old 2023-09-21 22:13:57.821083326 +0200
+++ /var/tmp/diff_new_pack.LHhFbn/_new 2023-09-21 22:13:57.837083907 +0200
@@ -26,7 +26,6 @@
URL: https://github.com/jaraco/rst.linker
Source:
https://files.pythonhosted.org/packages/source/r/%{_name}/%{_name}-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
-BuildRequires: %{python_module importlib-metadata if %python-version < 3.8}
BuildRequires: %{python_module path}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
@@ -38,6 +37,7 @@
BuildRequires: python-rpm-macros
BuildRequires: python3-Sphinx
%if 0%{python_version_nodots} < 38
+BuildRequires: %{python_module importlib-metadata if %python-version < 3.8}
Requires: python-importlib-metadata
%endif
Requires: python-python-dateutil