From 36c9b77a64dc11f11bd61f3f9f868cf4cc67f3f890a820f355c7151eb33b4392 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 20 Jul 2018 15:21:32 +0000 Subject: [PATCH] - Update to 3.6.4: - bugfixes - works with python 3.7.0 - Support for specifying ROWS or RANGE window frame types. - Add APIs for user-defined window functions if using pysqlite3 and sqlite 3.25.0 or newer. - TimestampField now uses 64-bit integer data-type for storage. - Added support to pwiz and playhouse.reflection to enable generating models from VIEWs. - Added lower-level database API for introspecting VIEWs. - Revamped continuous integration setup for better coverage, including 3.7 and 3.8-dev. - Allow building C extensions even if Cython is not installed, by distributing pre-generated C source files. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-peewee?expand=0&rev=7 --- python-peewee.changes | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/python-peewee.changes b/python-peewee.changes index 7adf274..41ace9d 100644 --- a/python-peewee.changes +++ b/python-peewee.changes @@ -1,6 +1,21 @@ ------------------------------------------------------------------- Thu Jul 19 15:38:58 UTC 2018 - mcepl@suse.com +- Update to 3.6.4: + - bugfixes + - works with python 3.7.0 + - Support for specifying ROWS or RANGE window frame types. + - Add APIs for user-defined window functions if using + pysqlite3 and sqlite 3.25.0 or newer. + - TimestampField now uses 64-bit integer data-type for + storage. + - Added support to pwiz and playhouse.reflection to enable + generating models from VIEWs. + - Added lower-level database API for introspecting VIEWs. + - Revamped continuous integration setup for better coverage, + including 3.7 and 3.8-dev. + - Allow building C extensions even if Cython is not + installed, by distributing pre-generated C source files. - Fixes tests -------------------------------------------------------------------