python-decorator: bump to 5.2.1
authorAlexandru Ardelean <redacted>
Sun, 29 Mar 2026 12:43:37 +0000 (12:43 +0000)
committerAlexandru Ardelean <redacted>
Wed, 1 Apr 2026 07:29:27 +0000 (10:29 +0300)
commitce2804c73f0875c7c70b4ec307ddcdceb1814d71
treec1b3ba1ef42d311310309b79de9a5f3297dbfab4
parenta7e96ec919a1a4efcf1d05ccccda09d95f98e864
python-decorator: bump to 5.2.1

Changes since 4.4.2:
- v5.x rewrites the implementation using the standard library
  inspect module, dropping the code generation approach
- Signature preservation is now based on functools.wraps internals
- New contextmanager and asynccontextmanager decorator support
- Python 3.8+ required; Python 2 no longer supported

Also add test.sh to verify signature preservation and basic usage.

Link: https://github.com/micheles/decorator/blob/master/CHANGES.md
Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-decorator/Makefile
lang/python/python-decorator/test.sh [new file with mode: 0755]
git clone https://git.99rst.org/PROJECT