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 3/3] gnu: python-tortoise-orm: Update to 0.20.0.
Date: Sat, 7 Oct 2023 23:39:38 +0200 [thread overview]
Message-ID: <3bd71c633c059f2673a70d8c906ddfd71a827e52.1696714778.git.goodoldpaul@autistici.org> (raw)
In-Reply-To: <fd60dc2bdabf20b750bd000c5b34becd85505fc0.1696714778.git.goodoldpaul@autistici.org>
* gnu/packages/databases.scm (python-tortoise-orm): Update to 0.20.0;
[source]: switch to git-fetched origin;
[build-system]: switch to pyproject-build-system;
[native-inputs]: add poetry.
---
gnu/packages/databases.scm | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 3e86f34510..b23b58f54f 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3076,17 +3076,22 @@ (define-public python-aiomysql
(define-public python-tortoise-orm
(package
(name "python-tortoise-orm")
- (version "0.19.1")
+ (version "0.20.0")
(source
(origin
- (method url-fetch)
- (uri (pypi-uri "tortoise-orm" version))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tortoise/tortoise-orm")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32 "17yk71dlx5ai98i6ivqgsplkwivdxackz9jfn6z42bpcdgbpiwhg"))))
- (build-system python-build-system)
+ (base32 "19rgyvs2y9gn27x71y7djdz6rb6bszgvprv55q1hr4266wy6g999"))))
+ (build-system pyproject-build-system)
;; The test suite relies on asynctest, which is abandoned and doesn't
;; support Python >= 3.8.
(arguments '(#:tests? #f))
+ (native-inputs
+ (list poetry))
(propagated-inputs
(list python-aiomysql
python-aiosqlite-0.17
--
2.41.0
next prev parent 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 ` [bug#66397] [PATCH 2/3] gnu: python-pypika-tortoise: Update to 0.1.6 Giacomo Leidi via Guix-patches via
2023-10-07 21:39 ` Giacomo Leidi via Guix-patches via [this message]
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=3bd71c633c059f2673a70d8c906ddfd71a827e52.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).