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