cherry-picker
cherry-picker copied to clipboard
🐍🍒⛏ Utility script for backporting/cherry-picking CPython changes from master into one of the maintenance branches.
Due to an [upstream issue](https://github.com/pyupio/safety/issues/539), we had to skip CVE-2019-8341 to fix CI: * https://github.com/python/cherry-picker/pull/129 This draft PR is a reminder to remove the `--ignore` once the issue is fixed...
```toml dependencies = [ "cffi>=v1.17.0rc1", # remove once v1.17.0 is out; add 3.13 classifier above (see #127) ``` cffi 1.17.1 is now out: https://pypi.org/project/cffi/ Also replace Flake8 with Ruff, and...
Previously, the `git log` command would run against an unresolved branch reference which might point to the wrong thing locally. This patch makes it more predictable by specifying the exact...
I've hit a conflict, fixed it re-ran cherry-picker with `--continue` and got a traceback + an invalid state in the config: ```python-traceback $ uvx --from cherry-picker cherry_picker --continue 🐍 🍒...