Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-pypdf


Commits:
c28f1247 by Caleb Maclennan at 2025-12-22T16:57:13+03:00
upgpkg: 6.5.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-pypdf
        pkgdesc = Python library for manipulating pages of PDF files
-       pkgver = 6.4.2
-       pkgrel = 2
+       pkgver = 6.5.0
+       pkgrel = 1
        url = https://github.com/py-pdf/pypdf
        arch = any
        license = BSD-3-Clause
@@ -12,7 +12,7 @@ pkgbase = python-pypdf
        depends = python
        optdepends = python-cryptography
        optdepends = python-pillow
-       source = 
https://github.com/py-pdf/pypdf/archive/6.4.2/pypdf-6.4.2.tar.gz
-       sha256sums = 
871cce6500709929186fc2510db5551a6176e04ff4684bd8576233fde1f4ec98
+       source = 
https://github.com/py-pdf/pypdf/archive/6.5.0/pypdf-6.5.0.tar.gz
+       sha256sums = 
d8a744c7a696472d54b476eea26ce49e61caacd65b5c72680104e271b8cd4f64
 
 pkgname = python-pypdf


=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
 
 _pyname=pypdf
 pkgname=python-$_pyname
-pkgver=6.4.2
-pkgrel=2
+pkgver=6.5.0
+pkgrel=1
 pkgdesc='Python library for manipulating pages of PDF files'
 arch=(any)
 url="https://github.com/py-pdf/$_pyname";
@@ -19,7 +19,7 @@ optdepends=(python-cryptography
             python-pillow)
 _archive="$_pyname-$pkgver"
 source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('871cce6500709929186fc2510db5551a6176e04ff4684bd8576233fde1f4ec98')
+sha256sums=('d8a744c7a696472d54b476eea26ce49e61caacd65b5c72680104e271b8cd4f64')
 
 build() {
        cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pypdf/-/commit/c28f1247a8667a257025dee6547bf631c68a519d

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


Reply via email to