Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2020-07-29 04:55:08 +00:00
parent 69e2318058
commit 07bf0b5727
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: pythran
Version: 0.9.5
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Ahead of Time Python compiler for numeric kernels
# pythran is BSD
@ -118,6 +118,9 @@ export PYTHONPATH=%{buildroot}%{python3_sitelib}
%{python3_sitelib}/%{name}-*-py%{python3_version}.egg-info/
%changelog
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Mar 13 2020 Miro Hrončok <mhroncok@redhat.com> - 0.9.5-2
- Fix tests with ipython 7.12+ (#1813075)