Hello community,
here is the log from the commit of package python-tinycss2 for openSUSE:Factory
checked in at 2020-05-28 09:07:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tinycss2 (Old)
and /work/SRC/openSUSE:Factory/.python-tinycss2.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tinycss2"
Thu May 28 09:07:13 2020 rev:5 rq:805999 version:1.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tinycss2/python-tinycss2.changes
2019-05-05 21:18:33.548809678 +0200
+++
/work/SRC/openSUSE:Factory/.python-tinycss2.new.3606/python-tinycss2.changes
2020-05-28 09:07:16.303690463 +0200
@@ -1,0 +2,9 @@
+Sat May 16 00:00:10 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- The fix for bsc#1130082 does not have an effect (anymore?).
+ New version of flake8 raises more failures.
+ Switch off flake8 tests by removing pytest-flake8 and the
+ corresponding pytest argument.
+- pytest-cov not needed
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-tinycss2.spec ++++++
--- /var/tmp/diff_new_pack.WChbhW/_old 2020-05-28 09:07:18.127695932 +0200
+++ /var/tmp/diff_new_pack.WChbhW/_new 2020-05-28 09:07:18.131695944 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-tinycss2
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,14 +24,12 @@
Summary: Low-level CSS parser for Python
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: https://github.com/Kozea/tinycss2
+URL: https://github.com/Kozea/tinycss2
Source:
https://files.pythonhosted.org/packages/source/t/tinycss2/tinycss2-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION test requirements
-BuildRequires: %{python_module pytest-cov}
-BuildRequires: %{python_module pytest-flake8}
BuildRequires: %{python_module pytest-isort}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module webencodings >= 0.4}
@@ -57,11 +55,14 @@
%check
export LANG=en_US.UTF-8
-%python_expand py.test-%{$python_bin_suffix} -v -k 'not FLAKE8-check'
+# remove pytest default args --flake8 and --isort
+rm setup.cfg
+%pytest --isort
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/tinycss2
+%{python_sitelib}/tinycss2-%{version}-*.egg-info
%changelog