Rebuilt for Python 3.12

This commit is contained in:
Python Maint 2023-07-03 20:45:26 +02:00 committed by Miro Hrončok
commit dee0ec0b1e

View file

@ -17,7 +17,7 @@
Name: python-%{srcname}
Version: 0.5.1
Release: 5%{?dist}
Release: 6%{?dist}
Summary: A Python library to provide automatic paging for console output
License: ASL 2.0
URL: https://pypi.python.org/pypi/autopage
@ -101,6 +101,9 @@ cp %{SOURCE1} ./
%doc README.md
%changelog
* Mon Jul 03 2023 Python Maint <python-maint@redhat.com> - 0.5.1-6
- Rebuilt for Python 3.12
* Mon Jul 03 2023 Karolina Surma <ksurma@redhat.com> - 0.5.1-5
- Add the missing test dependency on python-testtools