14
0
forked from pool/python-lz4

Accepting request 512351 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/512351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=1
This commit is contained in:
2017-07-28 07:47:58 +00:00
committed by Git OBS Bridge
parent ce12951f87
commit 1edf545cf5
4 changed files with 18 additions and 92 deletions

View File

@@ -1,62 +1,3 @@
-------------------------------------------------------------------
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>
- Update to 2.1.10:
* Cleanup some code in _block.c to suppress some compiler warnings
* Add some more detail to the install docs
-------------------------------------------------------------------
Thu Feb 7 18:37:13 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Disable tests. They timeout randomly.
-------------------------------------------------------------------
Tue Feb 5 18:37:24 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Version update to 2.1.6
* This release contains no user facing changes, but does include a built wheel built for Python 2.7 on OSX.
* This release follows some re-working of the CI/CD infrastructure, and integration with the codecov service.
- Version update to 2.1.5
* This release contains no functional changes other than changes to the Appveyor configuration for publishing wheels.
- Version update to 2.1.4
* This release contains no functional changes other than changes to the Travis configuration for publishing wheels.
- Version update to 2.1.3
* A simplification of the tox.ini file (thanks to @jdufresne)
* More robust checking for pkgconfig availability (#158, thanks to @raymondEhlers)
* Integration of cibuildwheel into travis builds so as to build and publish binary wheels for Linux and OSX (fixes #99 , #144 , #153)
* Only require pytest-runner if pytest/test is being called (fixes #161)
* Blacklists version 3.3.0 of pytest which has a bug that can cause the tests to fail.
- Version update to 2.1.2
* Improves the speed of importing the module by avoiding the use of pkg_resources (#154) - thanks to @cgohike)
* Fixes some flake8 warnings
* Resolves a small issue with the test suite when detecting memory usage increases
-------------------------------------------------------------------
Thu Oct 25 12:35:12 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Version update to 2.1.1:
* fixes a bug with the block format compression/decompression
* the handling of errors for block decompression when uncompressed_size > 0
* introduce a new exception: LZ4BlockError which is raised whenever the LZ4 library fails
-------------------------------------------------------------------
Fri Jul 20 08:09:49 UTC 2018 - tchvatal@suse.com
- Version update to 2.0.2:
* Tests moved to pytest
* Upstream does not provide changelog except git log
* Many tests were added fixing various crashes
- Enable tests
-------------------------------------------------------------------
Fri Jul 21 08:27:32 UTC 2017 - aloisio@gmx.com