fix check assertionerror

(cherry picked from commit 5fd5f5e3aafbb45918a496f775621793e7992e92)
This commit is contained in:
wu-leilei 2022-08-18 11:19:18 +08:00 committed by openeuler-sync-bot
parent 009c66ee08
commit 3e6b1ef320

View File

@ -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 <wulei80@h-partners.com> - 0.9-4
- Fix check assertionerror
* Tue May 17 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 0.9-3
- Fix collections.MutableMapping no support for python3.10