Hugo van Kemenade
Hugo van Kemenade
`infra` won 5-0, here's the new label: * https://github.com/python/cpython/labels/infra @JacobCoffee Would you like to open a PR to document it in the devguide? * https://devguide.python.org/triage/labels/#other-labels That list is getting longer,...
Thanks, let's move this to draft until it's ready.
See https://github.com/python/pythondotorg/issues/2539 and https://github.com/python/pythondotorg/pull/2540 which will format with Ruff and take care of some of these.
Done, and also: * Pyramid http://www.pylonsproject.org/ -> https://trypyramid.com/ * Flask http://flask.pocoo.org -> https://flask.palletsprojects.com/ * PyQt http://www.riverbankcomputing.co.uk/software/pyqt/intro -> https://riverbankcomputing.com/software/pyqt/intro * PySide https://wiki.qt.io/PySide -> https://wiki.qt.io/Qt_for_Python * Roundup https://roundup.sourceforge.io/ -> https://www.roundup-tracker.org/ * Ansible...
Please see PR https://github.com/python/pythondotorg/pull/2816.
Looking at the CI run: https://github.com/tartley/colorama/actions/runs/13848387957?pr=403 ``` Error when evaluating 'runs-on' for job 'test'. .github/workflows/test.yml (Line: 10, Col: 14): Unexpected value '' ``` That doesn't help much, but running https://github.com/rhysd/actionlint...
> My PR #371 updates them. I meant https://github.com/tartley/colorama/pull/394 :)
Last one should be fixed with the next termcolor release. ```python src/pypistats/__init__.py:374: error: Argument 2 to "colored" has incompatible type "str"; expected "Literal['black', 'grey', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan',...
Let's merge this, then check if there any more important things missing hints before adding `py.typed` and the classifier.
cf. https://docs.travis-ci.com/user/languages/python/#nightly-build-support and https://docs.travis-ci.com/user/languages/python/#development-releases-support