pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-more-itertools



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep  3 14:30:30 UTC 2025

Modified Files:
        pkgsrc/devel/py-more-itertools: Makefile distinfo

Log Message:
py-more-itertools: updated to 10.8.0

10.8.0

* New functions:
    * :func:`derangements` was added (thanks to debruijn)
    * :func:`argmin` and :func:`argmax` were added (thanks to rhettinger)
    * :func:`running_median` was added (thanks to rhettinger)
    * :func:`extract` was added (thanks to rhettinger)
    * :func:`interleave_randomly` was added (thanks to ktbarrett)

* Changes to existing functions:
    * The type hints and docstring for :func:`batched` were improved (thanks to qobilidop and inventshah)
    * The memory usage of :func:`islice_extended` was reduced (thanks to ben42code)
    * The performance of :func:`sample` and :func:`consecutive_groups`, :func:`dft`, :func:`idft`, :func:`map_if`, :func:`count_cycle`, and :func:`tail` were improved (thanks to rhettinger)
    * The performance of :func:`before_and_after`, :func:`mark_ends`, and :func:`interleave_longest` were improved (thanks to pochmann3)
    * :func:`nth_prime` now accepts an ``approximate`` keyword. When set to ``True``, a faster but less accurate method is used to return a result. (thanks to rhettinger)
    * :func:`last` now works when its input has ``__reversed__`` set to ``None`` (thanks to inventshah)
    * The :func:`unzip` function was simplified (thanks to pochmann3)
    * The :func:`reshape` function now accepts ``shape`` values that represent multidimensional matrices (thanks to rhettinger)

* Other changes:
    * An issue with dark themes and documentation display was fixed (thanks to pochmann3, moreati, and pradyunsg)
    * Variable names in several functions were improved (thanks to rhettinger)
    * The docstrings for :func:`dft`, :func:`idft`, :func:`minmax`, :func:`sample`, and :func:`multinomial` were improved (thanks to rhettinger)
    * Packaging and package index metadata were improved (thanks to cdce8p)
    * Several aspects of the documentation were improved (thanks to rhettinger, saadmanrafat)
    * The Makefile now refers to `python` instead of `python3` (thanks to ktbarrett)
    * Test coverage was improved (thanks to rhettinger)
    * Python 3.14 is now tested by GitHub Actions


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/py-more-itertools/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-more-itertools/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-more-itertools/Makefile
diff -u pkgsrc/devel/py-more-itertools/Makefile:1.37 pkgsrc/devel/py-more-itertools/Makefile:1.38
--- pkgsrc/devel/py-more-itertools/Makefile:1.37        Wed Apr 23 07:07:02 2025
+++ pkgsrc/devel/py-more-itertools/Makefile     Wed Sep  3 14:30:29 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2025/04/23 07:07:02 adam Exp $
+# $NetBSD: Makefile,v 1.38 2025/09/03 14:30:29 adam Exp $
 
-DISTNAME=      more_itertools-10.7.0
+DISTNAME=      more_itertools-10.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/more-itertools/}

Index: pkgsrc/devel/py-more-itertools/distinfo
diff -u pkgsrc/devel/py-more-itertools/distinfo:1.34 pkgsrc/devel/py-more-itertools/distinfo:1.35
--- pkgsrc/devel/py-more-itertools/distinfo:1.34        Wed Apr 23 07:07:02 2025
+++ pkgsrc/devel/py-more-itertools/distinfo     Wed Sep  3 14:30:29 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2025/04/23 07:07:02 adam Exp $
+$NetBSD: distinfo,v 1.35 2025/09/03 14:30:29 adam Exp $
 
-BLAKE2s (more_itertools-10.7.0.tar.gz) = 558788d9de9518de5cc1fefe9f758a587758f567afa8dd7b3757abcdb2b8f984
-SHA512 (more_itertools-10.7.0.tar.gz) = a0b2b5d7ae4dc6ecc3c6b81dacccbe23174f31cf6eaba4bef27bf17f8b69a083cbad54818db870289d788da8bbffc362f8b34acb838a5af1c398bd85fbd6db5d
-Size (more_itertools-10.7.0.tar.gz) = 127671 bytes
+BLAKE2s (more_itertools-10.8.0.tar.gz) = 18b0209994eec69fdbfbb0753b090ec9272797ecb77c731148b7c12c598ae6b9
+SHA512 (more_itertools-10.8.0.tar.gz) = 541ed387a31ee9fe3576c857ea0d552b1280d48d6f94556f83dd813ce19e0f41a40e0ecc7b5b8cc4b854a0920c66ed9a09a6dd63322f597efac15378c532d59c
+Size (more_itertools-10.8.0.tar.gz) = 137431 bytes



Home | Main Index | Thread Index | Old Index