14
0
forked from pool/python-lz4
Commit Graph

14 Commits

Author SHA256 Message Date
OBS User buildservice-autocommit
bc851a8db9 Updating link to change in openSUSE:Factory/python-lz4 revision 7.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=3fda59cc28f21cce94e08f8189c3f573
2020-03-11 17:54:41 +00:00
Tomáš Chvátal
4b635ca3ac Accepting request 781881 from home:pgajdos:python
- 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

OBS-URL: https://build.opensuse.org/request/show/781881
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=17
2020-03-05 15:10:01 +00:00
Tomáš Chvátal
b6034e81e2 - Update to 2.1.10:
* Cleanup some code in _block.c to suppress some compiler warnings
  * Add some more detail to the install docs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=15
2019-06-17 12:01:43 +00:00
Todd R
3d2fc2216e Accepting request 672550 from home:TheBlackCat:branches:devel:languages:python
- Disable tests.  They timeout randomly.

OBS-URL: https://build.opensuse.org/request/show/672550
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=13
2019-02-07 18:43:25 +00:00
Todd R
7ff57c8fbf Accepting request 671993 from home:TheBlackCat:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/671993
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=12
2019-02-06 00:48:46 +00:00
Tomáš Chvátal
e8ece8976b - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=10
2018-10-25 12:46:18 +00:00
Tomáš Chvátal
29f0b8d31f - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=8
2018-07-20 10:34:25 +00:00
e3a76a9abe 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
2017-07-28 07:47:58 +00:00
18cc6ef363 Accepting request 511768 from home:alois:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/511768
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=6
2017-07-24 18:56:12 +00:00
b373da4f0e Accepting request 508598 from home:tbechtold:branches:devel:languages:python
update to version v0.10.1
  * Update bundled lz4 files to v1.7.4-2 version
  * Add Python 3.6 builds to AppVeyor
  * Fix indentation
  * Update bundled lz4 sources to version 1.7.5
  * Use GET_SIZE macros to avoid unecessary second check
  * Set default store_size
  * Remove mixed code and decls in compress_begin
  * Fix module initialization in _frame.c
  * Replace check_output for compatibility with Python 2.6.
  * Make _frame.decompress fail() on leftover bytes like json.loads() do
  * Fix VS2015 compile errors
  * Fix up adding of appveyor directory to PATH
  * Fix up appveyor.yml again
  * Fix documentation to give no sphinx warnings
  * Add more frame tests
  * Update tests for bytes/bytearray for block/Py3
  * Add content_size argument to LZ4FrameCrompressor
  * Return bytes object from block functions on Python3 (#35)
  * Rework decompress in _block.c
  * Fix error message again
  * Don't mix code and decls so Visual Studio builds work
  * Make error message a bit clearer
  * Address review comments
  * Really remove deprecation warnings from tests
  * Revert "Conditionalize extra PyModuleDef initializers on Python 3 in _frame.c"
  * Remove mixed code and decls in compress_update
  * Add ability to specify uncompressed size to decompress
  * Remove unused variable
  * Disable bdist_msi and bdist_wininst creation in appveyor

OBS-URL: https://build.opensuse.org/request/show/508598
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=5
2017-07-07 13:03:07 +00:00
Denisart Benjamin
49a4771eae Accepting request 257643 from home:posophe:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/257643
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=4
2014-10-19 12:19:05 +00:00
Denisart Benjamin
7aeb6bf5b4 Accepting request 209851 from home:posophe:branches:devel:languages:python
update

OBS-URL: https://build.opensuse.org/request/show/209851
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=3
2013-12-08 18:04:54 +00:00
Sascha Peilicke
a34663a16c - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=2
2013-10-24 11:08:10 +00:00
Todd R
608438247c Accepting request 143595 from home:TheBlackCat:branches:devel:languages:python
lz4 compression bindings for python

OBS-URL: https://build.opensuse.org/request/show/143595
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=1
2012-11-29 17:42:59 +00:00