Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ply for openSUSE:Factory checked in at 2023-05-05 15:56:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ply (Old) and /work/SRC/openSUSE:Factory/.python-ply.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ply" Fri May 5 15:56:45 2023 rev:31 rq:1084490 version:3.11 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ply/python-ply.changes 2023-04-22 22:00:27.121213429 +0200 +++ /work/SRC/openSUSE:Factory/.python-ply.new.1533/python-ply.changes 2023-05-05 15:56:47.635916285 +0200 @@ -1,0 +2,5 @@ +Sun Apr 23 23:14:24 UTC 2023 - Matej Cepl <[email protected]> + +- Move documentation into main package for SLE15 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ply.spec ++++++ --- /var/tmp/diff_new_pack.2AqmtO/_old 2023-05-05 15:56:48.135919150 +0200 +++ /var/tmp/diff_new_pack.2AqmtO/_new 2023-05-05 15:56:48.139919173 +0200 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-ply Version: 3.11 @@ -44,6 +43,7 @@ PLY provides extensive error checking. It is compatible with both Python 2 and Python 3. +%if 0%{?suse_version} > 1500 %package -n %{name}-doc Summary: Python Lex & Yacc License: LGPL-2.1-or-later @@ -59,6 +59,7 @@ PLY provides extensive error checking. It is compatible with both Python 2 and Python 3. +%endif %prep %setup -q -n ply-%{version} @@ -93,7 +94,9 @@ %doc ANNOUNCE CHANGES README.md TODO %{python_sitelib}/* +%if 0%{?suse_version} > 1500 %files -n %{name}-doc +%endif %doc doc/ %doc example/
