15
0
forked from pool/python-lz4

Accepting request 940351 from home:bnavigator:python-rpm-macros

- update to 3.1.10:
  * LZ4FrameFile.write()/LZ4FrameDecompressor.decompress() handle
    buffer protocol correctly (#227, #228). Thanks to @judahrand.
  * Pass source_size kwarg through from frame.open to LZ4FrameFile
    instance (#224, #225). Thanks to @shawnperdue.
  * Add readall to LZ4FrameFile and use it on python 3.10 (#219,
    #220). Thanks to @vaartis.

OBS-URL: https://build.opensuse.org/request/show/940351
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=24
This commit is contained in:
2021-12-14 18:21:30 +00:00
committed by Git OBS Bridge
parent d52233b5d5
commit e8a5ee8673
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Dec 13 20:23:17 UTC 2021 - Ben Greiner <code@bnavigator.de>
- update to 3.1.10:
* LZ4FrameFile.write()/LZ4FrameDecompressor.decompress() handle
buffer protocol correctly (#227, #228). Thanks to @judahrand.
* Pass source_size kwarg through from frame.open to LZ4FrameFile
instance (#224, #225). Thanks to @shawnperdue.
* Add readall to LZ4FrameFile and use it on python 3.10 (#219,
#220). Thanks to @vaartis.
-------------------------------------------------------------------
Fri Nov 19 10:45:28 UTC 2021 - pgajdos@suse.com