Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-beautifulsoup4 for
openSUSE:Factory checked in at 2023-05-04 17:09:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-beautifulsoup4 (Old)
and /work/SRC/openSUSE:Factory/.python-beautifulsoup4.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-beautifulsoup4"
Thu May 4 17:09:02 2023 rev:37 rq:1084402 version:4.10.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-beautifulsoup4/python-beautifulsoup4.changes
2023-04-22 22:02:53.274087224 +0200
+++
/work/SRC/openSUSE:Factory/.python-beautifulsoup4.new.1533/python-beautifulsoup4.changes
2023-05-04 17:09:05.235842481 +0200
@@ -1,0 +2,5 @@
+Sun Apr 23 23:26:12 UTC 2023 - Matej Cepl <[email protected]>
+
+- Switch documentation to be within the main package.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-beautifulsoup4.spec ++++++
--- /var/tmp/diff_new_pack.m7Hdk4/_old 2023-05-04 17:09:05.727845362 +0200
+++ /var/tmp/diff_new_pack.m7Hdk4/_new 2023-05-04 17:09:05.731845386 +0200
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-beautifulsoup4
Version: 4.10.0
@@ -64,6 +63,7 @@
your reach. Projects that would have taken hours take only minutes with
Beautiful Soup.
+%if 0%{?suse_version} > 1500
%package -n python-beautifulsoup4-doc
Summary: Documentation for %{name}
Recommends: %{name} = %{version}
@@ -72,6 +72,7 @@
%description -n python-beautifulsoup4-doc
Documentation and help files for %{name}
+%endif
%prep
%setup -q -n beautifulsoup4-%{version}
@@ -94,7 +95,9 @@
%{python_sitelib}/bs4/
%{python_sitelib}/beautifulsoup4-%{version}-py*.egg-info
+%if 0%{?suse_version} > 1500
%files -n python-beautifulsoup4-doc
+%endif
%doc NEWS.txt README.md TODO.txt doc/build/html
%changelog