pkgsrc/devel/py-more-itertools/PLIST
adam daf87c7e8a py-more-itertools: updated to 8.0.2
8.0.2:
Bug fixes
* The type stub files are now part of the wheel distribution

8.0.1:
Bug fixes
* The type stub files now work for functions imported from the root package

8.0.0:
New itertools and other additions
* This library now ships type hints for use with mypy.
* :func:`split_when`
* :func:`repeat_last`

Changes to existing itertools:
* The implementation for :func:`set_partitions` was improved.
* :func:`partition` was optimized for expensive predicates.
* :func:`unique_everseen` and :func:`groupby_transform` were re-factored.
* The implementation for :func:`difference` was improved.

Other changes
* Python 3.4 has reached its end of life and is no longer supported.
* Python 3.8 is officially supported.
* The collate function has been deprecated. It raises a DeprecationWarning if used, and will be removed in a future release.
* :func:`one` and :func:`only` now provide more informative error messages.
* Unit tests were moved outside of the main package
* Various documentation fixes
2019-12-15 11:55:24 +00:00

14 lines
580 B
Text

@comment $NetBSD: PLIST,v 1.5 2019/12/15 11:55:24 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/more_itertools/__init__.py
${PYSITELIB}/more_itertools/__init__.pyc
${PYSITELIB}/more_itertools/__init__.pyo
${PYSITELIB}/more_itertools/more.py
${PYSITELIB}/more_itertools/more.pyc
${PYSITELIB}/more_itertools/more.pyo
${PYSITELIB}/more_itertools/recipes.py
${PYSITELIB}/more_itertools/recipes.pyc
${PYSITELIB}/more_itertools/recipes.pyo