Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a650bd8be4 | |||
| dffb755568 | |||
| cb1d0a8d36 | |||
| fbf6ebc346 |
BIN
lz4-4.3.3.tar.gz
LFS
BIN
lz4-4.3.3.tar.gz
LFS
Binary file not shown.
3
lz4-4.4.5.tar.gz
Normal file
3
lz4-4.4.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f0b9e53c1e82e88c10d7c180069363980136b9d7a8306c4dca4f760d60c39f0
|
||||
size 172886
|
||||
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 12 14:42:31 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 9 14:55:40 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 13 20:41:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-lz4
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# 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.3
|
||||
Version: 4.4.5
|
||||
Release: 0
|
||||
Summary: LZ4 Bindings for Python
|
||||
License: BSD-3-Clause
|
||||
@@ -42,7 +42,7 @@ BuildRequires: python-rpm-macros
|
||||
This package provides python bindings for the lz4 compression library.
|
||||
|
||||
%prep
|
||||
%setup -q -n lz4-%{version}
|
||||
%autosetup -p1 -n lz4-%{version}
|
||||
|
||||
%build
|
||||
# not neccessary, but ensure we use system lib
|
||||
|
||||
Reference in New Issue
Block a user