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:           Sun Dec  8 21:46:35 UTC 2019

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/databases/py-peewee/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/py-peewee/PLIST
cvs rdiff -u -r1.54 -r1.55 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.62 pkgsrc/databases/py-peewee/Makefile:1.63
--- pkgsrc/databases/py-peewee/Makefile:1.62    Mon Nov 25 10:42:13 2019
+++ pkgsrc/databases/py-peewee/Makefile Sun Dec  8 21:46:35 2019
@@ -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/}

Index: pkgsrc/databases/py-peewee/PLIST
diff -u pkgsrc/databases/py-peewee/PLIST:1.20 pkgsrc/databases/py-peewee/PLIST:1.21
--- pkgsrc/databases/py-peewee/PLIST:1.20       Wed Oct  2 07:45:42 2019
+++ pkgsrc/databases/py-peewee/PLIST    Sun Dec  8 21:46:35 2019
@@ -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/_sqlite_udf.so
 ${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

Index: pkgsrc/databases/py-peewee/distinfo
diff -u pkgsrc/databases/py-peewee/distinfo:1.54 pkgsrc/databases/py-peewee/distinfo:1.55
--- pkgsrc/databases/py-peewee/distinfo:1.54    Mon Nov 25 10:42:13 2019
+++ pkgsrc/databases/py-peewee/distinfo Sun Dec  8 21:46:35 2019
@@ -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