Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pikepdf
Commits:
09551a64 by Antonio Rojas at 2024-02-02T16:21:30+01:00
upgpkg: 8.12.0-1: Update to 8.12.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = python-pikepdf
pkgdesc = Read and write PDFs with Python, powered by qpdf
- pkgver = 8.11.2
+ pkgver = 8.12.0
pkgrel = 1
url = https://github.com/pikepdf/pikepdf
arch = x86_64
- license = MPL2
+ license = MPL-2.0
checkdepends = python-hypothesis
checkdepends = python-psutil
checkdepends = python-pytest-xdist
@@ -23,7 +23,7 @@ pkgbase = python-pikepdf
depends = python-packaging
depends = python-pillow
depends = qpdf
- source =
https://github.com/pikepdf/pikepdf/archive/v8.11.2/python-pikepdf-8.11.2.tar.gz
- sha256sums =
5f338bf4a63145016952f3a1a94f57d8d81f9bd03df85596376fe2710e5d1115
+ source =
https://github.com/pikepdf/pikepdf/archive/v8.12.0/python-pikepdf-8.12.0.tar.gz
+ sha256sums =
5a75f096b8f907f29c0c856aea57ce2a6b595582e22720450c81176a1b9dbe6c
pkgname = python-pikepdf
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
# Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
pkgname=python-pikepdf
-pkgver=8.11.2
+pkgver=8.12.0
pkgrel=1
pkgdesc='Read and write PDFs with Python, powered by qpdf'
arch=(x86_64)
url='https://github.com/pikepdf/pikepdf'
-license=(MPL2)
+license=(MPL-2.0)
depends=(gcc-libs
glibc
python
@@ -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=('5f338bf4a63145016952f3a1a94f57d8d81f9bd03df85596376fe2710e5d1115')
+sha256sums=('5a75f096b8f907f29c0c856aea57ce2a6b595582e22720450c81176a1b9dbe6c')
build() {
cd pikepdf-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pikepdf/-/commit/09551a6458bde1b4857342a22243993a1067d21d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pikepdf/-/commit/09551a6458bde1b4857342a22243993a1067d21d
You're receiving this email because of your account on gitlab.archlinux.org.