11
0

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:
Tomáš Chvátal
2019-04-29 07:08:17 +00:00
committed by Git OBS Bridge
parent 7902868e0e
commit c941f04498
4 changed files with 18 additions and 5 deletions

View File

@@ -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>

View File

@@ -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}/*

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6427d0e3faa0a5e0e8c9f6437e2de26148a7a197a8b0992789f23d9a802788cf
size 57728