unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Giacomo Leidi via Guix-patches via <guix-patches@gnu.org>
To: 66397@debbugs.gnu.org
Cc: Giacomo Leidi <goodoldpaul@autistici.org>
Subject: [bug#66397] [PATCH 2/3] gnu: python-pypika-tortoise: Update to 0.1.6.
Date: Sat,  7 Oct 2023 23:39:37 +0200	[thread overview]
Message-ID: <aa790e871efb2a5f0a64ca550a66751cf809a524.1696714778.git.goodoldpaul@autistici.org> (raw)
In-Reply-To: <fd60dc2bdabf20b750bd000c5b34becd85505fc0.1696714778.git.goodoldpaul@autistici.org>

* gnu/packages/databases.scm (python-pypika-tortoise): Update to 0.1.6;
[build-system]: switch to pyproject-build-system;
[native-inputs]: add poetry.
---
 gnu/packages/databases.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index f458af2e1a..3e86f34510 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2972,14 +2972,16 @@ (define-public python-peewee
 (define-public python-pypika-tortoise
   (package
     (name "python-pypika-tortoise")
-    (version "0.1.5")
+    (version "0.1.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pypika-tortoise" version))
        (sha256
-        (base32 "0j20574s2yrq8d7fav3816vj1nfpihkm2mj8jzh2ank4zixp8brf"))))
-    (build-system python-build-system)
+        (base32 "0dmzpsnlqjjz0vm0r9xjk69xfsm235bpnk3jccr8ww4s8y7qc0nq"))))
+    (build-system pyproject-build-system)
+    (native-inputs
+     (list poetry))
     (home-page "https://github.com/tortoise/pypika-tortoise")
     (synopsis "Pypika fork for tortoise-orm")
     (description "Pypika-tortoise is a fork of pypika which has been
-- 
2.41.0





  reply	other threads:[~2023-10-07 21:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-07 21:17 [bug#66397] [PATCH] Fix and update python-tortoise-orm paul via Guix-patches via
2023-10-07 21:39 ` [bug#66397] [PATCH 1/3] gnu: Fix python-tortoise-orm's sanity-check Giacomo Leidi via Guix-patches via
2023-10-07 21:39   ` Giacomo Leidi via Guix-patches via [this message]
2023-10-07 21:39   ` [bug#66397] [PATCH 3/3] gnu: python-tortoise-orm: Update to 0.20.0 Giacomo Leidi via Guix-patches via
2023-10-23 22:01 ` bug#66397: [PATCH] Fix and update python-tortoise-orm Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aa790e871efb2a5f0a64ca550a66751cf809a524.1696714778.git.goodoldpaul@autistici.org \
    --to=guix-patches@gnu.org \
    --cc=66397@debbugs.gnu.org \
    --cc=goodoldpaul@autistici.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).