20
0
2026-05-19 15:57:51 +00:00
committed by Git OBS Bridge
parent 29794eaac7
commit 6000c30f10
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 19 15:57:42 UTC 2026 - Dirk Müller <dmueller@suse.com>
- enable tests
-------------------------------------------------------------------
Fri May 8 10:29:27 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
+5
View File
@@ -29,8 +29,10 @@ Source0: https://files.pythonhosted.org/packages/source/c/cssutils/cssuti
Source1: %{name}.rpmlintrc
BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module encutils}
BuildRequires: %{python_module jaraco.test}
BuildRequires: %{python_module more-itertools}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools >= 77}
BuildRequires: %{python_module setuptools_scm >= 3.4.1}
BuildRequires: %{python_module wheel}
@@ -52,6 +54,9 @@ A Python package to parse and build CSS Cascading Style Sheets. DOM only, not an
%build
%pyproject_wheel
%check
%pytest tests/
%install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/csscapture