15
0
forked from pool/python-lz4

Accepting request 1070961 from home:bnavigator:branches:devel:languages:python:numeric

- Update to v4.3.2
  * Fixups by @jonathanunderwood in #266
- Release 4.0.1
  * Add flush method to LZ4FrameFile by @pedrovhb in #245
- Release 4.0.0
  * This release relegates the stream bindings to experimental
    status and disables them in all wheel builds. This was necessary
    as the test suite was causing build failures on multiple
    architectures. These bindings are currently in an unmaintained
    state.
- Clean specfile and test suite setup

OBS-URL: https://build.opensuse.org/request/show/1070961
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=25
This commit is contained in:
2023-03-13 08:05:43 +00:00
committed by Git OBS Bridge
parent e8a5ee8673
commit 67332a323a
4 changed files with 30 additions and 20 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Mar 12 03:00:40 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to v4.3.2
* Fixups by @jonathanunderwood in #266
- Release 4.0.1
* Add flush method to LZ4FrameFile by @pedrovhb in #245
- Release 4.0.0
* This release relegates the stream bindings to experimental
status and disables them in all wheel builds. This was necessary
as the test suite was causing build failures on multiple
architectures. These bindings are currently in an unmaintained
state.
- Clean specfile and test suite setup
-------------------------------------------------------------------
Mon Dec 13 20:23:17 UTC 2021 - Ben Greiner <code@bnavigator.de>