Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pikepdf
Commits:
ad8d27c4 by Antonio Rojas at 2025-01-04T00:08:01+01:00
upgpkg: 9.5.1-1: Update to 9.5.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pikepdf
pkgdesc = Read and write PDFs with Python, powered by qpdf
- pkgver = 9.4.2
- pkgrel = 2
+ pkgver = 9.5.1
+ pkgrel = 1
url = https://github.com/pikepdf/pikepdf
arch = x86_64
license = MPL-2.0
@@ -22,7 +22,7 @@ pkgbase = python-pikepdf
depends = python-packaging
depends = python-pillow
depends = qpdf
- source = git+https://github.com/pikepdf/pikepdf#tag=v9.4.2
- sha256sums =
a9b5d8e76e005198e4d56c845de36644723a715b895db61bcec93a69e0b6cd48
+ source = git+https://github.com/pikepdf/pikepdf#tag=v9.5.1
+ sha256sums =
6e2e9d864dfea9ff468b08131b54d6905bd67e153a739b1a03f791a31c0e7585
pkgname = python-pikepdf
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
pkgname=python-pikepdf
-pkgver=9.4.2
-pkgrel=2
+pkgver=9.5.1
+pkgrel=1
pkgdesc='Read and write PDFs with Python, powered by qpdf'
arch=(x86_64)
url='https://github.com/pikepdf/pikepdf'
@@ -27,7 +27,7 @@ checkdepends=(python-hypothesis
python-psutil
python-pytest-xdist)
source=(git+https://github.com/pikepdf/pikepdf#tag=v$pkgver)
-sha256sums=('a9b5d8e76e005198e4d56c845de36644723a715b895db61bcec93a69e0b6cd48')
+sha256sums=('6e2e9d864dfea9ff468b08131b54d6905bd67e153a739b1a03f791a31c0e7585')
build() {
cd pikepdf
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pikepdf/-/commit/ad8d27c4fa0bc34d115d44d72d93070c912c7d20
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pikepdf/-/commit/ad8d27c4fa0bc34d115d44d72d93070c912c7d20
You're receiving this email because of your account on gitlab.archlinux.org.