GNU bug report logs - #63700
[PATCH] gnu: jc: Update to 1.23.2.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Wed, 24 May 2023 18:10:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63700 in the body.
You can then email your comments to 63700 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#63700; Package guix-patches. (Wed, 24 May 2023 18:10:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Greg Hogan <code <at> greghogan.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 24 May 2023 18:10:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: jc: Update to 1.23.2.
Date: Wed, 24 May 2023 18:09:48 +0000
* gnu/packages/admin.scm (jc): Update to 1.23.2.
[build-system]: Change to PYPROJECT-BUILD-SYSTEM.
[native-inputs]: Add python-pytest.
---
 gnu/packages/admin.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 8541775eb4..46f3612a05 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -85,6 +85,7 @@ (define-module (gnu packages admin)
   #:use-module (guix build-system meson)
   #:use-module (guix build-system perl)
   #:use-module (guix build-system python)
+  #:use-module (guix build-system pyproject)
   #:use-module (guix build-system qt)
   #:use-module (guix build-system ruby)
   #:use-module (guix build-system trivial)
@@ -4822,7 +4823,7 @@ (define-public pam-mount
 (define-public jc
   (package
     (name "jc")
-    (version "1.19.0")
+    (version "1.23.2")
     (source
      (origin
        ;; The PyPI tarball lacks the test suite.
@@ -4832,8 +4833,8 @@ (define-public jc
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "021zk0y8kb6v3qf3hwfg8qjzzmrca039nz3fjywiy2njmbhr8hyi"))))
-    (build-system python-build-system)
+        (base32 "17g2q0h3jwzfm80ldl8inpyh5y0qzzmgvyg10gkk1rp8i34wfgly"))))
+    (build-system pyproject-build-system)
     (arguments
      (list #:phases
            #~(modify-phases %standard-phases
@@ -4842,6 +4843,7 @@ (define-public jc
                  (lambda _
                    (substitute* (find-files "tests" "^test.*\\.py$")
                      (("America/Los_Angeles") "PST8PDT")))))))
+    (native-inputs (list python-pytest))
     (propagated-inputs
      (list python-pygments python-ruamel.yaml python-xmltodict))
     (home-page "https://github.com/kellyjonbrazil/jc")
-- 
2.40.1





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Fri, 26 May 2023 13:08:02 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Fri, 26 May 2023 13:08:02 GMT) Full text and rfc822 format available.

Message #10 received at 63700-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: Greg Hogan <code <at> greghogan.com>
Cc: 63700-done <at> debbugs.gnu.org
Subject: Re: bug#63700: [PATCH] gnu: jc: Update to 1.23.2.
Date: Fri, 26 May 2023 21:07:24 +0800
Greg Hogan <code <at> greghogan.com> writes:

> * gnu/packages/admin.scm (jc): Update to 1.23.2.

Pushed now, thank you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 24 Jun 2023 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 307 days ago.

Previous Next


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