1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
|
python-memprof (0.3.6-5.1) unstable; urgency=medium
* Non-maintainer upload.
* Don't add a runtime dependency on cython. Closes: #1058005.
-- Matthias Klose <doko@debian.org> Mon, 11 Dec 2023 22:03:58 +0100
python-memprof (0.3.6-5) unstable; urgency=medium
* Team upload.
* Run tests with pytest instead of setup.py test.
-- Athos Ribeiro <athoscribeiro@gmail.com> Mon, 05 Dec 2022 17:15:55 +0000
python-memprof (0.3.6-4) unstable; urgency=medium
[ Debian Janitor ]
* Use secure URI in Homepage field.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
* Update standards version to 4.6.1, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Fri, 28 Oct 2022 18:41:25 +0100
python-memprof (0.3.6-3) unstable; urgency=medium
* Team upload
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Graham Inggs ]
* Fix autopkgtests and run them on all supported
Python3 versions (Closes: #962100)
* Add debian/clean to fix FTBFSx2
* Switch to debhelper 13
* Set Rules-Requires-Root: no
* Bump Standards-Version to 4.5.1, no changes
-- Graham Inggs <ginggs@debian.org> Mon, 07 Dec 2020 22:35:14 +0000
python-memprof (0.3.6-2) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Sandro Tosi ]
* debian/tests
- dont run python2 tests
-- Sandro Tosi <morph@debian.org> Sat, 18 Jan 2020 18:17:53 -0500
python-memprof (0.3.6-1) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed VCS URL (https)
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/control: Deprecating priority extra as per policy 4.0.1
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
[ Sandro Tosi ]
* Team upload.
* New upstream release; Closes: #913035
* debian/control
- move to PAPT
- bump Standards-Version to 4.4.0 (no changes needed)
* debian/patches
- drop patches merged upstream
* Drop python 2 support
-- Sandro Tosi <morph@debian.org> Thu, 29 Aug 2019 19:37:00 -0400
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
-- Javi Merino <vicho@debian.org> Mon, 31 Aug 2015 22:21:02 +0100
python-memprof (0.3.3-3) unstable; urgency=medium
* Convert to pybuild
-- Javi Merino <vicho@debian.org> Sun, 16 Mar 2014 15:54:22 +0100
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).
-- Javi Merino <vicho@debian.org> Thu, 31 Oct 2013 22:18:46 +0000
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)
-- Javi Merino <vicho@debian.org> Mon, 28 Oct 2013 21:59:11 +0000
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
-- Javi Merino <vicho@debian.org> Sun, 20 Oct 2013 22:29:06 +0100
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
-- Javi Merino <vicho@debian.org> Sun, 29 Sep 2013 15:26:14 +0100
python-memprof (0.2.4-1) unstable; urgency=low
* Initial release (Closes: #714110)
-- Javi Merino <vicho@debian.org> Thu, 15 Aug 2013 11:55:39 +0200
|