py-peewee: updated to 3.9.3

3.9.3
* Added cross-database support for NULLS FIRST/LAST when specifying the
  ordering for a query. Previously this was only supported for Postgres. Peewee
  will now generate an equivalent CASE statement for Sqlite and MySQL.
* Added [EXCLUDED](http://docs.peewee-orm.com/en/latest/peewee/api.html#EXCLUDED)
  helper for referring to the EXCLUDED namespace used with INSERT...ON CONFLICT
  queries, when referencing values in the conflicting row data.
* Added helper method to the model Metadata class for setting the table name
  at run-time. Setting the Model._meta.table_name directly may have appeared
  to work in some situations, but could lead to subtle bugs. The new API is
  Model._meta.set_table_name().
* Enhanced helpers for working with Peewee interactively, [see doc](http://docs.peewee-orm.com/en/latest/peewee/interactive.html).
* Fix cache invalidation bug in DataSet that was originally reported on the
  sqlite-web project.
* New example script implementing a [hexastore]
This commit is contained in:
adam 2019-03-24 10:39:47 +00:00
parent 1e388bbc46
commit dcdd93a1c5
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.53 2019/03/06 18:36:13 adam Exp $
# $NetBSD: Makefile,v 1.54 2019/03/24 10:39:47 adam Exp $
DISTNAME= peewee-3.9.2
DISTNAME= peewee-3.9.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/peewee/}

View file

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.47 2019/03/06 18:36:13 adam Exp $
$NetBSD: distinfo,v 1.48 2019/03/24 10:39:47 adam Exp $
SHA1 (peewee-3.9.2.tar.gz) = 6f1baed2e87ad8f3f74e73b621d3970ffcdb85e0
RMD160 (peewee-3.9.2.tar.gz) = ee00ca108c776b49b2f8fb69ef20378c4b879e74
SHA512 (peewee-3.9.2.tar.gz) = 942fa9079cb21ce6fb3da5c86087c1195865b82c5efd75f2cdccc89b9bc5ecb314f166da10da7dde32d4f744e02f130526d287b1102e3b804fdd8a53d085cc69
Size (peewee-3.9.2.tar.gz) = 2228493 bytes
SHA1 (peewee-3.9.3.tar.gz) = 26b88f4b8566a38ee0267b47636fc2f843933ccc
RMD160 (peewee-3.9.3.tar.gz) = 617505562a0a7ce4662a926dda3d89eb40ba3bce
SHA512 (peewee-3.9.3.tar.gz) = f190fa45541d7f0e4c133693f2b6b709bdfe62c1806aa0dcaf874a708e100c7cb8302f94c637437008353204726921973b9f39f6ab716666853d20eaf808ffc3
Size (peewee-3.9.3.tar.gz) = 2232112 bytes
SHA1 (patch-setup.py) = 2d4d9fde18df606b584dffe04aa9da22de3e4dcc