Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2021-07-23 04:30:08 +00:00
parent e90c1b5d85
commit 716f2f638d
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: pypy3
Version: %{basever}.4
%global pyversion 3.7
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Python 3 implementation with a Just-In-Time compiler
# PyPy is MIT
@ -889,6 +889,9 @@ CheckPyPy %{name}-stackless
%changelog
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jul 21 2021 Tomas Hrnciar <thrnciar@redhat.com> - 7.3.4-2
- Replace removed /usr/lib/rpm/brp-python-bytecompile with %%py_byte_compile macros
- Fixes: rhbz#1976656