14
0
forked from pool/python-lz4

- 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
This commit is contained in:
2024-01-13 20:42:02 +00:00
committed by Git OBS Bridge
parent 3f6318d95a
commit 169eba4eff
4 changed files with 14 additions and 7 deletions

BIN
lz4-4.3.2.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
lz4-4.3.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jan 13 20:41:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.3.3:
* Add .readthedocs.yml
* Build wheels for Python 3.12
-------------------------------------------------------------------
Sat Jun 10 17:47:48 UTC 2023 - ecsos <ecsos@opensuse.org>
@@ -40,8 +47,8 @@ Thu Jan 28 22:59:45 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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
* 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

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-lz4
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-lz4
Version: 4.3.2
Version: 4.3.3
Release: 0
Summary: LZ4 Bindings for Python
License: BSD-3-Clause