diff --git a/python-Pympler.spec b/python-Pympler.spec index 57af443..1e91100 100644 --- a/python-Pympler.spec +++ b/python-Pympler.spec @@ -2,7 +2,7 @@ %global pname Pympler Name: python-%{pname} Version: 0.9 -Release: 3 +Release: 4 Summary: A development tool to measure, monitor and analyze the memory behavior of Python objects. License: Apache-2.0 and MIT URL: https://github.com/pympler/pympler @@ -24,7 +24,7 @@ analysis of the lifetime of selected Python objects. Summary: A development tool to measure, monitor and analyze the memory behavior of Python objects. Provides: python-%{pname} # Base build requires -BuildRequires: python3-devel +BuildRequires: python3-devel python3-tkinter BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip @@ -100,6 +100,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Aug 18 2022 wulei - 0.9-4 +- Fix check assertionerror + * Tue May 17 2022 xigaoxinyan - 0.9-3 - Fix collections.MutableMapping no support for python3.10