David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-pymupdf


Commits:
2721ea36 by David Runge at 2024-04-27T19:11:22+02:00
upgpkg: 1.24.2-1

Disable another broken test...

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-pymupdf
        pkgdesc = Python bindings for MuPDF's rendering library
-       pkgver = 1.24.1
-       pkgrel = 2
+       pkgver = 1.24.2
+       pkgrel = 1
        url = https://github.com/pymupdf/PyMuPDF
        arch = x86_64
        license = AGPL-3.0-or-later
@@ -24,11 +24,11 @@ pkgbase = python-pymupdf
        depends = python-mupdf
        optdepends = python-fonttools: for building font subsets using fontTools
        optdepends = python-pillow: for image file saving using pillow
-       source = 
PyMuPDF-1.24.1.tar.gz::https://github.com/pymupdf/PyMuPDF/archive/refs/tags/1.24.1.tar.gz
+       source = 
PyMuPDF-1.24.2.tar.gz::https://github.com/pymupdf/PyMuPDF/archive/refs/tags/1.24.2.tar.gz
        source = remove-clang-and-swig-dependencies.patch
-       sha512sums = 
98a9e4be1eca4bdd1b75c654e307ce6a9dfc28f9d1defa20a8c98f288d1ff11a96fc62af7df1741fff5567a1b9a21771e5ac80202afdc26da92ef5f7fa11f852
+       sha512sums = 
35fe5ac731aa3b6e8ca8c8468498d48cc8481eedd274b0067f7ca8586201a7a5128aff334ee934eff5214ba0b7f5825c07f30ced3587e43a6465dc7a261c6a27
        sha512sums = 
fb2da9db1ba9b34ecfe6556d912659c36f9603eefeaa9836d2b692f42952955a6de10d8629a8f2bafd813aaf678782aca12033031b6ccc52c1bc1a4ee5fb897c
-       b2sums = 
697e2c0a0e2ecb80505bcb63df6373de4aba1f39160608347fb0d38b3a1c8b67c18a969a89d7d9c0c3919a63aae50c9797588e8a6959157c8013eb4db690bedf
+       b2sums = 
9c63a42bad3c82580a7ea83419c9e903d7d9084399a681bb6af51392ffa594917d431f6086ba890cb5d3dfccd5ce4b09fb62d3c4fe01ce3978f3d95e335e8d24
        b2sums = 
8c4f93146385bd2e74b8245b4b8d8ece390ef97ad369602adcfcc56c8f9858f4c754886e290f0f6bfea1727fca6897715f3e8eeb961609fdad6fadf57493e354
 
 pkgname = python-pymupdf


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 
 _name=PyMuPDF
 pkgname=python-pymupdf
-pkgver=1.24.1
-pkgrel=2
+pkgver=1.24.2
+pkgrel=1
 pkgdesc="Python bindings for MuPDF's rendering library"
 arch=(x86_64)
 url="https://github.com/pymupdf/PyMuPDF";
@@ -41,9 +41,9 @@ source=(
   $_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz
   remove-clang-and-swig-dependencies.patch
 )
-sha512sums=('98a9e4be1eca4bdd1b75c654e307ce6a9dfc28f9d1defa20a8c98f288d1ff11a96fc62af7df1741fff5567a1b9a21771e5ac80202afdc26da92ef5f7fa11f852'
+sha512sums=('35fe5ac731aa3b6e8ca8c8468498d48cc8481eedd274b0067f7ca8586201a7a5128aff334ee934eff5214ba0b7f5825c07f30ced3587e43a6465dc7a261c6a27'
             
'fb2da9db1ba9b34ecfe6556d912659c36f9603eefeaa9836d2b692f42952955a6de10d8629a8f2bafd813aaf678782aca12033031b6ccc52c1bc1a4ee5fb897c')
-b2sums=('697e2c0a0e2ecb80505bcb63df6373de4aba1f39160608347fb0d38b3a1c8b67c18a969a89d7d9c0c3919a63aae50c9797588e8a6959157c8013eb4db690bedf'
+b2sums=('9c63a42bad3c82580a7ea83419c9e903d7d9084399a681bb6af51392ffa594917d431f6086ba890cb5d3dfccd5ce4b09fb62d3c4fe01ce3978f3d95e335e8d24'
         
'8c4f93146385bd2e74b8245b4b8d8ece390ef97ad369602adcfcc56c8f9858f4c754886e290f0f6bfea1727fca6897715f3e8eeb961609fdad6fadf57493e354')
 
 prepare() {
@@ -95,6 +95,8 @@ check() {
     # disable test that shells out to pip: 
https://github.com/pymupdf/PyMuPDF/issues/2950
     --deselect tests/test_font.py::test_fontarchive
     --deselect tests/test_general.py::test_subset_fonts
+    # some textbox stuff again
+    --deselect tests/test_textbox.py::test_textbox3
     # we do not care about flake8
     --deselect tests/test_flake8.py::test_flake8
     # no point testing code quality on our side



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymupdf/-/commit/2721ea36c833d1f5c7816d18a6041be7bfa832f0

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymupdf/-/commit/2721ea36c833d1f5c7816d18a6041be7bfa832f0
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to