Rebuilt for Python 3.12

This commit is contained in:
Python Maint 2023-07-03 16:11:40 +02:00 committed by Tomáš Hrnčiar
parent 56863170bd
commit 8ee9101733
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: pythran
Version: 0.12.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Ahead of Time Python compiler for numeric kernels
# pythran is BSD
@ -154,6 +154,9 @@ k="$k and not test_loadext_and_run"
%changelog
* Mon Jul 03 2023 Python Maint <python-maint@redhat.com> - 0.12.1-4
- Rebuilt for Python 3.12
* Wed Jan 25 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 0.12.1-3
- Avoid ipython test dependency in RHEL builds