Update to 2024.9.22
- Add support for NumPy 2.x
This commit is contained in:
parent
430a462944
commit
8327bbdad6
3 changed files with 9 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
%global srcname imagecodecs
|
||||
|
||||
Name: python-imagecodecs
|
||||
Version: 2023.1.23
|
||||
Release: 5%{?dist}
|
||||
Version: 2024.9.22
|
||||
Release: 1%{?dist}
|
||||
Summary: Image transformation, compression, and decompression codecs
|
||||
|
||||
License: BSD-3-Clause
|
||||
|
|
@ -279,6 +279,11 @@ TEST_OPTS=(
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 22 2025 Sandro <devel@penguinpee.nl> - 2024.9.22-1
|
||||
- Update to 2024.9.22
|
||||
- Add support for NumPy 2.x
|
||||
- Close RHBZ#2341164
|
||||
|
||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2023.1.23-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue