forked from pool/python-tinycss2
Accepting request 698073 from home:pgajdos
- version update to 1.0.2 * Don't crash when indent tokens have no lowercase equivalent name * Parse "--" ident tokens correctly * Drop Python 2.7, 3.3 and 3.4 support. * Allow leading double dash syntax for ident tokens, allowing CSS variables to be parsed correctly. * Force tests to parse JSON files as UTF-8. - python3 package only OBS-URL: https://build.opensuse.org/request/show/698073 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinycss2?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
7902868e0e
commit
c941f04498
@@ -17,8 +17,9 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-tinycss2
|
||||
Version: 0.6.1
|
||||
Version: 1.0.2
|
||||
Release: 0
|
||||
Summary: Low-level CSS parser for Python
|
||||
License: BSD-3-Clause
|
||||
@@ -59,7 +60,7 @@ export LANG=en_US.UTF-8
|
||||
%python_expand py.test-%{$python_bin_suffix} -v -k 'not FLAKE8-check'
|
||||
|
||||
%files %{python_files}
|
||||
%doc CHANGES README.rst
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
|
||||
|
Reference in New Issue
Block a user