diff --git a/python-Pympler.spec b/python-Pympler.spec index 6f60b32..55dfde2 100644 --- a/python-Pympler.spec +++ b/python-Pympler.spec @@ -16,7 +16,7 @@ the lifetime of selected Python objects. Name: python-%{pname} Version: 0.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Measure, monitor and analyze the memory behavior of Python objects License: ASL 2.0 and BSD and MIT # bundled stuff @@ -80,6 +80,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} setup.py test %{python3_sitelib}/pympler %changelog +* Tue May 26 2020 Miro HronĨok - 0.8-4 +- Rebuilt for Python 3.9 + * Sat May 02 2020 Dominik Mierzejewski 0.8-3 - fix build with Python 3.9 (#1791963)