./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.18, Package name: py312-deprecated-1.2.18, Maintainer: pkgsrc-users

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


Master sites:

Filesize: 2860.102 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-30 09:27:53 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-deprecated: updated to 1.2.18

v1.2.18 (2024-01-25)

This version does not bring any change in the source code, but fixes the build \ 
anomaly on Fedora (Packit).

v1.2.17 (2024-01-25)

Bug fix release
   2025-01-25 12:16:43 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-deprecated: updated to 1.2.17

1.2.17

fix: enhance documentation and build configuration: update versioning, fixes, \ 
and ReadTheDocs setup
   2024-11-16 17:41:41 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-deprecated: updated to 1.2.15

v1.2.15 (2024-11-15)

Bug fix release

Fix

- Resolve Python 2.7 support issue introduced in v1.2.14 in ``sphinx.py``.
- Fix: Add ``extra_stacklevel`` argument for interoperating with other wrapper \ 
functions.
- Fix: Update class method deprecation warnings for Python 3.13.
- Fix: Update GitHub workflows and fix development dependencies for Python 3.12.

Other

- Fix: discontinue TravisCI and AppVeyor due to end of free support.
   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.