Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyserial for openSUSE:Factory
checked in at 2023-05-04 17:09:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyserial (Old)
and /work/SRC/openSUSE:Factory/.python-pyserial.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyserial"
Thu May 4 17:09:07 2023 rev:20 rq:1084410 version:3.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyserial/python-pyserial.changes
2023-04-22 21:58:26.052489605 +0200
+++
/work/SRC/openSUSE:Factory/.python-pyserial.new.1533/python-pyserial.changes
2023-05-04 17:09:10.447872998 +0200
@@ -1,0 +2,5 @@
+Sun Apr 23 23:19:35 UTC 2023 - Matej Cepl <[email protected]>
+
+- Switch documentation to be within the main package.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyserial.spec ++++++
--- /var/tmp/diff_new_pack.7BjAQn/_old 2023-05-04 17:09:11.507879204 +0200
+++ /var/tmp/diff_new_pack.7BjAQn/_new 2023-05-04 17:09:11.555879485 +0200
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-pyserial
Version: 3.5
@@ -40,6 +39,7 @@
%description
Python Serial Port Extension for Win32, Linux, BSD, Jython, IronPython
+%if 0%{?suse_version} > 1500
%package -n %{name}-doc
Summary: Documentation for %{name}
Group: Documentation/Other
@@ -48,6 +48,7 @@
%description -n %{name}-doc
Documentation, examples, and help files for %{name}.
+%endif
%prep
%setup -q -n pyserial-%{version}
@@ -104,7 +105,9 @@
%{python_sitelib}/serial/
%{python_sitelib}/pyserial-%{version}-py*.egg-info
+%if 0%{?suse_version} > 1500
%files -n %{name}-doc
+%endif
%doc examples/
%doc documentation/_build/*