From 3e6b1ef320291b64522d14edc667493ec2bfd864 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Thu, 18 Aug 2022 11:19:18 +0800 Subject: [PATCH] fix check assertionerror (cherry picked from commit 5fd5f5e3aafbb45918a496f775621793e7992e92) --- python-Pympler.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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