15
0
forked from pool/python-lz4

Accepting request 781885 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/781885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=6
This commit is contained in:
2020-03-05 22:25:21 +00:00
committed by Git OBS Bridge
parent c816a53b7c
commit 204f37ed1d
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Mar 5 14:04:27 UTC 2020 - pgajdos@suse.com
- version update to 3.0.2
Drops support for Python 2 (although some dead code remains for future removal)
Adds streams support thanks to the hard work of @tSed
Fixes a performance bug with the frame bindings - thanks to @bjonen for the careful report and reproducer
Adds Python 3.8 support
-------------------------------------------------------------------
Mon Jun 17 11:57:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>