Tags: yonasBSD/RustPython
Tags
Actions caching for nodejs (RustPython#5575) * caching for nodejs and various CI dependency updates * commit the package-lock.json
Update `puruspe` version to `0.4.0` To resolve the issue (RustPython#5496)
Basic Match statements (RustPython#5485) Signed-off-by: Ashwin Naren <[email protected]>
Update Logging to 3.12.7 (RustPython#5478) * updated logging to 3.12, added logging tests, and added smtplib and tests * fix expected failures on test_smtplib.py * mark all rustpython fails on test_logging.py
Merge pull request RustPython#5465 from crazymerlyn/caseless-bump
Temporarily disable release notes generation Release creation fails with this error: ``` HTTP 422: Validation Failed (https://api.github.com/repos/RustPython/RustPython/releases) body is too long (maximum is 125000 characters) Error: Process completed with exit code 1. ``` Most likely because there's no previous release to diff of from. Disabling, getting a green release & enabling back might fix this.