guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 9dc8fdf95ca230f41ff6704c46d224d57a55bf3b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 31 14:16:39 2025 +0000

    gnu: python-pyppmd: Update to 1.2.0.
    
    * gnu/packages/python-compression.scm (python-pyppmd): Update to 1.2.0.
    [arguments] <test-flags>: Ignore benchmarking tests.
    [native-inputs]: Remove python-coverage, python-hypothesis,
    python-pytest-cov, python-pytest-timeout, and python-wheel.
    
    Change-Id: Ib100bbf9ac672554d79375437c7bb90e447814df
---
 gnu/packages/python-compression.scm | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/python-compression.scm 
b/gnu/packages/python-compression.scm
index 622a22cb3c..9a8bb5131c 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -506,24 +506,21 @@ headers compressed with QPACK.")
 (define-public python-pyppmd
   (package
     (name "python-pyppmd")
-    (version "1.0.0")
+    (version "1.2.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "pyppmd" version))
               (sha256
                (base32
-                "03w4x26mar0ha73c3v39psn1i0k6xrzwmaxfsxysic73jz99np07"))))
+                "1z91l54ncsdglqv49fajaixld5kwnbgkjd4njvn32s6jy69ay16c"))))
     (build-system pyproject-build-system)
+    (arguments
+     (list #:test-flags #~(list "--ignore=tests/test_benchmark.py")))
     (native-inputs
-     (list python-coverage
-           python-hypothesis
-           python-pytest
+     (list python-pytest
            python-pytest-benchmark
-           python-pytest-cov
-           python-pytest-timeout
-           python-setuptools-scm
            python-setuptools
-           python-wheel))
+           python-setuptools-scm))
     (home-page "https://github.com/miurahr/pyppmd";)
     (synopsis "PPMd compression/decompression library")
     (description "Pyppmd provides classes and functions for compressing and

Reply via email to