Package python3-module-debtcollector: Information
Source package: python3-module-debtcollector
Version: 3.0.0-alt1
Build time: May 30, 2024, 10:12 PM in the task #349955
Category: Development/Python3
Report package bugHome page: https://pypi.org/project/debtcollector
License: Apache-2.0
Summary: A collection of Python deprecation patterns and strategies
Description:
A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner. The goal of this library is to provide well documented developer facing deprecation patterns that start of with a basic set and can expand into a larger set of patterns as time goes on. The desired output of these patterns is to apply the warnings module to emit DeprecationWarning or PendingDeprecationWarning or similar derivative to developers using libraries (or potentially applications) about future deprecations.
List of RPM packages built from this SRPM:
python3-module-debtcollector (noarch)
python3-module-debtcollector-doc (noarch)
python3-module-debtcollector-tests (noarch)
python3-module-debtcollector (noarch)
python3-module-debtcollector-doc (noarch)
python3-module-debtcollector-tests (noarch)
Maintainer: Grigory Ustinov
Last changed
May 30, 2024 Grigory Ustinov 3.0.0-alt1
- Automatically updated to 3.0.0.
Oct. 16, 2023 Grigory Ustinov 2.5.0-alt1.2
- Dropped build dependency on python3-module-reno.
Feb. 19, 2023 Grigory Ustinov 2.5.0-alt1.1
- Moved on modern pyproject macros.