pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-peewee



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 29 16:17:23 UTC 2021

Modified Files:
        pkgsrc/databases/py-peewee: Makefile distinfo

Log Message:
py-peewee: updated to 3.14.8

3.14.8

Back-out all changes to automatically use RETURNING for `SqliteExtDatabase`,
`CSqliteExtDatabase` and `APSWDatabase`. The issue I found is that when a
RETURNING cursor is not fully-consumed, any parent SAVEPOINT (and possibly
transaction) would not be able to be released. Since this is a
backwards-incompatible change, I am going to back it out for now.

Returning clause can still be specified for Sqlite, however it just needs to be
done so manually rather than having it applied automatically.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/databases/py-peewee/Makefile
cvs rdiff -u -r1.65 -r1.66 pkgsrc/databases/py-peewee/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-peewee/Makefile
diff -u pkgsrc/databases/py-peewee/Makefile:1.77 pkgsrc/databases/py-peewee/Makefile:1.78
--- pkgsrc/databases/py-peewee/Makefile:1.77    Wed Oct 27 15:25:37 2021
+++ pkgsrc/databases/py-peewee/Makefile Fri Oct 29 16:17:23 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2021/10/27 15:25:37 adam Exp $
+# $NetBSD: Makefile,v 1.78 2021/10/29 16:17:23 adam Exp $
 
-DISTNAME=      peewee-3.14.7
+DISTNAME=      peewee-3.14.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/peewee/}

Index: pkgsrc/databases/py-peewee/distinfo
diff -u pkgsrc/databases/py-peewee/distinfo:1.65 pkgsrc/databases/py-peewee/distinfo:1.66
--- pkgsrc/databases/py-peewee/distinfo:1.65    Wed Oct 27 15:25:37 2021
+++ pkgsrc/databases/py-peewee/distinfo Fri Oct 29 16:17:23 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.65 2021/10/27 15:25:37 adam Exp $
+$NetBSD: distinfo,v 1.66 2021/10/29 16:17:23 adam Exp $
 
-BLAKE2s (peewee-3.14.7.tar.gz) = fe82030d8ad95f7f1590a48183271920d3d876c2efb5095eb52573ada5212224
-SHA512 (peewee-3.14.7.tar.gz) = 5286ebe16a74ff635060fbdd4160c493c2b84458b3a8049de78444b6002e4d4ed356b6522e002104a937552f8b2c655fb925a2c8a6621ca9790c2acd424d7dfc
-Size (peewee-3.14.7.tar.gz) = 850296 bytes
+BLAKE2s (peewee-3.14.8.tar.gz) = e258ea4388d639c08ced97406afb2f64a8d0aba6c362ac0f148030c3c668acae
+SHA512 (peewee-3.14.8.tar.gz) = d6e1fdac6c889c9ef0ca5e7b93195a753283ac221ec179e591bbba793de97b83af23efddc0e2df510fe28044d0eef7d54207a8294890dc993ec1b8cffc63a8ac
+Size (peewee-3.14.8.tar.gz) = 850186 bytes
 SHA1 (patch-setup.py) = 59788f77a576274de46a2c090a9a0a6ede0e1166



Home | Main Index | Thread Index | Old Index