community/py3-peewee: upgrade to 3.15.2
https://github.com/coleifer/peewee/releases/tag/3.15.2
3.15.2
- Fix bug where field-specific conversions were being applied to the pattern used for LIKE / ILIKE operations. Refs #2609
- Fix possible infinite loop when accidentally invoking the
__iter__
method on certainColumn
subclasses. Refs #2606- Add new helper for specifying which Model a particular selected column-like should be bound to, in queries with joins that select from multiple sources.