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.13.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/a01248c2c1d1
branches: trunk
changeset: 405796:a01248c2c1d1
user: adam <adam%pkgsrc.org@localhost>
date: Sun Dec 08 21:46:35 2019 +0000
description:
py-peewee: updated to 3.13.1
3.13.1
Fix a regression when specifying keyword arguments to the atomic() or
transaction() helper methods. Note: this only occurs if you were using Sqlite
and were explicitly setting the lock_type= parameter.
3.13.0
CockroachDB support added
This will be a notable release as it adds support for
CockroachDB, a distributed, horizontally-scalable
SQL database.
CockroachDB usage overview
CockroachDB API documentation
Other features and fixes
Allow FOR UPDATE clause to specify one or more tables (FOR UPDATE OF...).
Support for Postgres LATERAL join.
Properly wrap exceptions raised during explicit commit/rollback in the appropriate peewee-specific exception class.
Capture original exception object and expose it as exc.orig on the wrapped exception.
Properly introspect SMALLINT columns in Postgres schema reflection.
More flexible handling of passing database-specific arguments to atomic() and transaction() context-manager/decorator.
Fix non-deterministic join ordering issue when using the filter() API across several tables
diffstat:
databases/py-peewee/Makefile | 4 ++--
databases/py-peewee/PLIST | 5 ++++-
databases/py-peewee/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (47 lines):
diff -r 8ac6a9f47d8d -r a01248c2c1d1 databases/py-peewee/Makefile
--- a/databases/py-peewee/Makefile Sun Dec 08 20:10:31 2019 +0000
+++ b/databases/py-peewee/Makefile Sun Dec 08 21:46:35 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2019/11/25 10:42:13 adam Exp $
+# $NetBSD: Makefile,v 1.63 2019/12/08 21:46:35 adam Exp $
-DISTNAME= peewee-3.12.0
+DISTNAME= peewee-3.13.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/peewee/}
diff -r 8ac6a9f47d8d -r a01248c2c1d1 databases/py-peewee/PLIST
--- a/databases/py-peewee/PLIST Sun Dec 08 20:10:31 2019 +0000
+++ b/databases/py-peewee/PLIST Sun Dec 08 21:46:35 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2019/10/02 07:45:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2019/12/08 21:46:35 adam Exp $
bin/pwiz-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -16,6 +16,9 @@
${PYSITELIB}/playhouse/apsw_ext.py
${PYSITELIB}/playhouse/apsw_ext.pyc
${PYSITELIB}/playhouse/apsw_ext.pyo
+${PYSITELIB}/playhouse/cockroachdb.py
+${PYSITELIB}/playhouse/cockroachdb.pyc
+${PYSITELIB}/playhouse/cockroachdb.pyo
${PYSITELIB}/playhouse/dataset.py
${PYSITELIB}/playhouse/dataset.pyc
${PYSITELIB}/playhouse/dataset.pyo
diff -r 8ac6a9f47d8d -r a01248c2c1d1 databases/py-peewee/distinfo
--- a/databases/py-peewee/distinfo Sun Dec 08 20:10:31 2019 +0000
+++ b/databases/py-peewee/distinfo Sun Dec 08 21:46:35 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.54 2019/11/25 10:42:13 adam Exp $
+$NetBSD: distinfo,v 1.55 2019/12/08 21:46:35 adam Exp $
-SHA1 (peewee-3.12.0.tar.gz) = 5acb32adf55ee6a166eeb7a97d4d935d89de2e0a
-RMD160 (peewee-3.12.0.tar.gz) = e1aa6a2e8224217ab64f11b4396f373cdf84b39a
-SHA512 (peewee-3.12.0.tar.gz) = d6afe0f27de9b2ce389907f57fc62d4b192614cbc70093ad8cbe18b635f93ca2eebc5da2cb2fe16ed2ec2b6469e294f20651dd832076664ff13304e37e51d161
-Size (peewee-3.12.0.tar.gz) = 2281198 bytes
+SHA1 (peewee-3.13.1.tar.gz) = f54ae7f85b657cbbd44477a2b708fb720451f247
+RMD160 (peewee-3.13.1.tar.gz) = f3e0cc75c6c63d58518eb1786d85a6f76a9bf7b7
+SHA512 (peewee-3.13.1.tar.gz) = 34ee10adeb23ca109b6d35e57524504bb5f48d369220afa1027a8d7417583b55acd9d2515afce9b697ad0cde1596ea8cb6a4573d757b9c862941b3f1ed6bda9d
+Size (peewee-3.13.1.tar.gz) = 843897 bytes
SHA1 (patch-setup.py) = 2d4d9fde18df606b584dffe04aa9da22de3e4dcc
Home |
Main Index |
Thread Index |
Old Index