./devel/py-deprecated, Python decorator to deprecate old python classes, functions or methods

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.14, Package name: py310-deprecated-1.2.14, Maintainer: pkgsrc-users

Python @deprecated decorator to deprecate old python classes, functions or
methods.


Master sites:

Filesize: 2904.703 KB

Version history: (Expand)


CVS history: (Expand)


   2023-05-29 10:47:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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.