Subject: CVS commit: pkgsrc/databases/py-peewee
From: Adam Ciarcinski
Date: 2019-01-08 09:37:59
Message id: 20190108083759.876EDFB16@cvs.NetBSD.org

Log Message:
py-peewee: updated to 3.8.1

3.8.1

New features
Sqlite SearchField now supports the match() operator, allowing full-text search \ 
to be performed on a single column (as opposed to the whole table).

Changes
Remove minimum passphrase restrictions in SQLCipher integration.

Bugfixes
Support inheritance of ManyToManyField instances.
Ensure operator overloads are invoked when generating filter expressions.
Fix incorrect scoring in Sqlite BM25, BM25f and Lucene ranking algorithms.
Support string field-names in data dictionary when performing an ON CONFLICT ... \ 
UPDATE query, which allows field-specific conversions to be applied.

Files:
RevisionActionfile
1.50modifypkgsrc/databases/py-peewee/Makefile
1.44modifypkgsrc/databases/py-peewee/distinfo
1.2modifypkgsrc/databases/py-peewee/patches/patch-setup.py