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