Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pikepdf
Commits:
4ff3a62e by Antonio Rojas at 2024-10-27T20:35:18+01:00
upgpkg: 9.4.0-1: Update to 9.4.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pikepdf
pkgdesc = Read and write PDFs with Python, powered by qpdf
- pkgver = 9.3.0
+ pkgver = 9.4.0
pkgrel = 1
url = https://github.com/pikepdf/pikepdf
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = python-pikepdf
depends = python-packaging
depends = python-pillow
depends = qpdf
- source = git+https://github.com/pikepdf/pikepdf#tag=v9.3.0
- sha256sums =
7d2476edc561cca3234b7d91bc7c0f75bfe5738e88324c9cebd9caea2f14f2b2
+ source = git+https://github.com/pikepdf/pikepdf#tag=v9.4.0
+ sha256sums =
76522b5bcd77a8148632a6003bc776414fa02eb315e9cba092e09251cd06a734
pkgname = python-pikepdf
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
pkgname=python-pikepdf
-pkgver=9.3.0
+pkgver=9.4.0
pkgrel=1
pkgdesc='Read and write PDFs with Python, powered by qpdf'
arch=(x86_64)
@@ -27,7 +27,7 @@ checkdepends=(python-hypothesis
python-psutil
python-pytest-xdist)
source=(git+https://github.com/pikepdf/pikepdf#tag=v$pkgver)
-sha256sums=('7d2476edc561cca3234b7d91bc7c0f75bfe5738e88324c9cebd9caea2f14f2b2')
+sha256sums=('76522b5bcd77a8148632a6003bc776414fa02eb315e9cba092e09251cd06a734')
build() {
cd pikepdf
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pikepdf/-/commit/4ff3a62eefabc2f3c9708a5f2b7329a48607fe26
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pikepdf/-/commit/4ff3a62eefabc2f3c9708a5f2b7329a48607fe26
You're receiving this email because of your account on gitlab.archlinux.org.