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