Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pikepdf
Commits:
af00046a by Antonio Rojas at 2023-12-17T00:30:47+01:00
upgpkg: 8.10.0-1: Update to 8.10.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 = 8.9.0
+ pkgver = 8.10.0
pkgrel = 1
url = https://github.com/pikepdf/pikepdf
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = python-pikepdf
depends = python-packaging
depends = python-pillow
depends = qpdf
- source =
https://github.com/pikepdf/pikepdf/archive/v8.9.0/python-pikepdf-8.9.0.tar.gz
- sha256sums =
43a13926485f27fd8bf73272dd6eee57123b82564b8f0674ac3ed8c25e2fdf43
+ source =
https://github.com/pikepdf/pikepdf/archive/v8.10.0/python-pikepdf-8.10.0.tar.gz
+ sha256sums =
86cfabca0f17c36f985134ce78f892f5e0087061b10bb48c26518b22f8406737
pkgname = python-pikepdf
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
pkgname=python-pikepdf
-pkgver=8.9.0
+pkgver=8.10.0
pkgrel=1
pkgdesc='Read and write PDFs with Python, powered by qpdf'
arch=(x86_64)
@@ -28,7 +28,7 @@ checkdepends=(python-hypothesis
python-psutil
python-pytest-xdist)
source=(https://github.com/pikepdf/pikepdf/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('43a13926485f27fd8bf73272dd6eee57123b82564b8f0674ac3ed8c25e2fdf43')
+sha256sums=('86cfabca0f17c36f985134ce78f892f5e0087061b10bb48c26518b22f8406737')
build() {
cd pikepdf-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pikepdf/-/commit/af00046a6ad0c6fc61bbcac8ae5ea11f7cee077a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pikepdf/-/commit/af00046a6ad0c6fc61bbcac8ae5ea11f7cee077a
You're receiving this email because of your account on gitlab.archlinux.org.