George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-weasyprint
Commits:
1b917d99 by George Rawlinson at 2025-08-06T04:39:11+00:00
upgpkg: 66.0-1
* Skip failing tests.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-weasyprint
pkgdesc = Utility to render HTML and CSS to PDF
- pkgver = 65.1
+ pkgver = 66.0
pkgrel = 1
url = https://weasyprint.org/
arch = any
@@ -27,8 +27,8 @@ pkgbase = python-weasyprint
depends = python-tinyhtml5
depends = python-zopfli
depends = ttf-font
- source =
python-weasyprint::git+https://github.com/Kozea/WeasyPrint.git#tag=v65.1
- sha512sums =
5b08764528db4bfb66579d0ddc8b9b3429d7746559b0abb8f549a2ec3affdfcc419e8277b38dc82fb6eccb6933f6d5581c2ed27cc49af3ef7966855f10a4468a
- b2sums =
3b42d30499f6cf4880a2863fc56b343b9a33b3103874ec5db8a1eaa546dc521df4e53783f1b9e423f133d7ad51901a6fd2f917df5f9978b86e63b681f91dcce8
+ source =
python-weasyprint::git+https://github.com/Kozea/WeasyPrint.git#tag=v66.0
+ sha512sums =
61ed22944c5d35e7167d58f8c0f5a8183a51994083af319e9a1457bc83275759ed929cfc25eb6ad5a15e1f9f934a3854a22db2481b12c470be0ffdb07f75f4d8
+ b2sums =
71a7b1d6b1d4701e69461667f9cf7693ddb39407f51d284aa057d3d4eb4b7f61240900f7993354a2970b8aa48b0910e96c3319d1c1680d8f567f2d697b07c331
pkgname = python-weasyprint
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Florijan Hamzic <florijanh at gmail dot com>
pkgname=python-weasyprint
-pkgver=65.1
+pkgver=66.0
pkgrel=1
pkgdesc='Utility to render HTML and CSS to PDF'
arch=(any)
@@ -38,8 +38,8 @@ checkdepends=(
ttf-dejavu
)
source=("$pkgname::git+https://github.com/Kozea/WeasyPrint.git#tag=v$pkgver")
-sha512sums=('5b08764528db4bfb66579d0ddc8b9b3429d7746559b0abb8f549a2ec3affdfcc419e8277b38dc82fb6eccb6933f6d5581c2ed27cc49af3ef7966855f10a4468a')
-b2sums=('3b42d30499f6cf4880a2863fc56b343b9a33b3103874ec5db8a1eaa546dc521df4e53783f1b9e423f133d7ad51901a6fd2f917df5f9978b86e63b681f91dcce8')
+sha512sums=('61ed22944c5d35e7167d58f8c0f5a8183a51994083af319e9a1457bc83275759ed929cfc25eb6ad5a15e1f9f934a3854a22db2481b12c470be0ffdb07f75f4d8')
+b2sums=('71a7b1d6b1d4701e69461667f9cf7693ddb39407f51d284aa057d3d4eb4b7f61240900f7993354a2970b8aa48b0910e96c3319d1c1680d8f567f2d697b07c331')
prepare() {
cd "$pkgname"
@@ -60,6 +60,14 @@ check() {
local deselected=(
tests/draw/test_gradient.py::test_linear_gradients_5
tests/draw/test_gradient.py::test_linear_gradients_12
+ tests/draw/test_column.py::test_column_rule_normal
+ tests/draw/test_transform.py::test_2d_transform_1
+ tests/draw/test_transform.py::test_2d_transform_2
+ tests/draw/test_transform.py::test_2d_transform_3
+ tests/draw/test_transform.py::test_2d_transform_4
+ tests/draw/test_visibility.py::test_visibility_1
+ tests/draw/test_visibility.py::test_visibility_3
+ tests/draw/test_visibility.py::test_visibility_4
)
pytest ${deselected[@]/#/--deselect }
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-weasyprint/-/commit/1b917d993ca10de6605840d109559651ac9fb6d1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-weasyprint/-/commit/1b917d993ca10de6605840d109559651ac9fb6d1
You're receiving this email because of your account on gitlab.archlinux.org.