pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-dill
Module Name: pkgsrc
Committed By: adam
Date: Wed Jan 21 08:52:07 UTC 2026
Modified Files:
pkgsrc/textproc/py-dill: Makefile distinfo
Log Message:
py-dill: updated to 0.4.1
0.4.1
drop formal support for python 3.8
Bump h11 from 0.14.0 to 0.16.0 in /docs
use get_file_type to open _pyio file types
sync docs with RTD 13.4.0 and codecov token
update rtfd to 3.12 and docs requirements
formal support for 3.14; init support for 3.15
dict and weakref descriptors are singletons in 3.15
sync with rtd 15.4.1
ensure valid class qualname in getsource
avoid numpy segfault for 3.15.0a3
update copyright for 2026, urllib3 to 2.6.0
sync with rtfd 15.10.0
Bump urllib3 from 2.6.0 to 2.6.3 in /docs
fix pypy311 test_registered, update travis ci
cleanup outdated docs
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-dill/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-dill/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-dill/Makefile
diff -u pkgsrc/textproc/py-dill/Makefile:1.9 pkgsrc/textproc/py-dill/Makefile:1.10
--- pkgsrc/textproc/py-dill/Makefile:1.9 Sun Apr 20 20:17:10 2025
+++ pkgsrc/textproc/py-dill/Makefile Wed Jan 21 08:52:07 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2025/04/20 20:17:10 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2026/01/21 08:52:07 adam Exp $
-DISTNAME= dill-0.4.0
+DISTNAME= dill-0.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dill/}
Index: pkgsrc/textproc/py-dill/distinfo
diff -u pkgsrc/textproc/py-dill/distinfo:1.7 pkgsrc/textproc/py-dill/distinfo:1.8
--- pkgsrc/textproc/py-dill/distinfo:1.7 Sun Apr 20 20:17:10 2025
+++ pkgsrc/textproc/py-dill/distinfo Wed Jan 21 08:52:07 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2025/04/20 20:17:10 wiz Exp $
+$NetBSD: distinfo,v 1.8 2026/01/21 08:52:07 adam Exp $
-BLAKE2s (dill-0.4.0.tar.gz) = 31434df0ce742cfb7c6b3745b66b2ab0ccce0f61566bf7edea210769b5f1f7ba
-SHA512 (dill-0.4.0.tar.gz) = 1289780e9326959a4d2488e5097b889f27212fba23d35d5c0db00337b952cde20786ecdbefa03a8b276f0cec8dba5b8ea118245e39e4fe8fd3209b5c920829e7
-Size (dill-0.4.0.tar.gz) = 186976 bytes
+BLAKE2s (dill-0.4.1.tar.gz) = 248937f5f54cc831a61365a594a5b2b50447e7f869a3cd5e2bd2fed3837534a6
+SHA512 (dill-0.4.1.tar.gz) = af74f28e2cbf1cebae03f3b3f08ebff8ab90d5a2caba46529736c0f522806284da9a2967f1facb44eb7817c4213a88196d98d77883873dae8f7d7abb71dc9b2b
+Size (dill-0.4.1.tar.gz) = 187315 bytes
Home |
Main Index |
Thread Index |
Old Index