pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-boltons



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jun 29 10:07:20 UTC 2026

Modified Files:
        pkgsrc/devel/py-boltons: Makefile distinfo

Log Message:
py-boltons: updated to 26.0.0

26.0.0

- Added [`funcutils.once`][funcutils.once] decorator for one-time function execution
- Added [`strutils.human_readable_list`][strutils.human_readable_list] for formatting lists as human-readable strings
- Extended [`iterutils.partition`][iterutils.partition] to accept multiple predicates
- Added `cache` option to [`iterutils.remap`][iterutils.remap] and [`iterutils.research`][iterutils.research]
- Fixed [`iterutils.split`][iterutils.split] `maxsplit=0` wrapping source object instead of its values
- Fixed [`listutils.BarrelList`][listutils.BarrelList] `insert()` raising `IndexError` on large negative indices (now clamps like built-in `list`)
- Fixed [`listutils.BarrelList`][listutils.BarrelList] `sort()` with multiple internal lists
- Fixed [`dictutils.OrderedMultiDict`][dictutils.OrderedMultiDict] equality comparison against plain mappings
- Fixed [`strutils.bytes2human`][strutils.bytes2human] rollover at exact powers of 1024
- Fixed [`tbutils.ParsedException.from_string`][tbutils.ParsedException] `IndexError` on truncated tracebacks
- Fixed [`tableutils.Table.to_text`][tableutils.Table] column sizing
- Fixed [`strutils.html2text`][strutils.html2text] handling
- Added Python 3.14 support


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-boltons/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-boltons/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-boltons/Makefile
diff -u pkgsrc/devel/py-boltons/Makefile:1.11 pkgsrc/devel/py-boltons/Makefile:1.12
--- pkgsrc/devel/py-boltons/Makefile:1.11       Sun Feb 23 18:43:57 2025
+++ pkgsrc/devel/py-boltons/Makefile    Mon Jun 29 10:07:20 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2025/02/23 18:43:57 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2026/06/29 10:07:20 adam Exp $
 
-DISTNAME=      boltons-25.0.0
+DISTNAME=      boltons-26.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/boltons/}
 

Index: pkgsrc/devel/py-boltons/distinfo
diff -u pkgsrc/devel/py-boltons/distinfo:1.10 pkgsrc/devel/py-boltons/distinfo:1.11
--- pkgsrc/devel/py-boltons/distinfo:1.10       Wed Feb  5 20:56:23 2025
+++ pkgsrc/devel/py-boltons/distinfo    Mon Jun 29 10:07:20 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/02/05 20:56:23 adam Exp $
+$NetBSD: distinfo,v 1.11 2026/06/29 10:07:20 adam Exp $
 
-BLAKE2s (boltons-25.0.0.tar.gz) = 3b23722e11bfcfcd965b964528a4b505e677979d55e6687bc4d745197ad0753f
-SHA512 (boltons-25.0.0.tar.gz) = 4a1c9a511d5628c21c0416f289260f0dcbf4ebc38338d8dbf2d9a7ee8031b5d69c74ca6f5bc0a97fee1773a6e86fdb470af9b643f0c0b89db23987fe842dff4f
-Size (boltons-25.0.0.tar.gz) = 246294 bytes
+BLAKE2s (boltons-26.0.0.tar.gz) = 90daedaeebadb762e8ae01a66330843c02d1558200c56a0d0444d9095134ab0c
+SHA512 (boltons-26.0.0.tar.gz) = c2f1f61d57ad9716da07a0d8f128cf8624f9c9134d659f7f7f6fe87471e1738a5ce29f486f8cf2348e292c4f30e500825b45577cefefa54c5a67e5acbc09813f
+Size (boltons-26.0.0.tar.gz) = 225129 bytes



Home | Main Index | Thread Index | Old Index