Wed, 12 Jun 2024 06:38:51 UTC | login

Information for build python-Pympler-0.4.3-8.fc28

ID35215
Package Namepython-Pympler
Version0.4.3
Release8.fc28
Epoch
SummaryMeasure, monitor and analyze the memory behavior of Python objects
Description Pympler is a development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application. By pympling a Python application, detailed insight in the size and the lifetime of Python objects can be obtained. Undesirable or unexpected runtime behavior like memory bloat and other “pymples” can easily be identified. Pympler integrates three previously separate modules into a single, comprehensive profiling tool. The asizeof module provides basic size information for one or several Python objects, module muppy is used for on-line monitoring of a Python application and module Class Tracker provides off-line analysis of the lifetime of selected Python objects.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 07 Jun 2018 04:20:33 UTC
CompletedThu, 07 Jun 2018 04:20:33 UTC
Tags
f29
RPMs
src
python-Pympler-0.4.3-8.fc28.src.rpm (info) (download)
noarch
python2-Pympler-0.4.3-8.fc28.noarch.rpm (info) (download)
python3-Pympler-0.4.3-8.fc28.noarch.rpm (info) (download)
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jan 15 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.4.3-7 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.4.3-4 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.3-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Fri Jun 10 2016 Dominik Mierzejewski <rpm@greysector.net> 0.4.3-2 - drop CC-BY-SA-NC from license list and fix typo - actually unbundle nodejs-flot - add a weak dep for python{2,3}-django-debug-toolbar - drop python shebang from asizeof.py * Mon May 16 2016 Dominik Mierzejewski <rpm@greysector.net> 0.4.3-1 - update to 0.4.3 - build for python3 as well - unbundle python-bottle * Sun Aug 09 2015 Dominik Mierzejewski <rpm@greysector.net> 0.4.2-1 - initial build