#14857 closed enhancement (fixed)
decorator-5.0.7 (Python Module)
Reported by: | Douglas R. Reno | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 11.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version
Change History (5)
comment:1 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 4 years ago
Summary: | decorator-5.0.3 (Python Module) → decorator-5.0.7 (Python Module) |
---|
comment:3 by , 4 years ago
According to PyPi, 5.0.3 and 5.0.4 were recalled.
5.0.7 (2021-04-14) The decorator module was not passing correctly the defaults inside the *args tuple, thanks to Dan Shult for the fix. Also fixed some mispellings in the documentation and integrated codespell in the CI, thanks to Christian Clauss. 5.0.6 (2021-04-08) The decorator module was not copying the module attribute anymore. Thanks to Nikolay Markov for the notice. 5.0.5 (2021-04-04) Dropped support for Python < 3.5 with a substantial simplification of the code base (now building a decorator does not require calling "exec"). Added a way to mimic functools.wraps-generated decorators. Ported the Continuous Integration from Travis to GitHub.
comment:4 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at @0f870c5f2beba4b86d3f9253e9770b5d65e9266c
Note:
See TracTickets
for help on using tickets.
Now 5.0.7!