Message ID | cover.1679080713.git.felgru@posteo.net |
---|---|
Headers |
Return-Path: <guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org> X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id A31F916EAA; Fri, 17 Mar 2023 19:21:25 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id E1AE416E4E for <patchwork@mira.cbaines.net>; Fri, 17 Mar 2023 19:21:22 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from <guix-patches-bounces@gnu.org>) id 1pdFdQ-0005aT-Bg; Fri, 17 Mar 2023 15:21:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1pdFdO-0005Zh-NT for guix-patches@gnu.org; Fri, 17 Mar 2023 15:21:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1pdFdO-0004EH-Fa for guix-patches@gnu.org; Fri, 17 Mar 2023 15:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1pdFdO-000427-2U for guix-patches@gnu.org; Fri, 17 Mar 2023 15:21:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#60838] [PATCH v2 0/7] Add datasette and python-sqlite-utils. Resent-From: Felix Gruber <felgru@posteo.net> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org> Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 17 Mar 2023 19:21:02 +0000 Resent-Message-ID: <handler.60838.B60838.167908081015318@debbugs.gnu.org> Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60838 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 60838@debbugs.gnu.org Cc: Felix Gruber <felgru@posteo.net> Received: via spool by 60838-submit@debbugs.gnu.org id=B60838.167908081015318 (code B ref 60838); Fri, 17 Mar 2023 19:21:02 +0000 Received: (at 60838) by debbugs.gnu.org; 17 Mar 2023 19:20:10 +0000 Received: from localhost ([127.0.0.1]:45661 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces@debbugs.gnu.org>) id 1pdFcX-0003z0-KI for submit@debbugs.gnu.org; Fri, 17 Mar 2023 15:20:09 -0400 Received: from mout02.posteo.de ([185.67.36.66]:34619) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <felgru@posteo.net>) id 1pdFcV-0003yS-96 for 60838@debbugs.gnu.org; Fri, 17 Mar 2023 15:20:08 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 27D962406DD for <60838@debbugs.gnu.org>; Fri, 17 Mar 2023 20:20:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1679080801; bh=iFmeqK3BjlOvvM7i4nMsGjzxhn1Emew+exe2GyZH2FM=; h=From:To:Cc:Subject:Date:From; b=PhKexv/joTL+kbtuoLfPX5rE77uSW/2OXcFL3pq44vmibPJo/98E/lLSoXurSp+yC BFTszXXjXEE2uHji+Wr0VNMkRVpYXgf87O+uQfaiUKd7cI0BjtmbBT79/82gZUm3DL kJ5hU2eCVEc3ljLIV1XTjCFaIdnKMw/6HxVHKJ54ugL7r9wU8ZrxVsTFfuHXvaD5xD +GI2FxM1HxuqdlqdPXvYCesrJ4tt+iMOxYw+DlebRK7pvvt2JNwmANrMr/YFOge/fY 9eXpgMegewq/q4bml63MS7ADCZj84BbWhYIu5NDLE8KtiAkkzgy924Cer4ImnGM597 uH46mNqh3h8yw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PdYqN31GWz6tm9; Fri, 17 Mar 2023 20:19:57 +0100 (CET) From: Felix Gruber <felgru@posteo.net> Date: Fri, 17 Mar 2023 19:19:14 +0000 Message-Id: <cover.1679080713.git.felgru@posteo.net> In-Reply-To: <20230115214753.25034-1-felgru@posteo.net> References: <20230115214753.25034-1-felgru@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: <guix-patches.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/guix-patches>, <mailto:guix-patches-request@gnu.org?subject=unsubscribe> List-Archive: <https://lists.gnu.org/archive/html/guix-patches> List-Post: <mailto:guix-patches@gnu.org> List-Help: <mailto:guix-patches-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/guix-patches>, <mailto:guix-patches-request@gnu.org?subject=subscribe> Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches |
Series |
Add datasette and python-sqlite-utils.
|
|
Message
Felix Gruber
March 17, 2023, 7:19 p.m. UTC
This new version of the patchset removes the commit to update python-janus which has already been updated to 1.0.0 on master since I originally sent my patches. It also updates datasette to its latest upstream version 0.64.2. Felix Gruber (7): gnu: Add python-click-default-group-wheel. gnu: Add python-sqlite-fts4. gnu: Add python-sqlite-utils. gnu: Add python-pluggy-next. gnu: Add python-asgi-lifespan. gnu: Add python-asgi-csrf. gnu: Add datasette. gnu/packages/databases.scm | 104 ++++++++++++++++++++++++++++++++++++ gnu/packages/python-web.scm | 50 ++++++++++++++++- gnu/packages/python-xyz.scm | 39 +++++++++++++- 3 files changed, 191 insertions(+), 2 deletions(-)
Comments
Hi Felix, Am Freitag, dem 17.03.2023 um 19:19 +0000 schrieb Felix Gruber: > This new version of the patchset removes the commit to update > python-janus which has already been updated to 1.0.0 on master since > I originally sent my patches. It also updates datasette to its latest > upstream version 0.64.2. > > Felix Gruber (7): > gnu: Add python-click-default-group-wheel. > gnu: Add python-sqlite-fts4. > gnu: Add python-sqlite-utils. > gnu: Add python-pluggy-next. > gnu: Add python-asgi-lifespan. > gnu: Add python-asgi-csrf. > gnu: Add datasette. Unless someone wants to do this first, I'll schedule this for upstreaming on April 2nd. Why the long delay? I have my own series depending on pluggy-next coming up and it'll require standard review time. Cheers