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: Tue Oct 1 16:00:38 UTC 2024
Modified Files:
pkgsrc/textproc/py-dill: Makefile PLIST distinfo
Log Message:
py-dill: updated to 0.3.9
0.3.9
further skip BufferedRandomType if does not exist
remove stray import of dbm in objects
Add UnpicklingError import for dill.load_session()
Bump idna from 3.4 to 3.7 in /docs
Bump jinja2 from 3.1.3 to 3.1.4 in /docs
Bump requests from 2.31.0 to 2.32.0 in /docs
Bump tornado from 6.3.3 to 6.4.1 in /docs
update docs requirements to rtfd 10.27.0
Bump certifi from 2024.2.2 to 2024.7.4 in /docs
fix fencepost error when getting source inside decorator in interpreter
type check for Integral, bool by value
diff USE_NUMPY imports numpy.ma
adjust testing to account for frame.f_locals as a proxy in 3.13
better handle import strings of numpy scalars
handle a ThreadHandleType
more extensive testing for dill.source
add formal support for python 3.13
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-dill/Makefile \
pkgsrc/textproc/py-dill/PLIST 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.5 pkgsrc/textproc/py-dill/Makefile:1.6
--- pkgsrc/textproc/py-dill/Makefile:1.5 Sun Jan 28 13:07:37 2024
+++ pkgsrc/textproc/py-dill/Makefile Tue Oct 1 16:00:38 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/01/28 13:07:37 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/10/01 16:00:38 adam Exp $
-DISTNAME= dill-0.3.8
+DISTNAME= dill-0.3.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dill/}
@@ -15,8 +15,6 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
post-install:
.for file in get_gprof get_objgraph undill
cd ${DESTDIR}${PREFIX}/bin && \
Index: pkgsrc/textproc/py-dill/PLIST
diff -u pkgsrc/textproc/py-dill/PLIST:1.5 pkgsrc/textproc/py-dill/PLIST:1.6
--- pkgsrc/textproc/py-dill/PLIST:1.5 Sun Jan 28 13:07:37 2024
+++ pkgsrc/textproc/py-dill/PLIST Tue Oct 1 16:00:38 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/01/28 13:07:37 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/10/01 16:00:38 adam Exp $
bin/get_gprof-${PYVERSSUFFIX}
bin/get_objgraph-${PYVERSSUFFIX}
bin/undill-${PYVERSSUFFIX}
@@ -133,9 +133,15 @@ ${PYSITELIB}/dill/tests/test_session.pyo
${PYSITELIB}/dill/tests/test_source.py
${PYSITELIB}/dill/tests/test_source.pyc
${PYSITELIB}/dill/tests/test_source.pyo
+${PYSITELIB}/dill/tests/test_sources.py
+${PYSITELIB}/dill/tests/test_sources.pyc
+${PYSITELIB}/dill/tests/test_sources.pyo
${PYSITELIB}/dill/tests/test_temp.py
${PYSITELIB}/dill/tests/test_temp.pyc
${PYSITELIB}/dill/tests/test_temp.pyo
+${PYSITELIB}/dill/tests/test_threads.py
+${PYSITELIB}/dill/tests/test_threads.pyc
+${PYSITELIB}/dill/tests/test_threads.pyo
${PYSITELIB}/dill/tests/test_weakref.py
${PYSITELIB}/dill/tests/test_weakref.pyc
${PYSITELIB}/dill/tests/test_weakref.pyo
Index: pkgsrc/textproc/py-dill/distinfo
diff -u pkgsrc/textproc/py-dill/distinfo:1.5 pkgsrc/textproc/py-dill/distinfo:1.6
--- pkgsrc/textproc/py-dill/distinfo:1.5 Sun Jan 28 13:07:37 2024
+++ pkgsrc/textproc/py-dill/distinfo Tue Oct 1 16:00:38 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/01/28 13:07:37 wiz Exp $
+$NetBSD: distinfo,v 1.6 2024/10/01 16:00:38 adam Exp $
-BLAKE2s (dill-0.3.8.tar.gz) = c2159cad7158876407ffa7748b214e0dcf1de719b30800daedafad58d2c501f7
-SHA512 (dill-0.3.8.tar.gz) = 478d83af69dc0639a08e011e46127d9485dc998df54622e7fbb9ce4b004640d1b23aad57717d791cc609cd9d7071ea7300bce4be982488e4d21c5986e67ce586
-Size (dill-0.3.8.tar.gz) = 184847 bytes
+BLAKE2s (dill-0.3.9.tar.gz) = fc8a5e1754946ed0fa487f82e28a5bcdbbb5b4d7eef9f89d85df9c96a72c86be
+SHA512 (dill-0.3.9.tar.gz) = 461943ff8a0b7212b30e7c8b9e35348d0215c1c6dca356ad813e15c8721f39692fb61809349e5ee63a00d19a39aeae34c3b4def17257f8f7820e4318b81b273f
+Size (dill-0.3.9.tar.gz) = 187000 bytes
Home |
Main Index |
Thread Index |
Old Index