From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A01A41581FD for ; Sat, 06 Sep 2025 17:51:57 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8D767341008 for ; Sat, 06 Sep 2025 17:51:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A96D7110571; Sat, 06 Sep 2025 17:51:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A477B110571 for ; Sat, 06 Sep 2025 17:51:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6935C340E96 for ; Sat, 06 Sep 2025 17:51:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6EA938D0 for ; Sat, 06 Sep 2025 17:51:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1757181005.cbd85133657bc6434bd1caae001abd4094feccd2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/weasyprint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/weasyprint/Manifest dev-python/weasyprint/weasyprint-66.0.ebuild X-VCS-Directories: dev-python/weasyprint/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cbd85133657bc6434bd1caae001abd4094feccd2 X-VCS-Branch: master Date: Sat, 06 Sep 2025 17:51:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: be295dcf-53de-4ec2-ab31-84a0895d2a10 X-Archives-Hash: ee09954361091b0d4fea5abb9812f486 commit: cbd85133657bc6434bd1caae001abd4094feccd2 Author: Michał Górny gentoo org> AuthorDate: Sat Sep 6 16:09:42 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 6 17:50:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd85133 dev-python/weasyprint: Verify provenance Signed-off-by: Michał Górny gentoo.org> dev-python/weasyprint/Manifest | 1 + dev-python/weasyprint/weasyprint-66.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/weasyprint/Manifest b/dev-python/weasyprint/Manifest index 85c89b15fcde..ab403c280cb2 100644 --- a/dev-python/weasyprint/Manifest +++ b/dev-python/weasyprint/Manifest @@ -1 +1,2 @@ DIST weasyprint-66.0.tar.gz 504224 BLAKE2B 2090b07fa06df89c847c4037fa2b7276bde2866b61e7b54b09d94658a2be3f988128619fa645569194f5087531a5403281e6d2bc926f18e8b5fe4f79dddc3ee9 SHA512 850996c6934156f4d4fca12cc052a8346b85aeadf1a3d99763e20a6ddabd2b93a39983615990e0e680a942c63c09563effa9b66abc5bf0c368963737ddf66264 +DIST weasyprint-66.0.tar.gz.provenance 9133 BLAKE2B 11ffc967072d8950d35ac3b9057a642a913626331abf7f326c6766f5dd9d6483c79e34ddf221b856e224e7162b76c830db847e9282f5f63d29d0d361eccd887d SHA512 d336e3f6db27ae2b40d39a2ed9108f151afb219746a2e3ba1081e4be6d6c66acf8b168b15bafa8b5298148750f2d999b81b72b516ba33bf334d0a001dfd22364 diff --git a/dev-python/weasyprint/weasyprint-66.0.ebuild b/dev-python/weasyprint/weasyprint-66.0.ebuild index 26e3ce303343..725aba0f43af 100644 --- a/dev-python/weasyprint/weasyprint-66.0.ebuild +++ b/dev-python/weasyprint/weasyprint-66.0.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit +PYPI_VERIFY_REPO=https://github.com/Kozea/WeasyPrint PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 pypi