Zachary Ware
Zachary Ware
> `https://buildbot.python.org/all/#/builders` page loads `https://buildbot.python.org/all/api/v2/builders` which fails with HTTP 404 error, whereas it should load `https://buildbot.python.org/all/api/v2/builders` (`all/` is missing in the API URL). I got this partially working with a...
With python/psf-salt#372 merged and deployed, the web UI is at least mostly back (without the `/all` prefix). Release status still needs a fix, but that's beyond me for right now.
> I think it's time to rollback the upgrade, the buildbot page it's certainly less usable and the release dashboard it's broken and everything feels either slower or slightly broken....
`lookup("germany")` works fine for me: ```pycon >>> import pycountry >>> pycountry.__version__ '24.6.1' >>> pycountry.countries.lookup("germany") Country(alpha_2='DE', alpha_3='DEU', flag='🇩🇪', name='Germany', numeric='276', official_name='Federal Republic of Germany') ``` The UK issue is a tricky...
Unfortunately this is rather beyond the scope of this library; we're really just providing a Python API around Debian's `pkg-isocodes` data. If the requested data was available there we'd be...
Lookup of `turkey` changed because the name of the country changed upstream; see https://salsa.debian.org/iso-codes-team/iso-codes/-/commit/a844cc3b9f4fd95a1439d66f9841a0c0362cba75
Should we add something like a "python-core-emeritus" group to move such folks to rather than outright removing them? See also [this old discussion](https://discuss.python.org/t/which-list-of-core-developers-is-authoritative/55) which basically suggested the same, but wasn't...
I was unaware that "emeritus" is gendered :(. "Inactive" has a different connotation, though; the former says "honored retiree" while the latter says "they don't do anything anymore". Both may...
Yet a third option is enabling merge queue and moving some/all buildbot builds from post-merge to merge queue. This would prevent changes that break buildbots from being merged in the...
Can these not be made already present on the host?