Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pydyf for openSUSE:Factory checked in at 2021-12-16 02:00:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pydyf (Old) and /work/SRC/openSUSE:Factory/.python-pydyf.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pydyf" Thu Dec 16 02:00:41 2021 rev:2 rq:940658 version:0.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pydyf/python-pydyf.changes 2021-11-21 23:52:35.290174387 +0100 +++ /work/SRC/openSUSE:Factory/.python-pydyf.new.2520/python-pydyf.changes 2021-12-16 02:01:14.159643900 +0100 @@ -1,0 +2,6 @@ +Wed Dec 15 07:53:09 UTC 2021 - pgaj...@suse.com + +- fix build (testsuite run) +- pytest-runner is not required for build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pydyf.spec ++++++ --- /var/tmp/diff_new_pack.LeBjdn/_old 2021-12-16 02:01:14.891644344 +0100 +++ /var/tmp/diff_new_pack.LeBjdn/_new 2021-12-16 02:01:14.899644349 +0100 @@ -27,24 +27,21 @@ License: BSD-3-Clause URL: https://www.courtbouillon.org/pydyf Source: https://files.pythonhosted.org/packages/source/p/pydyf/pydyf-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch ## Testing -BuildRequires: %{python_module pytest-runner} -BuildRequires: %{python_module pytest-cov} -BuildRequires: %{python_module pytest-flake8} -BuildRequires: %{python_module pytest-isort} -BuildRequires: %{python_module coverage} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module Pillow} +BuildRequires: %{python_module pytest-isort} BuildRequires: gs - %python_subpackages %description A low-level PDF generator written in Python and based on PDF specification 1.7. + %prep %setup -q -n pydyf-%{version} @@ -56,6 +53,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +sed -i 's:--flake8 --cov --no-cov-on-fail::' pyproject.toml %pytest tests/test_pydyf.py %files %{python_files}