python-refleak 0.2.2-1
Package Information
| Description | Python tool for detecting reference leaks Refleak is a Python testing tool for detecting reference leaks in Python code. It provides utilities for checking whether Python objects are unexpectedly kept alive after code has finished executing. This is useful for finding memory leaks and other resource-management problems in Python applications and test suites. The package is primarily intended for developers and is used by projects such as MNE-Python to test for reference leaks. |
|---|---|
| Maintainer | Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org> |
| Changed By | Karsten Schöke <karsten.schoeke@geobasis-bb.de> |
| Sponsor | pgt@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/med-team/python-refleak.git (browse) |
| Closes | #1147586 |
| Tracker | https://tracker.debian.org/pkg/python-refleak |
| Uploaded | 2 hours ago |
New Package Report
.changes
| Architecture | source all |
|---|---|
| Distribution | unstable |
| Date | Sun, 13 Sep 2026 14:21:03 +0200 |
| Source | python-refleak |
| Version | 0.2.2-1 |
| Changed-By | Karsten Schöke |
Changelog
python-refleak (0.2.2-1) unstable; urgency=medium . * Initial release. (Closes: #1147586)
.dsc
| Package-List | python3-refleak deb python optional arch=all |
|---|---|
| Section | python |
| Priority | optional |
| Component | main |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/mne-tools/refleak Upstream-Name: refleak Upstream-Contact: Eric Larson <larson.eric.d@gmail.com> Files: * Copyright: 2026, Eric Larson and refleak contributors License: BSD-3-clause Files: debian/* Copyright: 2026 Karsten Schöke <karsten.schoeke@geobasis-bb.de> License: BSD-3-clause License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.