Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-deprecation | Distribution: Fedora Project |
Version: 2.1.0 | Vendor: Fedora Project |
Release: 16.el10_0 | Build date: Mon Sep 23 10:16:56 2024 |
Group: Unspecified | Build host: buildvm-ppc64le-03.iad2.fedoraproject.org |
Size: 42995 | Source RPM: python-deprecation-2.1.0-16.el10_0.src.rpm |
Packager: Fedora Project | |
Url: https://deprecation.readthedocs.io/ | |
Summary: A library to handle automated deprecations |
The deprecation library provides a deprecated decorator and a fail_if_not_removed decorator for your tests. Together, the two enable the automation of several things: 1. The docstring of a deprecated method gets the deprecation details appended to the end of it. If you generate your API docs direct from your source, you don’t need to worry about writing your own notification. You also don’t need to worry about forgetting to write it. It’s done for you. 2. Rather than having code live on forever because you only deprecated it but never actually moved on from it, you can have your tests tell you when it’s time to remove the code. The @deprecated decorator can be told when it’s time to entirely remove the code, which causes @fail_if_not_removed to raise an AssertionError, causing either your unittest or py.test tests to fail. See http://deprecation.readthedocs.io/ for the full documentation.
Apache-2.0
* Thu Sep 12 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 2.1.0-16 - Use pyproject-rpm-macros and otherwise modernize/simplify packaging - Run the tests * Wed Jul 24 2024 Miroslav Suchý <msuchy@redhat.com> - 2.1.0-15 - convert license to SPDX * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 2.1.0-13 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 2.1.0-9 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
/usr/lib/python3.12/site-packages/__pycache__/deprecation.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/__pycache__/deprecation.cpython-312.pyc /usr/lib/python3.12/site-packages/deprecation-2.1.0.dist-info /usr/lib/python3.12/site-packages/deprecation-2.1.0.dist-info/INSTALLER /usr/lib/python3.12/site-packages/deprecation-2.1.0.dist-info/LICENSE /usr/lib/python3.12/site-packages/deprecation-2.1.0.dist-info/METADATA /usr/lib/python3.12/site-packages/deprecation-2.1.0.dist-info/WHEEL /usr/lib/python3.12/site-packages/deprecation-2.1.0.dist-info/top_level.txt /usr/lib/python3.12/site-packages/deprecation.py /usr/share/doc/python3-deprecation /usr/share/doc/python3-deprecation/README.rst
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Oct 3 04:40:56 2024