GNU bug report logs - #72932
[PATCH 0/2] gnu: picard: Update to 2.12.2.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Sun, 1 Sep 2024 15:36:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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 72932 in the body.
You can then email your comments to 72932 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#72932; Package guix-patches. (Sun, 01 Sep 2024 15:36:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hilton Chain <hako <at> ultrarare.space>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 01 Sep 2024 15:36:02 GMT) Full text and rfc822 format available.

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

From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH 0/2] gnu: picard: Update to 2.12.2.
Date: Sun,  1 Sep 2024 23:33:50 +0800
This series updates package picard to 2.12.2, as its new dependency, a newer
version of python-charset-normalizer is also added.

Hilton Chain (2):
  gnu: Add python-charset-normalizer-3.
  gnu: picard: Update to 2.12.2.

 gnu/packages/music.scm      |  5 +++--
 gnu/packages/python-xyz.scm | 12 ++++++++++++
 2 files changed, 15 insertions(+), 2 deletions(-)


base-commit: e1c92c98f7afff13fb7060199ba0dd4d9c5c2c53
prerequisite-patch-id: 4e3ff0c99afaf274248ac18b899c3870f99a846c
prerequisite-patch-id: bdc76f30658e98588f74bd956d4859e6353672f7
prerequisite-patch-id: 4b4ad9449dc4ae9786c42193fb1237f63968f396
prerequisite-patch-id: 395fdfde8b9e7da90cf440016074ae32ce0d4069
prerequisite-patch-id: 479a14424e4531c453ed3c7ce735c6b8f77b26db
prerequisite-patch-id: cb2e326e8ae032c3dcc8e3bc9f7b4483eff0359d
prerequisite-patch-id: b30c933d7fbe30aebe660eb2cb97b85316b294e9
prerequisite-patch-id: 7af5407ecb71d89f0888f57aba956ffd8aadc7c8
prerequisite-patch-id: 553a7a0e54e809774d1c33e5847d4183052e027f
prerequisite-patch-id: 66a1f2daea0a365dd623eb501e8e5d64f95cf0d8
prerequisite-patch-id: 1f4f1e03d0a14d69f0b7bd38c45352d3da740112
prerequisite-patch-id: ed25ee0edfa1a953f15906a619a31d753abcc68a
prerequisite-patch-id: 39af2084d478edc408b86dc17b1974290af484da
prerequisite-patch-id: 9d07fea48cb08d20b43062940f573c94359d3651
prerequisite-patch-id: 347c60236ecb3d8f3e3e37dd560372fdd22b25eb
--
2.45.2




Information forwarded to lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org:
bug#72932; Package guix-patches. (Sun, 01 Sep 2024 15:41:02 GMT) Full text and rfc822 format available.

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

From: Hilton Chain <hako <at> ultrarare.space>
To: 72932 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH 1/2] gnu: Add python-charset-normalizer-3.
Date: Sun,  1 Sep 2024 23:39:18 +0800
* gnu/packages/python-xyz.scm (python-charset-normalizer-3): New variable.

Change-Id: I173ba9daa74882f021586b90f3ec3c63f2b62962
---
 gnu/packages/python-xyz.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a7688050e1..4f7b721e55 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17914,6 +17914,18 @@ (define-public python-charset-normalizer
 library provides codecs are supported.")
     (license license:expat)))
 
+(define-public python-charset-normalizer-3
+  (package
+    (inherit python-charset-normalizer)
+    (name "python-charset-normalizer")
+    (version "3.3.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "charset-normalizer" version))
+       (sha256
+        (base32 "1m9g0f513ng4dp2vd3smi4g2nmhqkjqh3bzcza14li947frkq37k"))))))
+
 (define-public python-docopt
   (package
     (name "python-docopt")
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#72932; Package guix-patches. (Sun, 01 Sep 2024 15:41:02 GMT) Full text and rfc822 format available.

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

From: Hilton Chain <hako <at> ultrarare.space>
To: 72932 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH 2/2] gnu: picard: Update to 2.12.2.
Date: Sun,  1 Sep 2024 23:39:19 +0800
* gnu/packages/music.scm (picard): Update to 2.12.2.
[inputs]: Add python-charset-normalizer-3.

Change-Id: I4dd177118e7f5a13ff8b6da941d62d52777e32c4
---
 gnu/packages/music.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index bc2d7f62f1..5067027f86 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3983,7 +3983,7 @@ (define-public pianobar
 (define-public picard
   (package
     (name "picard")
-    (version "2.11")
+    (version "2.12.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3991,7 +3991,7 @@ (define-public picard
                     "picard/picard-" version ".tar.gz"))
               (sha256
                (base32
-                "0ppq2n9jf8c8r8p9dkpcyipd2psr9hg0zbd5hcdsicili25336j4"))))
+                "01244105zy1f1g22ivhx9pjd1acqbkycfr9r44h70jyml5abc7z5"))))
     (build-system python-build-system)
     (arguments
      (list
@@ -4017,6 +4017,7 @@ (define-public picard
      (list gettext-minimal python-dateutil))
     (inputs
      (list chromaprint
+           python-charset-normalizer-3
            python-discid
            python-pyqt
            python-mutagen
-- 
2.45.2





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 19 Sep 2024 16:38:01 GMT) Full text and rfc822 format available.

Notification sent to Hilton Chain <hako <at> ultrarare.space>:
bug acknowledged by developer. (Thu, 19 Sep 2024 16:38:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 72932-done <at> debbugs.gnu.org
Subject: Re: [bug#72932] [PATCH 0/2] gnu: picard: Update to 2.12.2.
Date: Thu, 19 Sep 2024 18:37:07 +0200
Hilton Chain <hako <at> ultrarare.space> skribis:

>   gnu: Add python-charset-normalizer-3.
>   gnu: picard: Update to 2.12.2.

Applied, thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 18 Oct 2024 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 243 days ago.

Previous Next


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