Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-atpublic for openSUSE:Factory checked in at 2022-01-13 23:21:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-atpublic (Old) and /work/SRC/openSUSE:Factory/.python-atpublic.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-atpublic" Thu Jan 13 23:21:11 2022 rev:4 rq:946126 version:2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-atpublic/python-atpublic.changes 2021-05-21 21:50:32.834101463 +0200 +++ /work/SRC/openSUSE:Factory/.python-atpublic.new.1892/python-atpublic.changes 2022-01-13 23:21:53.300065026 +0100 @@ -1,0 +2,6 @@ +Tue Jan 11 20:25:53 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Fix sybil usage in conftest based on sybil version. + * https://gitlab.com/warsaw/public/-/merge_requests/16 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-atpublic.spec ++++++ --- /var/tmp/diff_new_pack.ab6Log/_old 2022-01-13 23:21:53.768065332 +0100 +++ /var/tmp/diff_new_pack.ab6Log/_new 2022-01-13 23:21:53.768065332 +0100 @@ -16,7 +16,7 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-atpublic Version: 2.3 @@ -45,6 +45,10 @@ %prep %setup -q -n public-%{version} rm setup.cfg +# API change in sybil 3 +if [ -d %{python3_sitelib}/sybil-3*-info ]; then + sed -i 's/CodeBlockParser/PythonCodeBlockParser/' conftest.py +fi %build %python_build @@ -60,6 +64,7 @@ %files %{python_files} %doc docs/NEWS.rst README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/public +%{python_sitelib}/atpublic-%{version}*-info %changelog