Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-tinycss2 for openSUSE:Factory checked in at 2022-08-20 20:27:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tinycss2 (Old) and /work/SRC/openSUSE:Factory/.python-tinycss2.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tinycss2" Sat Aug 20 20:27:36 2022 rev:9 rq:998079 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tinycss2/python-tinycss2.changes 2021-12-21 18:40:46.257881345 +0100 +++ /work/SRC/openSUSE:Factory/.python-tinycss2.new.2083/python-tinycss2.changes 2022-08-20 20:27:37.765180651 +0200 @@ -1,0 +2,5 @@ +Thu Aug 18 20:37:30 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Remove linter and code coverage check from packaging tests + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tinycss2.spec ++++++ --- /var/tmp/diff_new_pack.3VU357/_old 2022-08-20 20:27:39.605185755 +0200 +++ /var/tmp/diff_new_pack.3VU357/_new 2022-08-20 20:27:39.609185765 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-tinycss2 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,9 +32,6 @@ BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pytest} -BuildRequires: %{python_module pytest-cov} -BuildRequires: %{python_module pytest-flake8} -BuildRequires: %{python_module pytest-isort} BuildRequires: %{python_module webencodings >= 0.4} # /SECTION Requires: python-webencodings >= 0.4 @@ -48,6 +45,7 @@ %prep %setup -q -n tinycss2-%{version} +sed -i 's/--isort//;s/--flake8//;s/--cov --no-cov-on-fail//' pyproject.toml %build %pyproject_wheel @@ -63,6 +61,7 @@ %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/tinycss* +%{python_sitelib}/tinycss2 +%{python_sitelib}/tinycss2-%{version}*-info %changelog