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


Commits:
714eb1ef by Caleb Maclennan at 2025-02-10T16:32:16+03:00
upgpkg: 5.3.0-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 = 5.2.0
+       pkgver = 5.3.0
        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/5.2.0/pypdf-5.2.0.tar.gz
-       sha256sums = 
90b115e45cf384f067729f349cfaac90be542a01d3d40b49957de2ddc2784a44
+       source = 
https://github.com/py-pdf/pypdf/archive/5.3.0/pypdf-5.3.0.tar.gz
+       sha256sums = 
674f41970e238e7a6a9d4fc82dd762e94a42e836149ac243b36d5bd4eb697707
 
 pkgname = python-pypdf


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 
 _pyname=pypdf
 pkgname=python-$_pyname
-pkgver=5.2.0
+pkgver=5.3.0
 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=('90b115e45cf384f067729f349cfaac90be542a01d3d40b49957de2ddc2784a44')
+sha256sums=('674f41970e238e7a6a9d4fc82dd762e94a42e836149ac243b36d5bd4eb697707')
 
 build() {
        cd "$_archive"



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

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


Reply via email to