Re: Python ecosystem versions overview

2025-07-09 Thread John Snow
Top-posting (Gasp!) to share a gitlab URL where this script is now located. https://gitlab.com/jsnow/repology-dashboard# GPL2.0-or-later, barely polished, a bit hacky. Have fun! This script outputs more data than you've ever wanted to stdout, json and csv. Suggestions/patches welcome if you find

Re: Python ecosystem versions overview

2025-07-09 Thread Markus Armbruster
John Snow writes: > On Tue, Jul 8, 2025, 7:23 PM Paolo Bonzini wrote: > >> On 7/8/25 22:36, John Snow wrote: >> > centos_stream_9 3.9.23 21.3.1 53.0.0 3.4.3 BaseOS, CRB >> >> Ok, so the lowest version of Sphinx (3.4.3) is currently used for CentOS >> Stream 9. It's supported for r

Re: Python ecosystem versions overview

2025-07-08 Thread John Snow
On Tue, Jul 8, 2025, 7:23 PM Paolo Bonzini wrote: > On 7/8/25 22:36, John Snow wrote: > > centos_stream_9 3.9.23 21.3.1 53.0.0 3.4.3 BaseOS, CRB > > Ok, so the lowest version of Sphinx (3.4.3) is currently used for CentOS > Stream 9. It's supported for roughly 2 more years, until 1

Re: Python ecosystem versions overview

2025-07-08 Thread Paolo Bonzini
On 7/8/25 22:36, John Snow wrote: centos_stream_9 3.9.23 21.3.1 53.0.0 3.4.3 BaseOS, CRB Ok, so the lowest version of Sphinx (3.4.3) is currently used for CentOS Stream 9. It's supported for roughly 2 more years, until 12.0. opensuse_leap_15_6 3.6.15 20.0.2 44.1.1 2.

Python ecosystem versions overview

2025-07-08 Thread John Snow
Hi, recently there was some discussion and debate over what versions of which things in the Python ecosystem we need to support with regards to our build platform promise. I don't address those issues in this mail at all. O:-) In researching that problem, I created a CLI script to automatically po