1
0
python-tinycss2/python-tinycss2.changes

27 lines
968 B
Plaintext
Raw Normal View History

-------------------------------------------------------------------
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>
- bsc#1130082: Switch off FLAKE8-check test
-------------------------------------------------------------------
Tue Dec 4 12:55:17 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Thu May 24 03:58:19 UTC 2018 - toddrme2178@gmail.com
- Initial version