SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python3-deprecation rpm build for : Fedora 10. For other distributions click python3-deprecation.

Name : python3-deprecation
Version : 2.1.0 Vendor : Fedora Project
Release : 16.el10_0 Date : 2024-09-23 10:16:56
Group : Unspecified Source RPM : python-deprecation-2.1.0-16.el10_0.src.rpm
Size : 0.04 MB
Packager : Fedora Project
Summary : A library to handle automated deprecations
Description :
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 AATTdeprecated decorator can be told when it’s
time to entirely remove the code, which causes AATTfail_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.

RPM found in directory: /vol/rzm3/linux-fedora-buffet/epel/10/Everything/ppc64le/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python3-deprecation-2.1.0-16.el10_0.noarch.rpm
ftp.icm.edu.pl  python3-deprecation-2.1.0-16.el10_0.noarch.rpm
ftp.icm.edu.pl  python3-deprecation-2.1.0-16.el10_0.noarch.rpm
ftp.icm.edu.pl  python3-deprecation-2.1.0-16.el10_0.noarch.rpm
     

Provides :
python-deprecation
python3-deprecation
python3.12-deprecation
python3.12dist(deprecation)
python3dist(deprecation)

Requires :
python(abi) = 3.12
python3.12dist(packaging)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/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

 
ICM