pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-peewee py-peewee: updated to 3.14.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c0c7c770559
branches:  trunk
changeset: 768667:8c0c7c770559
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 29 16:17:23 2021 +0000

description:
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.

diffstat:

 databases/py-peewee/Makefile |  4 ++--
 databases/py-peewee/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 32d432234e7d -r 8c0c7c770559 databases/py-peewee/Makefile
--- a/databases/py-peewee/Makefile      Fri Oct 29 16:16:41 2021 +0000
+++ b/databases/py-peewee/Makefile      Fri Oct 29 16:17:23 2021 +0000
@@ -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/}
diff -r 32d432234e7d -r 8c0c7c770559 databases/py-peewee/distinfo
--- a/databases/py-peewee/distinfo      Fri Oct 29 16:16:41 2021 +0000
+++ b/databases/py-peewee/distinfo      Fri Oct 29 16:17:23 2021 +0000
@@ -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