pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/py-tortoise-orm



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov 25 13:04:12 UTC 2024

Modified Files:
        pkgsrc/databases/py-tortoise-orm: Makefile distinfo

Log Message:
py-tortoise-orm: updated to 0.22.1

0.22.1

Fixed

- Fix unable to use ManyToManyField if OneToOneField passed as Primary Key
- Fix sorting by Term (e.g. RawSQL)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/databases/py-tortoise-orm/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/py-tortoise-orm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/py-tortoise-orm/Makefile
diff -u pkgsrc/databases/py-tortoise-orm/Makefile:1.27 pkgsrc/databases/py-tortoise-orm/Makefile:1.28
--- pkgsrc/databases/py-tortoise-orm/Makefile:1.27      Wed Nov 20 12:53:23 2024
+++ pkgsrc/databases/py-tortoise-orm/Makefile   Mon Nov 25 13:04:12 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2024/11/20 12:53:23 adam Exp $
+# $NetBSD: Makefile,v 1.28 2024/11/25 13:04:12 adam Exp $
 
-DISTNAME=      tortoise_orm-0.22.0
+DISTNAME=      tortoise_orm-0.22.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tortoise-orm/}
@@ -13,7 +13,7 @@ LICENSE=      apache-2.0
 TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-aiosqlite>=0.16.0:../../databases/py-aiosqlite
 DEPENDS+=      ${PYPKGPREFIX}-iso8601>=2.1.0:../../time/py-iso8601
-DEPENDS+=      ${PYPKGPREFIX}-pypika-tortoise>=0.2.2:../../databases/py-pypika-tortoise
+DEPENDS+=      ${PYPKGPREFIX}-pypika-tortoise>=0.3.0:../../databases/py-pypika-tortoise
 DEPENDS+=      ${PYPKGPREFIX}-pytz>=2020.4:../../time/py-pytz
 # accel
 DEPENDS+=      ${PYPKGPREFIX}-ciso8601>=2.1.2:../../time/py-ciso8601

Index: pkgsrc/databases/py-tortoise-orm/distinfo
diff -u pkgsrc/databases/py-tortoise-orm/distinfo:1.22 pkgsrc/databases/py-tortoise-orm/distinfo:1.23
--- pkgsrc/databases/py-tortoise-orm/distinfo:1.22      Wed Nov 20 12:53:23 2024
+++ pkgsrc/databases/py-tortoise-orm/distinfo   Mon Nov 25 13:04:12 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2024/11/20 12:53:23 adam Exp $
+$NetBSD: distinfo,v 1.23 2024/11/25 13:04:12 adam Exp $
 
-BLAKE2s (tortoise_orm-0.22.0.tar.gz) = 10ada3cf6e04462687c5723bc28478b0d992d3e2ccfc3b82b89c73d8222e39c2
-SHA512 (tortoise_orm-0.22.0.tar.gz) = b2415e7870ecde02a0f1b6a2c5fe6d54a9f560f8ce63df25d2333596a36e9626f634a604265788bda2a9ca7f0c632e830093033b3fd39d02056cef15052105b7
-Size (tortoise_orm-0.22.0.tar.gz) = 143244 bytes
+BLAKE2s (tortoise_orm-0.22.1.tar.gz) = 9a09856cf21103ee18ca440b8d02dda869ab6e2f2759b65679af407d46cb430e
+SHA512 (tortoise_orm-0.22.1.tar.gz) = 43d8c57477950629950bf812480ea7f391f6dc7ca316fc356cd347dcf2353b27b6ab31506d6d6425f07bd050c89d1bd9c431ebfb27d79a5f22224eaa9b8cad57
+Size (tortoise_orm-0.22.1.tar.gz) = 143909 bytes



Home | Main Index | Thread Index | Old Index