45 Commits

Author SHA256 Message Date
a650bd8be4 Accepting request 1317438 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1317438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=16
2025-11-14 15:10:52 +00:00
dffb755568 - Update to 4.4.5
* Enable CPython free-threaded wheel builds
  * Correct the import of _compression for Python 3.14
  * Keep GitHub Actions up to date with GitHub's Dependabot
  * Build wheels for Python 3.14
  * Fix typos discovered by codespell
  * Bump pypa/cibuildwheel from 3.2.0 to 3.2.1 in the
    github-actions group across 1 directory
- Drop py314.patch, merged upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=33
2025-11-12 20:34:06 +00:00
cb1d0a8d36 Accepting request 1303578 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1303578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=15
2025-09-11 12:38:11 +00:00
fbf6ebc346 - Update to 4.4.4
* Various doc fixes
  * Update CI to newest actions and Python 3.13
  * Revert artifact renaming
- Add py314.patch to fix tests with Python 3.14

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=31
2025-09-10 09:13:55 +00:00
bb5631652a Accepting request 1138500 from devel:languages:python
- update to 4.3.3:
  * Add .readthedocs.yml
  * Build wheels for Python 3.12

  * Correct how pkgconfig is handled in setup.py to account for multiple build flags
  * Improve how CHAR_BIT is handled

OBS-URL: https://build.opensuse.org/request/show/1138500
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=14
2024-01-15 21:11:01 +00:00
169eba4eff - update to 4.3.3:
* Add .readthedocs.yml
  * Build wheels for Python 3.12
  * Correct how pkgconfig is handled in setup.py to account for multiple build flags
  * Improve how CHAR_BIT is handled

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=29
2024-01-13 20:42:02 +00:00
5c528e38d8 Accepting request 1092247 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1092247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=13
2023-06-12 13:24:44 +00:00
3f6318d95a Accepting request 1092107 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1092107
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=27
2023-06-11 11:42:35 +00:00
bc98398d7f Accepting request 1071064 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1071064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=12
2023-03-14 17:15:36 +00:00
67332a323a 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
2023-03-13 08:05:43 +00:00
d0e8dd0e80 Accepting request 940550 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/940550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=11
2021-12-16 20:18:53 +00:00
e8a5ee8673 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
2021-12-14 18:21:30 +00:00
f4857e44ef Accepting request 932693 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/932693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=10
2021-11-23 21:09:59 +00:00
d52233b5d5 Accepting request 932484 from home:pgajdos:python
- remove pytest-runner from BuildRequires, it is not needed

OBS-URL: https://build.opensuse.org/request/show/932484
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=23
2021-11-20 22:55:36 +00:00
5701a4a2a0 Accepting request 867593 from devel:languages:python
- update to 3.1.3:
  * Travis fixes
  * Wheels for 3.9
  * Correct how pkgconfig is handled in setup.py to account for multiple build flags 
  * Improve how CHAR_BIT is handled 
  * adds block size record support to the stream bindings
  * fixups to the tests to reduce execution time

OBS-URL: https://build.opensuse.org/request/show/867593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=9
2021-02-01 12:26:55 +00:00
029278bbf6 - update to 3.1.3:
* Travis fixes
  * Wheels for 3.9
  * Correct how pkgconfig is handled in setup.py to account for multiple build flags 
  * Improve how CHAR_BIT is handled 
  * adds block size record support to the stream bindings
  * fixups to the tests to reduce execution time

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=21
2021-01-28 23:01:31 +00:00
ed8e0808a6 Accepting request 794159 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/794159
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=8
2020-04-15 17:56:34 +00:00
Tomáš Chvátal
7ac4977d33 Accepting request 794154 from home:pgajdos:python
- version update to 3.0.2
  * Remove dead code
  * Drop Python 2 support, add streams bindings, improve frame performance
- use system lz4

OBS-URL: https://build.opensuse.org/request/show/794154
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=19
2020-04-15 11:01:48 +00:00
301d322722 Accepting request 783806 from openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/783806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=7
2020-03-11 17:54:41 +00:00
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
ebc887cefa Accepting request 783806 from openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/783806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=7
2020-03-11 17:54:41 +00:00
ce12951f87 Accepting request 781885 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/781885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=6
2020-03-05 22:25:21 +00:00
204f37ed1d Accepting request 781885 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/781885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=6
2020-03-05 22:25:21 +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
d5833d0c46 Accepting request 710341 from devel:languages:python
- 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/request/show/710341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=5
2019-06-18 12:58:28 +00:00
c816a53b7c Accepting request 710341 from devel:languages:python
- 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/request/show/710341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=5
2019-06-18 12:58:28 +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
Stephan Kulow
8b42da1876 Accepting request 672551 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/672551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=4
2019-02-08 11:15:15 +00:00
Stephan Kulow
e05fd12187 Accepting request 672551 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/672551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=4
2019-02-08 11:15:15 +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
6762defc47 Accepting request 644635 from devel:languages:python
- 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/request/show/644635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=3
2018-11-08 08:47:19 +00:00
4327b4e465 Accepting request 644635 from devel:languages:python
- 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/request/show/644635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=3
2018-11-08 08:47:19 +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
1d5d3a05e9 Accepting request 624241 from devel:languages:python
- 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/request/show/624241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=2
2018-07-21 08:25:31 +00:00
c3fcafe44c Accepting request 624241 from devel:languages:python
- 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/request/show/624241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=2
2018-07-21 08:25:31 +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
1edf545cf5 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