calibre: update to 7.14.0.

This commit is contained in:
skmpz 2024-07-16 10:56:57 +03:00 committed by classabbyamp
parent 1f8a0c6085
commit 51c329878e
2 changed files with 2 additions and 13 deletions

View File

@ -1,11 +0,0 @@
--- a/src/templite/__init__.py
+++ b/src/templite/__init__.py
@@ -30,7 +30,7 @@ import sys, re
from polyglot.builtins import unicode_type
class Templite:
- auto_emit = re.compile('(^[\'\"])|(^[a-zA-Z0-9_\[\]\'\"]+$)')
+ auto_emit = re.compile('(^[\'\"])|(^[a-zA-Z0-9_\\[\\]\'\"]+$)')
def __init__(self, template, start='${', end='}$'):
if len(start) != 2 or len(end) != 2:

View File

@ -1,6 +1,6 @@
# Template file for 'calibre'
pkgname=calibre
version=7.13.0
version=7.14.0
revision=1
build_helper=python3
pycompile_dirs="/usr/lib/calibre/"
@ -36,7 +36,7 @@ license="GPL-3.0-only"
homepage="https://calibre-ebook.com"
changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.txt"
distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
checksum=b749d22ec4f75f932860784b8db469ab229b57a35d02a36ead28db72293f9fb4
checksum=de6710497363e67f2f46e7ab9c40870d138c06d8fd626f96e0f2128f91e2b1f6
python_version=3
lib32disabled=yes
nocross="python3 setup.py gui"