Accepting request 699150 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/699150 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinycss2?expand=0&rev=4
This commit is contained in:
commit
1b96591083
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 26 07:27:51 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 12 15:24:03 UTC 2019 - Matěj Cepl <mcepl@suse.com>
|
Fri Apr 12 15:24:03 UTC 2019 - Matěj Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -17,8 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
Name: python-tinycss2
|
Name: python-tinycss2
|
||||||
Version: 0.6.1
|
Version: 1.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Low-level CSS parser for Python
|
Summary: Low-level CSS parser for Python
|
||||||
License: BSD-3-Clause
|
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'
|
%python_expand py.test-%{$python_bin_suffix} -v -k 'not FLAKE8-check'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGES README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7c53c2c0e914c7711c295b3101bcc78e0b7eda23ff20228a936efe11cdcc7136
|
|
||||||
size 59548
|
|
3
tinycss2-1.0.2.tar.gz
Normal file
3
tinycss2-1.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6427d0e3faa0a5e0e8c9f6437e2de26148a7a197a8b0992789f23d9a802788cf
|
||||||
|
size 57728
|
Loading…
Reference in New Issue
Block a user