diff --git a/pypy3.spec b/pypy3.spec index 3b11f44..2bd5917 100644 --- a/pypy3.spec +++ b/pypy3.spec @@ -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 - 7.3.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jul 21 2021 Tomas Hrnciar - 7.3.4-2 - Replace removed /usr/lib/rpm/brp-python-bytecompile with %%py_byte_compile macros - Fixes: rhbz#1976656