GNU bug report logs - #62418
[PATCH 0/6] Update csvkit.

Previous Next

Package: guix-patches;

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

Date: Fri, 24 Mar 2023 13:19: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 62418 in the body.
You can then email your comments to 62418 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#62418; Package guix-patches. (Fri, 24 Mar 2023 13:19: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. (Fri, 24 Mar 2023 13:19: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 0/6] Update csvkit.
Date: Fri, 24 Mar 2023 13:09:52 +0000
python-leather, python-agate, and csvkit were failing to build for me on
the core-updates branch.

Greg Hogan (6):
  gnu: python-leather: Update to 0.3.4.
  gnu: python-agate-dbf: Update to 0.2.2.
  gnu: python-agate-sql: Update to 0.5.9.
  gnu: Add python-agate-locales.
  gnu: python-agate: Update to 1.7.1
  gnu: csvkit: Update to 1.1.1.

 gnu/packages/wireservice.scm | 30 +++++++++++++++++++-----------
 1 file changed, 19 insertions(+), 11 deletions(-)

-- 
2.40.0





Information forwarded to guix-patches <at> gnu.org:
bug#62418; Package guix-patches. (Fri, 24 Mar 2023 13:25:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 62418 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 3/6] gnu: python-agate-sql: Update to 0.5.9.
Date: Fri, 24 Mar 2023 13:23:28 +0000
* gnu/packages/wireservices.scm (python-agate-sql): Update to 0.5.9.
---
 gnu/packages/wireservice.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wireservice.scm b/gnu/packages/wireservice.scm
index bb2ad85cf8..5878142821 100644
--- a/gnu/packages/wireservice.scm
+++ b/gnu/packages/wireservice.scm
@@ -124,7 +124,7 @@ (define-public python-agate
 (define-public python-agate-sql
   (wireservice-package
    (name "python-agate-sql")
-   (version "0.5.7")
+   (version "0.5.9")
    (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -133,7 +133,7 @@ (define-public python-agate-sql
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "1q6ywm0wzkkwcwk0884k0lycf8k7pzwz94rzb1y5ssm8b1gl0i62"))))
+               "112q523w4jf3k8p4ynvjzfqa4j32ri34h2ppvicialp2lz5drvf0"))))
    (native-inputs
     `(("python-nose" ,python-nose)
       ("python-sphinx" ,python-sphinx)
-- 
2.40.0





Information forwarded to guix-patches <at> gnu.org:
bug#62418; Package guix-patches. (Fri, 24 Mar 2023 15:58:03 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 62418 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 6/6] gnu: csvkit: Update to 1.1.1.
Date: Fri, 24 Mar 2023 13:23:31 +0000
* gnu/packages/wireservice.scm (csvkit): Update to 1.1.1.
---
 gnu/packages/wireservice.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wireservice.scm b/gnu/packages/wireservice.scm
index ace3c17082..70b4fc0839 100644
--- a/gnu/packages/wireservice.scm
+++ b/gnu/packages/wireservice.scm
@@ -210,13 +210,13 @@ (define-public python-agate-excel
 (define-public csvkit
   (package
     (name "csvkit")
-    (version "1.0.5")
+    (version "1.1.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "csvkit" version))
               (sha256
                (base32
-                "1ffmbzk4rxnl1yhqfl58v7kvl5m9cbvjm8v7xp4mvr00sgs91lvv"))))
+                "08wj0hlmbdmklar12cjzqp91vcxzwifsvmgasszas8kbiyvvgpdy"))))
     (build-system python-build-system)
     (native-inputs
      (list python-psycopg2 ; to test PostgreSQL support
-- 
2.40.0





Information forwarded to guix-patches <at> gnu.org:
bug#62418; Package guix-patches. (Fri, 24 Mar 2023 16:07:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 62418 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 4/6] gnu: Add python-agate-locales.
Date: Fri, 24 Mar 2023 13:23:29 +0000
* gnu/packages/wireservice.scm (python-agate-locales): New variable.
---
 gnu/packages/wireservice.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/wireservice.scm b/gnu/packages/wireservice.scm
index 5878142821..f18f2b9ee7 100644
--- a/gnu/packages/wireservice.scm
+++ b/gnu/packages/wireservice.scm
@@ -26,6 +26,7 @@ (define-module (gnu packages wireservice)
   #:use-module (guix git-download)
   #:use-module (guix packages)
   #:use-module (gnu packages)
+  #:use-module (gnu packages base)
   #:use-module (gnu packages check)
   #:use-module (gnu packages databases)
   #:use-module (gnu packages python-web)
@@ -88,6 +89,12 @@ (define-public python-leather
    (description "Leather is a Python charting library for those who need
 charts now and don't care if they're perfect.")))
 
+(define python-agate-locales
+  (make-glibc-utf8-locales
+   glibc
+   #:locales (list "ko_KR")
+   #:name "python-agate-locales"))
+
 (define-public python-agate
   (wireservice-package
    (name "python-agate")
-- 
2.40.0





Information forwarded to guix-patches <at> gnu.org:
bug#62418; Package guix-patches. (Fri, 24 Mar 2023 16:15:01 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 62418 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 2/6] gnu: python-agate-dbf: Update to 0.2.2.
Date: Fri, 24 Mar 2023 13:23:27 +0000
* gnu/packages/wireservices.scm (python-agate-dbf): Update to 0.2.2.
---
 gnu/packages/wireservice.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wireservice.scm b/gnu/packages/wireservice.scm
index b8b2cff3f7..bb2ad85cf8 100644
--- a/gnu/packages/wireservice.scm
+++ b/gnu/packages/wireservice.scm
@@ -150,7 +150,7 @@ (define-public python-agate-sql
 (define-public python-agate-dbf
   (wireservice-package
    (name "python-agate-dbf")
-   (version "0.2.1")
+   (version "0.2.2")
    (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -159,7 +159,7 @@ (define-public python-agate-dbf
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "1y49fi6pmm7gzhajvqmfpcca2sqnwj24fqnsvzwk7r1hg2iaa2gi"))))
+               "03l3qlyw7588jhjjsiy15valqlzs8gjai8f74v18zv2za0zjqbzl"))))
    (native-inputs
     `(("python-nose" ,python-nose)
       ("python-sphinx" ,python-sphinx)
-- 
2.40.0





Information forwarded to guix-patches <at> gnu.org:
bug#62418; Package guix-patches. (Fri, 24 Mar 2023 16:20:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 62418 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 5/6] gnu: python-agate: Update to 1.7.1
Date: Fri, 24 Mar 2023 13:23:30 +0000
* gnu/packages/wireservices.scm (python-agate): Update to 1.7.1.
[native-inputs]: Add python-agate-locales.
---
 gnu/packages/wireservice.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wireservice.scm b/gnu/packages/wireservice.scm
index f18f2b9ee7..ace3c17082 100644
--- a/gnu/packages/wireservice.scm
+++ b/gnu/packages/wireservice.scm
@@ -98,7 +98,7 @@ (define python-agate-locales
 (define-public python-agate
   (wireservice-package
    (name "python-agate")
-   (version "1.6.1")
+   (version "1.7.1")
    (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -107,9 +107,10 @@ (define-public python-agate
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "077zj8xad8hsa3nqywvf7ircirmx3krxdipl8wr3dynv3l3khcpl"))))
+               "1wqyml7f70hr7zhgwvwqy4bdshlbcmp4jmyc5y12jyx10xp3sk7c"))))
    (native-inputs
-    `(("python-nose" ,python-nose)
+    `(("locales" ,python-agate-locales)
+      ("python-nose" ,python-nose)
       ("python-sphinx" ,python-sphinx)
       ("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)
       ("python-csselect" ,python-cssselect)
-- 
2.40.0





Information forwarded to guix-patches <at> gnu.org:
bug#62418; Package guix-patches. (Fri, 24 Mar 2023 16:24:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 62418 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 1/6] gnu: python-leather: Update to 0.3.4.
Date: Fri, 24 Mar 2023 13:23:26 +0000
* gnu/packages/wireservices.scm (python-leather): Update to 0.3.4.
---
 gnu/packages/wireservice.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wireservice.scm b/gnu/packages/wireservice.scm
index d315bc2d74..b8b2cff3f7 100644
--- a/gnu/packages/wireservice.scm
+++ b/gnu/packages/wireservice.scm
@@ -65,7 +65,7 @@ (define-syntax-rule (wireservice-package extra-fields ...)
 (define-public python-leather
   (wireservice-package
    (name "python-leather")
-   (version "0.3.3")
+   (version "0.3.4")
    (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -74,7 +74,7 @@ (define-public python-leather
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "1ck3dplni99sv4s117cbm07ydwwjsrxkhdy19rnk0iglia1d4s5i"))))
+               "00cg4cidl15q1xv2pmxdkia5brig7x0xy9hwf2mlf9cq39bpj1w6"))))
    (native-inputs
     `(("python-nose" ,python-nose)
       ("python-sphinx" ,python-sphinx)
-- 
2.40.0





Information forwarded to guix-patches <at> gnu.org:
bug#62418; Package guix-patches. (Fri, 07 Apr 2023 19:38:01 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 62418 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: Update to 13.1.
Date: Fri,  7 Apr 2023 19:37:38 +0000
* gnu/packages/gdb.scm (gdb-12): Rename to ...
(gdb-13): ... and update to 13.1.
(avr-gdb): Inherit from GDB-13.
---
 gnu/packages/gdb.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index fd0bc80e44..6f7b3929e3 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -149,17 +149,17 @@ (define-public gdb-11
 written in C, C++, Ada, Objective-C, Pascal and more.")
     (license gpl3+)))
 
-(define-public gdb-12
+(define-public gdb-13
   (package
     (inherit gdb-11)
-    (version "12.1")
+    (version "13.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gdb/gdb-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1vczsqcbh5y0gx7qrclpna0qzx26sk7lra6y8qzxam1biyzr65qf"))))))
+                "184m5rp5gfkf5i8b707l2hf238m2vmjx70jqn4mbx9k9ip0xanhi"))))))
 
 (define-public gdb
   ;; This is the fixed version that packages depend on.  Update it rarely
@@ -173,7 +173,7 @@ (define-public gdb-minimal
                   '("libxml2" "ncurses" "python-wrapper" "source-highlight")))))
 
 (define-public avr-gdb
-  (package/inherit gdb-12
+  (package/inherit gdb-13
     (name "avr-gdb")
     (arguments
      `(#:configure-flags
@@ -182,7 +182,7 @@ (define-public avr-gdb
              "--enable-languages=c,c++"
              "--with-system-readline"
              "--enable-source-highlight")
-       ,@(package-arguments gdb-12)))
+       ,@(package-arguments gdb-13)))
     (synopsis "The GNU Debugger for AVR")
     (description
      "GDB is the GNU debugger.  With it, you can monitor what a program is
-- 
2.40.0





Information forwarded to guix-patches <at> gnu.org:
bug#62418; Package guix-patches. (Sat, 08 Apr 2023 09:42:01 GMT) Full text and rfc822 format available.

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

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: Greg Hogan <code <at> greghogan.com>, 62418 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: Re: [bug#62418] [PATCH] gnu: Update to 13.1.
Date: Sat, 08 Apr 2023 11:40:22 +0200
Hi,

THe commit header line is:

    gnu: Update to 13.1.

and ’gdb’ seems missing.


On Fri, 07 Apr 2023 at 19:37, Greg Hogan <code <at> greghogan.com> wrote:
> * gnu/packages/gdb.scm (gdb-12): Rename to ...
> (gdb-13): ... and update to 13.1.
> (avr-gdb): Inherit from GDB-13.

Naive question, why GDB <at> 12 is removed and not instead GDB <at> 11?

Cheers,
simon




Information forwarded to guix-patches <at> gnu.org:
bug#62418; Package guix-patches. (Mon, 10 Apr 2023 18:37:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: Simon Tournier <zimon.toutoune <at> gmail.com>
Cc: 62418 <at> debbugs.gnu.org
Subject: Re: [bug#62418] [PATCH] gnu: Update to 13.1.
Date: Mon, 10 Apr 2023 14:36:18 -0400
On Sat, Apr 8, 2023 at 5:41 AM Simon Tournier <zimon.toutoune <at> gmail.com> wrote:
>
> Hi,
>
> THe commit header line is:
>
>     gnu: Update to 13.1.
>
> and ’gdb’ seems missing.

Good observation. Will submit a second version of the patch.

> On Fri, 07 Apr 2023 at 19:37, Greg Hogan <code <at> greghogan.com> wrote:
> > * gnu/packages/gdb.scm (gdb-12): Rename to ...
> > (gdb-13): ... and update to 13.1.
> > (avr-gdb): Inherit from GDB-13.
>
> Naive question, why GDB <at> 12 is removed and not instead GDB <at> 11?

gdb <at> 11 has 6811 dependent packages.




Information forwarded to guix-patches <at> gnu.org:
bug#62418; Package guix-patches. (Tue, 11 Apr 2023 08:38:01 GMT) Full text and rfc822 format available.

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

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: Greg Hogan <code <at> greghogan.com>
Cc: 62418 <at> debbugs.gnu.org
Subject: Re: [bug#62418] [PATCH] gnu: Update to 13.1.
Date: Tue, 11 Apr 2023 10:07:40 +0200
Hi,

On Mon, 10 Apr 2023 at 14:36, Greg Hogan <code <at> greghogan.com> wrote:

>> On Fri, 07 Apr 2023 at 19:37, Greg Hogan <code <at> greghogan.com> wrote:
>> > * gnu/packages/gdb.scm (gdb-12): Rename to ...
>> > (gdb-13): ... and update to 13.1.
>> > (avr-gdb): Inherit from GDB-13.
>>
>> Naive question, why GDB <at> 12 is removed and not instead GDB <at> 11?
>
> gdb <at> 11 has 6811 dependent packages.

Well, the usual way when several versions are around and when one is
used by many is to name the other with the suffix ’-next’.

See python-numpy-next, emacs-next, etc.


Cheers,
simon





Information forwarded to guix-patches <at> gnu.org:
bug#62418; Package guix-patches. (Tue, 11 Apr 2023 13:44:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: Simon Tournier <zimon.toutoune <at> gmail.com>
Cc: 62418 <at> debbugs.gnu.org
Subject: Re: [bug#62418] [PATCH] gnu: Update to 13.1.
Date: Tue, 11 Apr 2023 09:43:23 -0400
On Tue, Apr 11, 2023 at 4:37 AM Simon Tournier <zimon.toutoune <at> gmail.com> wrote:
>
> > gdb <at> 11 has 6811 dependent packages.
>
> Well, the usual way when several versions are around and when one is
> used by many is to name the other with the suffix ’-next’.
>
> See python-numpy-next, emacs-next, etc.

I had thought the preferred way was to suffix the internal version
with '/pinned' rather than suffixing and reverting the user-facing
package name, but hopefully the need to do this is significantly
reduced with the switch from core-updates and staging to feature
branches.

If it's an issue of stability or compatibility then '-next' is the
sensible approach.




Information forwarded to guix-patches <at> gnu.org:
bug#62418; Package guix-patches. (Tue, 18 Apr 2023 20:44:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 62418 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: gdb: Update to 13.1.
Date: Tue, 18 Apr 2023 20:43:19 +0000
Fix the patch summary / subject line.

* gnu/packages/gdb.scm (gdb-12): Rename to ...
(gdb-13): ... and update to 13.1.
(avr-gdb): Inherit from GDB-13.
---
 gnu/packages/gdb.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index fd0bc80e44..6f7b3929e3 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -149,17 +149,17 @@ (define-public gdb-11
 written in C, C++, Ada, Objective-C, Pascal and more.")
     (license gpl3+)))
 
-(define-public gdb-12
+(define-public gdb-13
   (package
     (inherit gdb-11)
-    (version "12.1")
+    (version "13.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gdb/gdb-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1vczsqcbh5y0gx7qrclpna0qzx26sk7lra6y8qzxam1biyzr65qf"))))))
+                "184m5rp5gfkf5i8b707l2hf238m2vmjx70jqn4mbx9k9ip0xanhi"))))))
 
 (define-public gdb
   ;; This is the fixed version that packages depend on.  Update it rarely
@@ -173,7 +173,7 @@ (define-public gdb-minimal
                   '("libxml2" "ncurses" "python-wrapper" "source-highlight")))))
 
 (define-public avr-gdb
-  (package/inherit gdb-12
+  (package/inherit gdb-13
     (name "avr-gdb")
     (arguments
      `(#:configure-flags
@@ -182,7 +182,7 @@ (define-public avr-gdb
              "--enable-languages=c,c++"
              "--with-system-readline"
              "--enable-source-highlight")
-       ,@(package-arguments gdb-12)))
+       ,@(package-arguments gdb-13)))
     (synopsis "The GNU Debugger for AVR")
     (description
      "GDB is the GNU debugger.  With it, you can monitor what a program is
-- 
2.40.0





Information forwarded to guix-patches <at> gnu.org:
bug#62418; Package guix-patches. (Tue, 18 Apr 2023 20:45:01 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: Simon Tournier <zimon.toutoune <at> gmail.com>
Cc: 62418 <at> debbugs.gnu.org
Subject: Re: [bug#62418] [PATCH] gnu: Update to 13.1.
Date: Tue, 18 Apr 2023 16:43:50 -0400
On Tue, Apr 11, 2023 at 9:43 AM Greg Hogan <code <at> greghogan.com> wrote:
>
> On Tue, Apr 11, 2023 at 4:37 AM Simon Tournier <zimon.toutoune <at> gmail.com> wrote:
> >
> > > gdb <at> 11 has 6811 dependent packages.
> >
> > Well, the usual way when several versions are around and when one is
> > used by many is to name the other with the suffix ’-next’.
> >
> > See python-numpy-next, emacs-next, etc.
>
> I had thought the preferred way was to suffix the internal version
> with '/pinned' rather than suffixing and reverting the user-facing
> package name, but hopefully the need to do this is significantly
> reduced with the switch from core-updates and staging to feature
> branches.
>
> If it's an issue of stability or compatibility then '-next' is the
> sensible approach.

I see that Ludo' added the '/pinned' suffix in core-updates 6b5c21e0.

This patch is successfully building on QA.




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 14 May 2023 21:01:02 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Sun, 14 May 2023 21:01:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Greg Hogan <code <at> greghogan.com>
Cc: 62418-done <at> debbugs.gnu.org, Alice BRENON <alice.brenon <at> ens-lyon.fr>,
 63295-done <at> debbugs.gnu.org
Subject: Re: bug#62418: [PATCH 0/6] Update csvkit.
Date: Sun, 14 May 2023 23:00:35 +0200
Hi Greg and Alice,

Greg Hogan <code <at> greghogan.com> skribis:

> python-leather, python-agate, and csvkit were failing to build for me on
> the core-updates branch.
>
> Greg Hogan (6):
>   gnu: python-leather: Update to 0.3.4.
>   gnu: python-agate-dbf: Update to 0.2.2.
>   gnu: python-agate-sql: Update to 0.5.9.
>   gnu: Add python-agate-locales.
>   gnu: python-agate: Update to 1.7.1
>   gnu: csvkit: Update to 1.1.1.

It’s been two months but I’ve finally applies this patch series.
Apologies for the delay!

Alice, if you see any further changes that should be made, please send
them as a separate patch on top of this.

Thank you!

Ludo’.




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

bug unarchived. Request was from Greg Hogan <code <at> greghogan.com> to control <at> debbugs.gnu.org. (Tue, 18 Jul 2023 19:34:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#62418; Package guix-patches. (Tue, 18 Jul 2023 19:35:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: 62418 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH v2] gnu: gdb: Update to 13.2.
Date: Tue, 18 Jul 2023 19:33:59 +0000
* gnu/packages/gdb.scm (gdb-12): Rename to ...
(gdb-13): ... and update to 13.2.
(avr-gdb): Inherit from GDB-13.
---
 gnu/packages/gdb.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index 34d081dc9e..6ab89d12a0 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -145,31 +145,31 @@ (define-public gdb/pinned
     (properties `((hidden? . #t)))
     (license gpl3+)))
 
-(define-public gdb-12
+(define-public gdb-13
   (package
     (inherit gdb/pinned)
-    (version "12.1")
+    (version "13.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gdb/gdb-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1vczsqcbh5y0gx7qrclpna0qzx26sk7lra6y8qzxam1biyzr65qf"))))
+                "02izi7msnnwiv0imbl7r3ll9hi1mi94jyg02dvdsncqqpsvynnzx"))))
     (properties '())))
 
 (define-public gdb
   ;; The "default" version.
-  gdb-12)
+  gdb-13)
 
 (define-public gdb-minimal
-  (package/inherit gdb-12
+  (package/inherit gdb-13
     (name "gdb-minimal")
     (inputs (fold alist-delete (package-inputs gdb)
                   '("libxml2" "ncurses" "python-wrapper" "source-highlight")))))
 
 (define-public avr-gdb
-  (package/inherit gdb-12
+  (package/inherit gdb-13
     (name "avr-gdb")
     (arguments
      `(#:configure-flags
@@ -178,7 +178,7 @@ (define-public avr-gdb
              "--enable-languages=c,c++"
              "--with-system-readline"
              "--enable-source-highlight")
-       ,@(package-arguments gdb-12)))
+       ,@(package-arguments gdb-13)))
     (synopsis "The GNU Debugger for AVR")
     (description
      "GDB is the GNU debugger.  With it, you can monitor what a program is
-- 
2.41.0





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

This bug report was last modified 1 year and 269 days ago.

Previous Next


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