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-11-21 15:28:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tinycss2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-tinycss2.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tinycss2"

Mon Nov 21 15:28:42 2022 rev:11 rq:1036852 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tinycss2/python-tinycss2.changes  
2022-11-01 13:41:05.139422862 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-tinycss2.new.1597/python-tinycss2.changes    
    2022-11-21 15:28:44.948390464 +0100
@@ -1,0 +2,7 @@
+Thu Nov 17 13:30:44 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Clean specfile
+- Requires Python >= 3.7, prevent failing build for 15.x targets
+- Update Summary and Description
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-tinycss2.spec ++++++
--- /var/tmp/diff_new_pack.jFvbjo/_old  2022-11-21 15:28:45.468393104 +0100
+++ /var/tmp/diff_new_pack.jFvbjo/_new  2022-11-21 15:28:45.472393124 +0100
@@ -16,16 +16,15 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 Name:           python-tinycss2
 Version:        1.2.1
 Release:        0
-Summary:        Low-level CSS parser for Python
+Summary:        A tiny CSS parser
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/Kozea/tinycss2
 Source:         
https://files.pythonhosted.org/packages/source/t/tinycss2/tinycss2-%{version}.tar.gz
+BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module flit-core}
 BuildRequires:  %{python_module pip}
 BuildRequires:  fdupes
@@ -40,12 +39,16 @@
 %python_subpackages
 
 %description
-TinyCSS2 is a rewrite of tinycss with a simpler API, based on the
-more recent CSS Syntax Level 3 specification.
+tinycss2 is a low-level CSS parser and generator written in Python:
+it can parse strings, return objects representing tokens and blocks,
+and generate CSS strings corresponding to these objects.
+
+Based on the CSS Syntax Level 3 specification, tinycss2 knows the
+grammar of CSS but doesn't know specific rules, properties or values
+supported in various CSS modules.
 
 %prep
 %setup -q -n tinycss2-%{version}
-sed -i 's/--isort//;s/--flake8//;s/--cov --no-cov-on-fail//' pyproject.toml
 
 %build
 %pyproject_wheel

Reply via email to