$ the-wire · showcase
Arch testing promotions roll out; archinstall tightens linting
By RepoJournal · Filed · About Arch Linux
Four packages moved from Arch's testing repositories to stable, and archinstall enabled a Pylint warning that catches a classic Python bug.
Packages moved from extra-testing to the stable repositories [1][2][3][4], so users on the main branch can now install mise, sing-box, sing-geosite-rule-set, and v2ray without testing repos. Meanwhile, chromium updated to 152.0.7977.64-1 in extra-testing-x86_64 [5]. Over in archinstall, the project enabled the Pylint cell-var-from-loop warning [6][7], which detects closures that capture loop variables late.
Action items
- → No urgent action; testers should pick up chromium 152.0.7977.64-1 in extra-testing-x86_64 archlinux/state [monitor]
- → Review archinstall code for the cell-var-from-loop warning before merging new PRs archlinux/archinstall [plan]
References
- [1] move mise from extra-testing-x86_64 to extra-x86_64 ↗ archlinux/state
- [2] move sing-geosite-rule-set from extra-testing-any to extra-any ↗ archlinux/state
- [3] move sing-box from extra-testing-x86_64 to extra-x86_64 ↗ archlinux/state
- [4] move v2ray from extra-testing-x86_64 to extra-x86_64 ↗ archlinux/state
- [5] update chromium to 152.0.7977.64-1 in extra-testing-x86_64 ↗ archlinux/state
- [6] Enable Pylint cell-var-from-loop warning ↗ archlinux/archinstall
- [7] Enable Pylint cell-var-from-loop warning (#4736) ↗ archlinux/archinstall