GNU bug report logs -
#64899
[PATCH 0/1] Update sqlite-next (3.42.0) and python-apsw (3.42.0.1).
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Thu, 27 Jul 2023 14:36: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 64899 in the body.
You can then email your comments to 64899 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#64899
; Package
guix-patches
.
(Thu, 27 Jul 2023 14: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
.
(Thu, 27 Jul 2023 14:36:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello Guix!
This patch updates sqlite-next and python-apsw. They are put together since
the old python-apsw won't compile with the new sqlite-next.
Thanks
Hilton Chain (1):
gnu: python-apsw: Update to 3.42.0.1.
gnu/packages/databases.scm | 6 +++---
gnu/packages/sqlite.scm | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
base-commit: c7e45139faa27b60f2c7d0a4bc140f9793d97d47
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#64899
; Package
guix-patches
.
(Thu, 27 Jul 2023 14:38:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 64899 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/databases.scm (python-apsw): Update to 3.42.0.1.
* gnu/packages/sqlite.scm (sqlite-next): Update to 3.42.0.
---
gnu/packages/databases.scm | 6 +++---
gnu/packages/sqlite.scm | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 6e8fe4cfb6..c46a9db47d 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3705,7 +3705,7 @@ (define-public python-pickleshare
(define-public python-apsw
(package
(name "python-apsw")
- (version "3.40.0.0")
+ (version "3.42.0.1")
;; The compressed release has fetching functionality disabled.
(source
(origin
@@ -3715,11 +3715,11 @@ (define-public python-apsw
version "/apsw-" version ".zip"))
(sha256
(base32
- "02sgja00azvd08wi2wm105apmhp2644s7aw9b1zdg3dkcwjnsiad"))))
+ "0dr7zymn45x2793cilr709rnwn9g1c4n4vzln57y2lhj7420ykic"))))
(build-system pyproject-build-system)
(native-inputs
(list python-cython unzip))
- (inputs (list sqlite-next)) ;SQLite 3.40 required.
+ (inputs (list sqlite-next)) ;SQLite 3.42 required.
(arguments
(list
#:phases
diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index 2e727bd933..a4db47270d 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -115,10 +115,10 @@ (define-public sqlite
(define-public sqlite-next
(package
(inherit sqlite)
- (version "3.40.0")
+ (version "3.42.0")
(source (origin
(method url-fetch)
(uri (sqlite-uri version 2022))
(sha256
(base32
- "1rw0i63822pdkb3a16sqj4jdcp5zg0ffjmi26mshqw6jfqh5acq3"))))))
+ "19lc11fwl7jfv94hnjih0gr41jakz38ra23cbk5449vf3hbgvg3s"))))))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#64899
; Package
guix-patches
.
(Tue, 12 Sep 2023 07:50:02 GMT)
Full text and
rfc822 format available.
Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hilton Chain via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/databases.scm (python-apsw): Update to 3.42.0.1.
> * gnu/packages/sqlite.scm (sqlite-next): Update to 3.42.0.
> ---
> gnu/packages/databases.scm | 6 +++---
> gnu/packages/sqlite.scm | 4 ++--
> 2 files changed, 5 insertions(+), 5 deletions(-)
Personally I think we can't go down the route of trying to group changes
in to single commits to avoid breaking packages, as that would cause too
many problems for more complex changes.
Therefore, I've gone ahead and split this commit in two and pushed it to
master as d6ad06cd6c9d96735aea5fe98c7dbf27adec25db.
Thanks,
Chris
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Tue, 12 Sep 2023 07:50:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Hilton Chain <hako <at> ultrarare.space>
:
bug acknowledged by developer.
(Tue, 12 Sep 2023 07:50:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 10 Oct 2023 11:24:22 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 213 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.