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