Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-pikepdf


Commits:
01bbcdf3 by Antonio Rojas at 2025-04-05T18:41:14+02:00
upgpkg: 9.6.0-1: Upstream update

- - - - -


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.5.2
-       pkgrel = 2
+       pkgver = 9.6.0
+       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.5.2
-       sha256sums = 
9419d79dc287109ff7a6e5cc8e4fa4a1f13d2742b329285497aa08e14b8f4a9c
+       source = git+https://github.com/pikepdf/pikepdf#tag=v9.6.0
+       sha256sums = 
85dba9e03139afe31cf6764395f12d82110b1ead96ca103df45a714333162adf
 
 pkgname = python-pikepdf


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 # Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
 
 pkgname=python-pikepdf
-pkgver=9.5.2
-pkgrel=2
+pkgver=9.6.0
+pkgrel=1
 pkgdesc='Read and write PDFs with Python, powered by qpdf'
 arch=(x86_64)
 url='https://github.com/pikepdf/pikepdf'
@@ -27,7 +27,12 @@ checkdepends=(python-hypothesis
               python-psutil
               python-pytest-xdist)
 source=(git+https://github.com/pikepdf/pikepdf#tag=v$pkgver)
-sha256sums=('9419d79dc287109ff7a6e5cc8e4fa4a1f13d2742b329285497aa08e14b8f4a9c')
+sha256sums=('85dba9e03139afe31cf6764395f12d82110b1ead96ca103df45a714333162adf')
+
+prepare() {
+  cd pikepdf
+  git revert -n 6f3aada222b8becb05e56b7e0706238c16a5045e # Fix build with 
older setuptools
+}
 
 build() {
   cd pikepdf



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pikepdf/-/commit/01bbcdf365e12a06d8d52b2da0a3f31c794bd17a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pikepdf/-/commit/01bbcdf365e12a06d8d52b2da0a3f31c794bd17a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to