Subject: CVS commit: pkgsrc/databases/py-peewee
From: Filip Hajny
Date: 2018-02-07 17:12:08
Message id: 20180207161209.0EB89FB40@cvs.NetBSD.org

Log Message:
Update databases/py-peewee to 3.0.13

3.0.13
- Fix bug where simple field aliases were being ignored.
- More strict about column type inference for postgres + pwiz.

3.0.12
- Fix queries of the form INSERT ... VALUES (SELECT...) so that
  sub-select is wrapped in parentheses.
- Improve model-graph resolution when selecting from multiple tables
  that are joined by foreign-keys, and an intermediate table is
  omitted from selection.
- Docs update to reflect deletion of post_init signal.

3.0.11
- Add note to changelog about cursor() method.
- Add hash method to postgres indexedfield subclasses.
- Add TableFunction to sqlite_ext module namespace.
- Fix bug regarding NOT IN queries where the right-hand-side is an
  empty set.
- Fallback implementations of bm25f and lucene search ranking
  algorithms.
- Fixed DecimalField issue.
- Fixed issue with BlobField when database is a Proxy object.

Files:
RevisionActionfile
1.21modifypkgsrc/databases/py-peewee/Makefile
1.20modifypkgsrc/databases/py-peewee/distinfo