PEP 674: Update top 5000 PyPI projects stats (#2793)

This commit is contained in:
Victor Stinner 2022-09-15 02:13:48 +02:00 committed by GitHub
parent 7ca6c74aae
commit 38b778d3b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 16 deletions

View File

@ -307,37 +307,33 @@ affected projects: ``PyDescr_NAME()``, ``PyDescr_TYPE()``,
Statistics
----------
In total (projects on PyPI and not on PyPI), 41 projects are known to be
In total (projects on PyPI and not on PyPI), 34 projects are known to be
affected by this PEP:
* 14 projects (34%) are already fixed
* 27 projects (66%) are not fixed yet
(pending fix or generated Cython code)
* 16 projects (47%) are already fixed
* 18 projects (53%) are not fixed yet
(pending fix or have to regenerate their Cython code)
On January 27, 2022, the PEP affects 27 projects (0.5%) of the top 5000
On September 9, 2022, the PEP affects 18 projects (0.4%) of the top 5000
PyPI projects:
* 22 projects (0.4%) have to regenerate their Cython code
* 5 projects (0.1%) have a pending fix
* 15 projects (0.3%) have to regenerate their Cython code
* 3 projects (0.1%) have a pending fix
Top 5000 PyPI
-------------
Projects with a pending fix (5):
Projects with a pending fix (3):
* datatable (1.0.0):
`pending PR <https://github.com/h2oai/datatable/pull/3231>`__
`fixed <https://github.com/h2oai/datatable/commit/02f13114828ed4567e4410f5bac579895e20355a>`__
* guppy3 (3.1.2):
`fixed <https://github.com/zhuyifei1999/guppy3/commit/4cb9fcb5d75327544a6875b6caabfdffb70a7e29>`__
* python-snappy (0.6.0):
`fixed <https://github.com/andrix/python-snappy/commit/1a539d71d5b1ceaf9a2291f21f686cf53a46d707>`__
* recordclass (0.17.1):
`fixed <https://bitbucket.org/intellimath/recordclass/commits/d20d72fa3cdbdcf96c72941560041460adeecff1>`__
* scipy (1.7.3): fixed (need to update boost)
* scipy (1.9.1): need to update boost python
Moreover, 22 projects have to regenerate their Cython code.
Moreover, 15 projects have to regenerate their Cython code.
Projects released with a fix (10):
Projects released with a fix (12):
* bitarray (1.6.2):
`commit <https://github.com/ilanschnell/bitarray/commit/a0cca9f2986ec796df74ca8f42aff56c4c7103ba>`__
@ -357,6 +353,10 @@ Projects released with a fix (10):
* PyGObject (3.42.0)
* pyside2 (5.15.1):
`bug report <https://bugreports.qt.io/browse/PYSIDE-1436>`__
* python-snappy (0.6.1):
`fixed <https://github.com/andrix/python-snappy/commit/1a539d71d5b1ceaf9a2291f21f686cf53a46d707>`__
* recordclass (0.17.2):
`fixed <https://bitbucket.org/intellimath/recordclass/commits/d20d72fa3cdbdcf96c72941560041460adeecff1>`__
* zstd (1.5.0.3):
`commit <https://github.com/sergey-dryabzhinsky/python-zstd/commit/8aa6d7a4b250e1f0a4e27b4107c39dc516c87f96>`__