Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pikepdf
Commits:
e239b26f by Antonio Rojas at 2024-08-23T22:54:15+02:00
upgpkg: 9.2.0-1: Update to 9.2.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.1.2
+ pkgver = 9.2.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.1.2
- sha256sums =
f34f1a133f19260125031941dcf53ae2b2d4a5a097e59f52d4f3a253e0872336
+ source = git+https://github.com/pikepdf/pikepdf#tag=v9.2.0
+ sha256sums =
d160abe9b6f5450d4a476257b109487f31293635e044a45d60d20b853947fdb7
pkgname = python-pikepdf
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
pkgname=python-pikepdf
-pkgver=9.1.2
+pkgver=9.2.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=('f34f1a133f19260125031941dcf53ae2b2d4a5a097e59f52d4f3a253e0872336')
+sha256sums=('d160abe9b6f5450d4a476257b109487f31293635e044a45d60d20b853947fdb7')
build() {
cd pikepdf
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pikepdf/-/commit/e239b26ff11d51950c8f96b197e42713569a2be1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pikepdf/-/commit/e239b26ff11d51950c8f96b197e42713569a2be1
You're receiving this email because of your account on gitlab.archlinux.org.