Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-marshmallow for openSUSE:Factory checked in at 2023-05-26 20:15:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-marshmallow (Old) and /work/SRC/openSUSE:Factory/.python-marshmallow.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-marshmallow" Fri May 26 20:15:23 2023 rev:22 rq:1089048 version:3.19.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-marshmallow/python-marshmallow.changes 2023-04-22 22:00:53.497371122 +0200 +++ /work/SRC/openSUSE:Factory/.python-marshmallow.new.1533/python-marshmallow.changes 2023-05-26 20:15:35.840306959 +0200 @@ -1,0 +2,5 @@ +Sun Apr 23 23:12:16 UTC 2023 - Matej Cepl <mc...@suse.com> + +- Switch documentation to be within the main package on SLE15 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-marshmallow.spec ++++++ --- /var/tmp/diff_new_pack.3lsngM/_old 2023-05-26 20:15:36.332309892 +0200 +++ /var/tmp/diff_new_pack.3lsngM/_new 2023-05-26 20:15:36.336309915 +0200 @@ -57,18 +57,20 @@ # /SECTION %python_subpackages +%description +marshmallow is an ORM/ODM/framework-agnostic library for converting complex +datatypes, such as objects, to and from native Python datatypes. + +%if 0%{?suse_version} > 1500 %package -n %{name}-doc Summary: Documentation files for %{name} Group: Documentation/Other Provides: %{name}-docs = %{version} Obsoletes: %{name}-docs < %{version} -%description -marshmallow is an ORM/ODM/framework-agnostic library for converting complex -datatypes, such as objects, to and from native Python datatypes. - %description -n %{name}-doc HTML Documentation and examples for %{name}. +%endif %prep %setup -q -n marshmallow-%{version} @@ -91,7 +93,9 @@ %license LICENSE NOTICE %{python_sitelib}/* +%if 0%{?suse_version} > 1500 %files -n %{name}-doc +%endif %doc examples docs/_build/html/ %changelog