summaryrefslogtreecommitdiff
path: root/databases/py-peewee/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-02-16 08:53:54 +0000
committeradam <adam@pkgsrc.org>2022-02-16 08:53:54 +0000
commit2b78c44efa9309e24d5a4b2531f6ef6c090d4e4a (patch)
treef7487d713bfba5a76506374298061ccd5211fbf5 /databases/py-peewee/Makefile
parentdf512c31e8b4e6fff525f68734277a9aca596d18 (diff)
downloadpkgsrc-2b78c44efa9309e24d5a4b2531f6ef6c090d4e4a.tar.gz
py-peewee: updated to 3.14.9
3.14.9 Allow calling table_exists() with a model-class, refs Improve is_connection_usable() method of MySQLDatabase class. Better support for VIEWs with playhouse.dataset.DataSet and sqlite-web. Support INSERT / ON CONFLICT in playhosue.kv for newer Sqlite. Add ArrayField.contained_by() method, a corollary to contains() and the contains_any() methods. Support cyclical foreign-key relationships in reflection/introspection, and also for sqlite-web. Add magic methods for FTS5 field to optimize, rebuild and integrity check the full-text index. Add fallbacks in setup.py in the event distutils is not available.
Diffstat (limited to 'databases/py-peewee/Makefile')
-rw-r--r--databases/py-peewee/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-peewee/Makefile b/databases/py-peewee/Makefile
index ac209ffa114..cbe3d606e48 100644
--- a/databases/py-peewee/Makefile
+++ b/databases/py-peewee/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.81 2022/01/04 20:52:43 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2022/02/16 08:53:54 adam Exp $
-DISTNAME= peewee-3.14.8
+DISTNAME= peewee-3.14.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/peewee/}