GNU bug report logs - #71511
[PATCH] gnu: sqlite-next: Update to 3.46.0.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Wed, 12 Jun 2024 10:45:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.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 71511 in the body.
You can then email your comments to 71511 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#71511; Package guix-patches. (Wed, 12 Jun 2024 10:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 12 Jun 2024 10:45:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: sqlite-next: Update to 3.46.0.
Date: Wed, 12 Jun 2024 03:44:40 -0700
* gnu/packages/sqlite.scm (sqlite-next): Update to 3.46.0.

Change-Id: I77de92dff5a6a563089d45019ea2fb5745698f5d
---
 gnu/packages/sqlite.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index c51837d410..dd21db0921 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -116,10 +116,10 @@ (define-public sqlite
 (define-public sqlite-next
   (package
     (inherit sqlite)
-    (version "3.45.1")
+    (version "3.46.0")
     (source (origin
               (method url-fetch)
               (uri (sqlite-uri version 2024))
               (sha256
                (base32
-                "02lssjiwyvsrr80rp62n0msds0f7hq5y4lbni74k4nbs3f22g76d"))))))
+                "0zbs853s8ly693qdg0l7vs4shwn3plmvdczr2s478wsj6dxnm3kg"))))))

base-commit: 30f0faafc4b1cb092d50b58b38db7435c8dbcfeb
-- 
2.34.1





Information forwarded to guix-patches <at> gnu.org:
bug#71511; Package guix-patches. (Sun, 16 Jun 2024 14:51:01 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: 71511 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH v2 0/2] *** sqlite-next update with dependency ***
Date: Sun, 16 Jun 2024 07:48:56 -0700
*** sqlite-next update with dependency build fix, via update of that ***

Andy Tai (2):
  gnu: sqlite-next: Update to 3.46.0.
  gnu: python-apsw: Update to 3.46.0.0.

 gnu/packages/databases.scm | 4 ++--
 gnu/packages/sqlite.scm    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


base-commit: 612e4dd98f7d1d015e405af9d029bede3fe3c280
-- 
2.45.1





Information forwarded to guix-patches <at> gnu.org:
bug#71511; Package guix-patches. (Sun, 16 Jun 2024 14:51:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: 71511 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH v2 1/2] gnu: sqlite-next: Update to 3.46.0.
Date: Sun, 16 Jun 2024 07:48:57 -0700
* gnu/packages/sqlite.scm (sqlite-next): Update to 3.46.0.

Change-Id: I77de92dff5a6a563089d45019ea2fb5745698f5d
---
 gnu/packages/sqlite.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index c51837d410..dd21db0921 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -116,10 +116,10 @@ (define-public sqlite
 (define-public sqlite-next
   (package
     (inherit sqlite)
-    (version "3.45.1")
+    (version "3.46.0")
     (source (origin
               (method url-fetch)
               (uri (sqlite-uri version 2024))
               (sha256
                (base32
-                "02lssjiwyvsrr80rp62n0msds0f7hq5y4lbni74k4nbs3f22g76d"))))))
+                "0zbs853s8ly693qdg0l7vs4shwn3plmvdczr2s478wsj6dxnm3kg"))))))
-- 
2.45.1





Information forwarded to guix-patches <at> gnu.org:
bug#71511; Package guix-patches. (Sun, 16 Jun 2024 14:51:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: 71511 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH v2 2/2] gnu: python-apsw: Update to 3.46.0.0.
Date: Sun, 16 Jun 2024 07:48:58 -0700
* gnu/packages/databases.scm (python-apsw): Update to 3.46.0.0.

Change-Id: I1c6896910f78da77b071b4301762e85fa9f25546
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index f6e608d99a..3d2a9c309e 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3882,7 +3882,7 @@ (define-public python-pickleshare
 (define-public python-apsw
   (package
     (name "python-apsw")
-    (version "3.45.1.0")
+    (version "3.46.0.0")
     ;; The compressed release has fetching functionality disabled.
     (source
      (origin
@@ -3892,7 +3892,7 @@ (define-public python-apsw
              version "/apsw-" version ".zip"))
        (sha256
         (base32
-         "1vfrzb414pbh5k0cgcqkp039jvla2galapn4a551zgh8xi70bnrp"))))
+         "10yfbasi4mq63g0svyl1h49ylwn9znjylq78id16dzxzk9q9ipdx"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list unzip))
-- 
2.45.1





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Sat, 22 Jun 2024 17:00:02 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Sat, 22 Jun 2024 17:00:02 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: Andy Tai <atai <at> atai.org>
Cc: 71511-done <at> debbugs.gnu.org
Subject: Re: [bug#71511] [PATCH v2 0/2] *** sqlite-next update with
 dependency ***
Date: Sat, 22 Jun 2024 17:58:53 +0100
[Message part 1 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:

> *** sqlite-next update with dependency build fix, via update of that ***
>
> Andy Tai (2):
>   gnu: sqlite-next: Update to 3.46.0.
>   gnu: python-apsw: Update to 3.46.0.0.
>
>  gnu/packages/databases.scm | 4 ++--
>  gnu/packages/sqlite.scm    | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Thanks for the patches, I've pushed these to master as
b44692a233c4146d5f1a2923dda9cdb08917979a.

Chris
[signature.asc (application/pgp-signature, inline)]

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

This bug report was last modified 333 days ago.

Previous Next


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