8000 PEP 674: Update top 5000 PyPI projects stats (#2793) · python/peps@38b778d · GitHub
[go: up one dir, main page]

Skip to content

Commit 38b778d

Browse files
authored
PEP 674: Update top 5000 PyPI projects stats (#2793)
1 parent 7ca6c74 commit 38b778d

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

pep-0674.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -307,37 +307,33 @@ affected projects: ``PyDescr_NAME()``, ``PyDescr_TYPE()``,
307307
Statistics
308308
----------
309309

310-
In total (projects on PyPI and not on PyPI), 41 projects are known to be
310+
In total (projects on PyPI and not on PyPI), 34 projects are known to be
311311
affected by this PEP:
312312

313-
* 14 projects (34%) are already fixed
314-
* 27 projects (66%) are not fixed yet
315-
(pending fix or generated Cython code)
313+
* 16 projects (47%) are already fixed
314+
* 18 projects (53%) are not fixed yet
315+
(pending fix or have to regenerate their Cython code)
316316

317-
On January 27, 2022, the PEP affects 27 projects (0.5%) of the top 5000
317+
On September 9, 2022, the PEP affects 18 projects (0.4%) of the top 5000
318318
PyPI projects:
319319

320-
* 22 projects (0.4%) have to regenerate their Cython code
321-
* 5 projects (0.1%) have a pending fix
320+
* 15 projects (0.3%) have to regenerate their Cython code
321+
* 3 projects (0.1%) have a pending fix
322322

323323
Top 5000 PyPI
324324
-------------
325325

326-
Projects with a pending fix (5):
326+
Projects with a pending fix (3):
327327

328328
* datatable (1.0.0):
329-
`pending PR <https://github.com/h2oai/datatable/pull/3231>`__
329+
`fixed <https://github.com/h2oai/datatable/commit/02f13114828ed4567e4410f5bac579895e20355a>`__
330330
* guppy3 (3.1.2):
331331
`fixed <https://github.com/zhuyifei1999/guppy3/commit/4cb9fcb5d75327544a6875b6caabfdffb70a7e29>`__
332-
* python-snappy (0.6.0):
333-
`fixed <https://github.com/andrix/python-snappy/commit/1a539d71d5b1ceaf9a2291f21f686cf53a46d707>`__
334-
* recordclass (0.17.1):
335-
`fixed <https://bitbucket.org/intellimath/recordclass/commits/d20d72fa3cdbdcf96c72941560041460adeecff1>`__
336-
* scipy (1.7.3): fixed (need to update boost)
332+
* scipy (1.9.1): need to update boost python
337333

338-
Moreover, 22 projects have to regenerate their Cython code.
334+
Moreover, 15 projects have to regenerate their Cython code.
339335

340-
Projects released with a fix (10):
336+
Projects released with a fix (12):
341337

342338
* bitarray (1.6.2):
343339
`commit <https://github.com/ilanschnell/bitarray/commit/a0cca9f2986ec796df74ca8f42aff56c4c7103ba>`__
@@ -357,6 +353,10 @@ Projects released with a fix (10):
357353
* PyGObject (3.42.0)
358354
* pyside2 (5.15.1):
359355
`bug report <https://bugreports.qt.io/browse/PYSIDE-1436>`__
356+
* python-snappy (0.6.1):
357+
`fixed <https://github.com/andrix/python-snappy/commit/1a539d71d5b1ceaf9a2291f21f686cf53a46d707>`__
358+
* recordclass (0.17.2):
359+
`fixed <https://bitbucket.org/intellimath/recordclass/commits/d20d72fa3cdbdcf96c72941560041460adeecff1>`__
360360
* zstd (1.5.0.3):
361361
`commit <https://github.com/sergey-dryabzhinsky/python-zstd/commit/8aa6d7a4b250e1f0a4e27b4107c39dc516c87f96>`__
362362

0 commit comments

Comments
 (0)
0