python-memprof - memory profiler for Python (Python 2)
# sudo apt-get update
# sudo apt-get install python-memprof
2016-01-19 - Matthias Klose <doko@ubuntu.com> python-memprof (0.3.4-1build1) xenial; urgency=medium * No-change rebuild to drop python3.4 support.
2015-08-31 - Javi Merino <vicho@debian.org> python-memprof (0.3.4-1) unstable; urgency=medium * New upstream release * Drop XS-Testsuite * Bump standards-version to 3.9.6 (no change needed) * Fix "FTBFS: DistributionNotFound: The 'memprof' distribution was not found and is required by the application" by applying patch "for_upstream__Dont_die_with_python_3_4_if_memprof_is_not_yet_inst.patch" (Closes: #796478) * Force cython compilation to avoid miscompiling for python3.4 by adding patch from_upstream__Force_Cython_compilation_by_using_setup_cfg.patch
2014-03-16 - Javi Merino <vicho@debian.org> python-memprof (0.3.3-3) unstable; urgency=medium * Convert to pybuild
2013-10-31 - Javi Merino <vicho@debian.org> python-memprof (0.3.3-2) unstable; urgency=low [ Javi Merino ] * Bump standards-version to 3.9.5 (no change needed) [ Martin Pitt ] * Add missing python3-pkg-resources dependency (spotted by autopkgtest).
2013-10-28 - Javi Merino <vicho@debian.org> python-memprof (0.3.3-1) unstable; urgency=low * New upstream release * Fix "autopkgtest fails, and does not test installed package" by actually testing the installed package instead of testing a build (Closes: #728083)
2013-10-20 - Javi Merino <vicho@debian.org> python-memprof (0.3.2-1) unstable; urgency=low * New upstream release * python2-testsuite prints to stderr, so tell autopkgtest * Add python3 autopkgtest * Drop patches from_upstream__no_tornado_nose.patch, from_upstream__run_the_example_when_asked_to_run_tests.patch and from_upstream__testsuite_is_now_independent.patch as they're now included upstream
2013-09-29 - Javi Merino <vicho@debian.org> python-memprof (0.3.1-1) unstable; urgency=low * New upstream release * Convert to arch: any as memprof now needs cython * Install demo.py in examples/ * Depend on python-pkg-resources * Provide a Python3 version of the package * Drop python-nose and python-tornado dependencies by importing ecb69a2 (use recommended way of getting the version number) from upstream * Run the testsuite when building * Add autopkgtest support
2013-08-15 - Javi Merino <vicho@debian.org> python-memprof (0.2.4-1) unstable; urgency=low * Initial release (Closes: #714110)