GNU bug report logs - #75222
[PATCH 0/2] gnu: patool: Update to 3.1.0.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Tue, 31 Dec 2024 10:03:02 UTC

Severity: normal

Tags: patch

Done: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 75222 <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 75222 <at> debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH 2/2] gnu: patool: Update to 3.1.0.
Date: Tue, 31 Dec 2024 13:03:22 +0300
* gnu/packages/patool.scm (patool): Update to 3.1.0.
[arguments]: Don't disable tests.

Change-Id: Ia9944fb6418e83350d7d973f6e81670139beafb1
---
 gnu/packages/patool.scm | 19 ++++---------------
 1 file changed, 4 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/patool.scm b/gnu/packages/patool.scm
index ccfbd11863..1c265c9e79 100644
--- a/gnu/packages/patool.scm
+++ b/gnu/packages/patool.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
 ;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus <at> gmail.com>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -37,30 +38,18 @@ (define-module (gnu packages patool)
 (define-public patool
   (package
     (name "patool")
-    (version "2.1.1")
+    (version "3.1.0")
     (source
      (origin
        (method git-fetch)               ;no test data in PyPI archive
        (uri (git-reference
              (url "https://github.com/wummel/patool")
-             (commit (string-append "upstream/" version))))
+             (commit version)))
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "09il0gq1xxlism30hx1aa06alz1xhrnhhwcjzx1znical0bp3q1r"))))
+         "1w20kiiq9ngy90lcgnjfjiwbp6zvf3vlhm34700ff8x85x9fknkr"))))
     (build-system pyproject-build-system)
-    (arguments
-     (list
-      #:test-flags
-      '(list "-k" (string-append
-                   ;; Disable failing tests.
-                   "not test_mime_file_compress"
-                   " and not test_mime_file_gzip"
-                   " and not test_mime_file_lzip"
-                   " and not test_bsdtar_gz_file"
-                   " and not test_py_tarfile_gz_file"
-                   " and not test_tar_gz_file"
-                   " and not test_tar_lzip_file"))))
     (native-inputs
      (list bzip2
            cabextract
-- 
2.47.1





This bug report was last modified 201 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.