15
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

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