Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 17:13:32 +02:00 committed by Tomáš Hrnčiar
parent c16f262894
commit 9066759a8b

View File

@ -12,7 +12,7 @@ applications in Python.}
Name: python-%{pkgname}
Version: 3.0.29
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library for building powerful interactive command line applications in Python
License: BSD
URL: https://github.com/prompt-toolkit/python-prompt-toolkit
@ -64,6 +64,9 @@ Recommends: python3-pygments
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.0.29-2
- Rebuilt for Python 3.11
* Fri Apr 08 2022 Carl George <carl@george.computer> - 3.0.29-1
- Latest upstream (resolves: rhbz#2047246)
- Convert to pyproject macros