From b19dd8881ec5392986f932210e0a397576546ce6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 28 Oct 2020 09:07:26 +0530 Subject: [PATCH] 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. --- bypy/sources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index e6f766f751..0feae4a85f 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -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"] } },