Path to this page:
./
devel/py-deprecated,
Python decorator to deprecate old python classes, functions or methods
Branch: CURRENT,
Version: 1.2.15,
Package name: py312-deprecated-1.2.15,
Maintainer: pkgsrc-usersPython @deprecated decorator to deprecate old python classes, functions or
methods.
Master sites:
Filesize: 2907.824 KB
Version history: (Expand)
- (2024-11-16) Updated to version: py312-deprecated-1.2.15
- (2023-05-29) Updated to version: py310-deprecated-1.2.14
- (2022-01-10) Package added to pkgsrc.se, version py39-deprecated-1.2.13 (created)
CVS history: (Expand)
2023-05-29 10:47:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-deprecated: updated to 1.2.14
v1.2.14
Bug fix release
Fix
- Fix: return a correctly dedented docstring when long docstring are using the \
D212 or D213 format.
Other
- Add support for Python 3.11.
- Drop support for Python older than 3.7 in build systems like pytest and tox,
while ensuring the library remains production-compatible.
- Update GitHub workflow to run in recent Python versions.
|
2022-01-10 18:39:52 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-deprecated: added version 1.2.13
Python @deprecated decorator to deprecate old python classes, functions or
methods.
|