Fix a regression in calibre 5 that broke conversion of some malformed CSS stylesheets. Fixes #1901593 [HTML to ePub error/fail](https://bugs.launchpad.net/calibre/+bug/1901593)

Bumps version of css-parser for the upstream fix, again. It's pretty
clear no one other than calibre uses cssutils/css-parser on python 3.
This commit is contained in:
Kovid Goyal 2020-10-28 09:07:26 +05:30
parent 5c3356264c
commit b19dd8881e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -572,8 +572,8 @@
{
"name": "css-parser",
"unix": {
"filename": "css-parser-1.0.5.tar.gz",
"hash": "sha256:665b7965bef0c9b86955be7a3383ca44e519b46affc7c6bca5002cbdbd0bf19f",
"filename": "css-parser-1.0.6.tar.gz",
"hash": "sha256:4ed448a8a5622edb1d30d616bbc4bd3d30f11be922343d7a92d7e418e324af2e",
"urls": ["pypi"]
}
},