Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-weasyprint
Commits:
37b5605f by Caleb Maclennan at 2023-12-11T15:19:12+03:00
upgpkg: 60.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-weasyprint
pkgdesc = Utility to render HTML and CSS to PDF
- pkgver = 60.1
- pkgrel = 2
+ pkgver = 60.2
+ pkgrel = 1
url = https://weasyprint.org/
arch = any
license = BSD
@@ -25,7 +25,7 @@ pkgbase = python-weasyprint
depends = python-tinycss2
depends = python-zopfli
depends = ttf-font
- source =
python-weasyprint::git+https://github.com/Kozea/WeasyPrint.git#commit=01c5e972b9ff0e7afc0024f1f81b05366474c381
+ source =
python-weasyprint::git+https://github.com/Kozea/WeasyPrint.git#commit=fd9f1d98e2dbd501faae929fc1e48366fdeec080
b2sums = SKIP
pkgname = python-weasyprint
=====================================
PKGBUILD
=====================================
@@ -2,18 +2,10 @@
# Maintainer: George Rawlinson <[email protected]>
# Contributor: Florijan Hamzic <florijanh at gmail dot com>
-# At the time of releasing WeasyPrint 58.1, the current pydyf library (released
-# by the same team) was 0.5.0. WeasyPrint only specifies it with a minimum
-# version dependency, but it has since updated to 0.6.0 with many changes to
-# the output encoding. These break WeasyPrint's test suite completely. Ignore
-# tests until at least the next release cycle when the expectations are in
-# sync again.
-BUILDENV+=(!check)
-
pkgname=python-weasyprint
-pkgver=60.1
-_commit=01c5e972b9ff0e7afc0024f1f81b05366474c381
-pkgrel=2
+pkgver=60.2
+_commit=fd9f1d98e2dbd501faae929fc1e48366fdeec080
+pkgrel=1
pkgdesc='Utility to render HTML and CSS to PDF'
arch=('any')
url='https://weasyprint.org/'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-weasyprint/-/commit/37b5605f36ceac12583107badd75dceae89bcc26
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-weasyprint/-/commit/37b5605f36ceac12583107badd75dceae89bcc26
You're receiving this email because of your account on gitlab.archlinux.org.