Hugo van Kemenade
Hugo van Kemenade
Hmm, the daily cron has been failing for the past 7 months, for both latest and previous versions of pip: https://github.com/jazzband/pip-tools/actions/workflows/cron.yml So that's the first thing that needs addressing. It's...
This traverses directories on the FTP and purges files it finds. But when things need purging, will these things be discoverable if they haven't been purged yet?
> * Further automate kicking off the build and release workflows on GitHub Actions. Doable with the [gh CLI](https://cli.github.com/) with: ```sh gh workflow run source-and-docs-release.yml -f git_remote=python -f git_commit=4f8bb3947cfbc20f970ff9d9531e1132a9e95396 -f...
Yes, the upstreams already know about it, let's update `pytest.ini` to something like this: ```ini filterwarnings = error ignore:'asyncio.get_event_loop_policy' is deprecated and slated for removal in Python 3.16:DeprecationWarning:pytest_asyncio ignore:'asyncio.iscoroutinefunction' is...
Thanks for the ping, CLA Bot the Second. > Yes, the upstreams already know about it, let's update `pytest.ini` to something like this: > > ```ini > filterwarnings = >...
Thanks all!
See https://github.com/python/docsbuild-scripts/issues/169#issuecomment-1749683481, docs for security branches need to be built manually. And see also https://github.com/python/cpython/issues/113726 about 3.8 and 3.9. I think we're missing something in the process here. What is...
Security branches need manual builds and it takes ~16 hours for a full build (all languages and all formats -- HTML, PDF, etc). 3.11 is now done, 3.10 has begun:...
3.9-3.11 are now rebuilt: * 3.11: 2024-12-07 11:37:08,426 INFO: Full build done (16h 18m 2s). * 3.10: 2024-12-08 00:38:35,718 INFO: Full build done (12h 49m 46s). * 3.9: 2024-12-09 09:35:58,914...
Yes, this was partly a bus factor issue, afaik it used to be just one person had access or knew how to do manually rebuilds. I've now documented what's needed...