From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 75222@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#75222] [PATCH 2/2] gnu: patool: Update to 3.1.0.
Date: Tue, 31 Dec 2024 13:03:22 +0300 [thread overview]
Message-ID: <753eeb09c7641a26789afe5f2045bd4cd8b0aaab.1735639275.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1735639275.git.poptsov.artyom@gmail.com>
* 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@gmail.com>
;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@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
next prev parent reply other threads:[~2024-12-31 10:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-31 10:01 [bug#75222] [PATCH 0/2] gnu: patool: Update to 3.1.0 Artyom V. Poptsov
2024-12-31 10:03 ` [bug#75222] [PATCH 1/2] gnu: clzip: Update to 1.14 Artyom V. Poptsov
2024-12-31 10:03 ` Artyom V. Poptsov [this message]
2024-12-31 10:19 ` [bug#75222] [PATCH 0/2] gnu: patool: Update to 3.1.0 Sharlatan Hellseher
2024-12-31 10:35 ` bug#75222: " Artyom V. Poptsov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=753eeb09c7641a26789afe5f2045bd4cd8b0aaab.1735639275.git.poptsov.artyom@gmail.com \
--to=poptsov.artyom@gmail.com \
--cc=75222@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.