14
0
forked from pool/python-peewee

- 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
This commit is contained in:
2018-07-20 15:21:32 +00:00
committed by Git OBS Bridge
parent 08eded5fee
commit 36c9b77a64

View File

@@ -1,6 +1,21 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 19 15:38:58 UTC 2018 - mcepl@suse.com 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 - Fixes tests
------------------------------------------------------------------- -------------------------------------------------------------------