@@ -2984,16 +2984,16 @@ (define-public python-aiomysql
(define-public python-tortoise-orm
(package
(name "python-tortoise-orm")
- (version "0.17.8")
+ (version "0.18.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tortoise-orm" version))
(sha256
- (base32 "1gzgiypln7lck3p95vk3i8rdx1bjbmmlcpb8xpba8cjdjvlj0l0z"))))
+ (base32 "1c8xq3620z04i1yp8n6bfshi98qkjjydkbs3zld78a885p762wsk"))))
(build-system python-build-system)
- ;; The test suite relies on asynctest, which is abandoned and doesn't
- ;; support Python >= 3.8.
+ ;; The test suite relies on starlette, qart and some other unpackaged
+ ;; optional dependencies.
(arguments '(#:tests? #f))
(propagated-inputs
(list python-aiomysql
@@ -3006,7 +3006,7 @@ (define-public python-tortoise-orm
python-pytz
python-rapidjson
python-uvloop))
- (home-page "https://github.com/tortoise/tortoise-orm")
+ (home-page "https://tortoise.github.io")
(synopsis "Asynchronous Object Relational Mapper (ORM) for Python")
(description "Tortoise ORM is an easy-to-use asyncio ORM (Object
Relational Mapper) inspired by Django. Tortoise ORM was built with relations