DFSG NEW Queue

DFSG, Licensing & New Packages Team

python-decopatch 1.4.10-1

Package Information

Descriptionpython decorators made easy (Python 3)

Because of a tiny oddity in the python language, writing decorators without help can be a pain because you have to handle the no-parenthesis usage explicitly. decopatch provides a simple way to solve this issue so that writing decorators is simple and straightforward.

This package installs the library for Python 3.

MaintainerDebian Python Team <team+python@tracker.debian.org>
Changed ByFrancesco Ballarin <ballarin@debian.org>
Sponsorballarin@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/python-team/packages/python-decopatch.git (browse)
Closes#1135262
Trackerhttps://tracker.debian.org/pkg/python-decopatch
Uploaded3 hours ago

New Package Report

.changes
Version1.4.10-1
Changed-ByFrancesco Ballarin
Architectureall source
Distributionunstable
DateThu, 30 Apr 2026 07:58:11 +0000
Sourcepython-decopatch
Changelog
python-decopatch (1.4.10-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1135262)
   * Set upstream metadata fields: Bug-Database.
   * Add patches for setup.
   * Require pytest for testing.
   * Add patch to skip tests which require pytest-cases.
     decopatch is a runtime dependency of pytest-cases, hence the logical order
     is to build decopatch first and then pytest-cases. However, pytest-cases is
     test dependency of decopatch, hence to test them one would need to have them
     both available.
   * Add files to debclean.
   * Tweak debian/source/options for src layout
   * Add test_doc_drop_leading_spaces_in_expected_docstrings.patch to drop
     leading spaces in documentation tests. Upstream has tested this for python
     <= 3.9, so it's likely that this behavior has changed at some point between
     python 3.10 and 3.14.
   * Testsuite: autopkgtest-pkg-pybuild
.dsc
Componentmain
Package-Listpython3-decopatch deb python optional arch=all
Sectionpython
Priorityoptional
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/smarie/python-decopatch
Upstream-Name: python-decopatch
Upstream-Contact: Sylvain MariƩ, Schneider Electric Industries

Files:
 *
Copyright:
 2019-2022, Sylvain MariƩ, Schneider Electric Industries
License: BSD-3-clause

Files:
 debian/*
Copyright:
 2026 Francesco Ballarin <ballarin@debian.org>
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:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * 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.
    * Neither the name of the <organization> 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 <COPYRIGHT
 HOLDER> 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.

Back to Dashboard | View all reviews for this package