14
0
forked from pool/python-lz4
Commit Graph

6 Commits

Author SHA256 Message Date
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