From e0c9b3cdbcc1e07c21c2e547874f872b4b256cc3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 24 Oct 2020 12:51:20 +0530 Subject: [PATCH] Update version of css-parser Conversion: Fix regression in calibre 5 in the handling of @import() rules in stylesheets that import from directories above themselves. Fixes #1901278 [ebook-convert: Crash/File not found on CSS @import](https://bugs.launchpad.net/calibre/+bug/1901278) --- bypy/sources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index b237d36508..e6f766f751 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -572,8 +572,8 @@ { "name": "css-parser", "unix": { - "filename": "css-parser-1.0.4.tar.gz", - "hash": "sha256:c7ab355512ae51334ba6791a7e4d553f87bef17ba2026f1cc9bf3b17a7779d44", + "filename": "css-parser-1.0.5.tar.gz", + "hash": "sha256:665b7965bef0c9b86955be7a3383ca44e519b46affc7c6bca5002cbdbd0bf19f", "urls": ["pypi"] } },