diff --git a/python-tinycss2.changes b/python-tinycss2.changes index b5cd2f3..b103c2d 100644 --- a/python-tinycss2.changes +++ b/python-tinycss2.changes @@ -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 diff --git a/python-tinycss2.spec b/python-tinycss2.spec index b45d64a..7251a65 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -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}/* diff --git a/tinycss2-0.6.1.tar.gz b/tinycss2-0.6.1.tar.gz deleted file mode 100644 index f20ed67..0000000 --- a/tinycss2-0.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c53c2c0e914c7711c295b3101bcc78e0b7eda23ff20228a936efe11cdcc7136 -size 59548 diff --git a/tinycss2-1.0.2.tar.gz b/tinycss2-1.0.2.tar.gz new file mode 100644 index 0000000..972befb --- /dev/null +++ b/tinycss2-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6427d0e3faa0a5e0e8c9f6437e2de26148a7a197a8b0992789f23d9a802788cf +size 57728