Rebuilt for Python 3.12

This commit is contained in:
Python Maint 2023-07-05 18:29:49 +02:00 committed by Miro Hrončok
parent c0edc7e623
commit 9991090239

View File

@ -17,7 +17,7 @@
Name: libbytesize
Version: 2.9
Release: 21%{?dist}
Release: 22%{?dist}
Summary: A library for working with sizes in bytes
License: LGPL-2.1-or-later
URL: https://github.com/storaged-project/libbytesize
@ -115,6 +115,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%endif
%changelog
* Wed Jul 05 2023 Python Maint <python-maint@redhat.com> - 2.9-22
- Rebuilt for Python 3.12
* Wed Jul 05 2023 Packit <hello@packit.dev> - 2.9-21
- New version - 2.9 (Vojtech Trefny)
- build: Exit before AC_OUTPUT on error (Tomas Bzatek)