Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-pypdf
Commits:
e285ab4e by Caleb Maclennan at 2026-03-03T13:56:26+03:00
upgpkg: 6.7.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pypdf
pkgdesc = Python library for manipulating pages of PDF files
- pkgver = 6.7.4
+ pkgver = 6.7.5
pkgrel = 1
url = https://github.com/py-pdf/pypdf
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-pypdf
depends = python
optdepends = python-cryptography
optdepends = python-pillow
- source =
https://github.com/py-pdf/pypdf/archive/6.7.4/pypdf-6.7.4.tar.gz
- sha256sums =
aba8e22951207b676e7fd18964f491e8082e218c4d395e755dace128fd4ff285
+ source =
https://github.com/py-pdf/pypdf/archive/6.7.5/pypdf-6.7.5.tar.gz
+ sha256sums =
cfe229bdf7f80c74e5888fab506603eee925c62791b68faad087e27c5f079059
pkgname = python-pypdf
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
_pyname=pypdf
pkgname=python-$_pyname
-pkgver=6.7.4
+pkgver=6.7.5
pkgrel=1
pkgdesc='Python library for manipulating pages of PDF files'
arch=(any)
@@ -19,7 +19,7 @@ optdepends=(python-cryptography
python-pillow)
_archive="$_pyname-$pkgver"
source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('aba8e22951207b676e7fd18964f491e8082e218c4d395e755dace128fd4ff285')
+sha256sums=('cfe229bdf7f80c74e5888fab506603eee925c62791b68faad087e27c5f079059')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pypdf/-/commit/e285ab4e95e2a97071019d2937dd95ab8aeeed55
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pypdf/-/commit/e285ab4e95e2a97071019d2937dd95ab8aeeed55
You're receiving this email because of your account on gitlab.archlinux.org.