pkgsrc-WIP-changes archive

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

py-tblib: update to 3.0.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Mon Nov 20 07:49:59 2023 -0800
Changeset:	2f8c4c95b022cdee443d5e1007b0d41aaab4a9aa

Modified Files:
	py-tblib/Makefile
	py-tblib/PLIST
	py-tblib/distinfo

Log Message:
py-tblib: update to 3.0.0

3.0.0 (2023-10-22)
Added support for __context__, __suppress_context__ and __notes__. Contributed by Tim Maxwell in #72.
Added the get_locals argument to tblib.pickling_support.install(), tblib.Traceback and tblib.Frame. Fixes #41.
Dropped support for now-EOL Python 3.7 and added 3.12 in the test grid.

2.0.0 (2023-06-22)
Removed support for legacy Pythons (2.7 and 3.6) and added Python 3.11 in the test grid.
Some cleanups and refactors (mostly from ruff).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2f8c4c95b022cdee443d5e1007b0d41aaab4a9aa

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

diffstat:
 py-tblib/Makefile | 6 ++++--
 py-tblib/PLIST    | 8 +++-----
 py-tblib/distinfo | 6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs:
diff --git a/py-tblib/Makefile b/py-tblib/Makefile
index 87ba4e9d5d..9ef5791eef 100644
--- a/py-tblib/Makefile
+++ b/py-tblib/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	tblib-1.7.0
+DISTNAME=	tblib-3.0.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_PYPI:=t/tblib/}
@@ -11,7 +11,9 @@ HOMEPAGE=	https://github.com/ionelmc/python-tblib/
 COMMENT=	Serialization library for Exceptions and Tracebacks
 LICENSE=	modified-bsd
 
-TOOL_DEPENDS+=       ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=68.2:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0.41:../../devel/py-wheel
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 do-test:
diff --git a/py-tblib/PLIST b/py-tblib/PLIST
index 6b67b1adc3..a0353d9097 100644
--- a/py-tblib/PLIST
+++ b/py-tblib/PLIST
@@ -1,18 +1,16 @@
 @comment $NetBSD$
 ${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
-${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/tblib/__init__.py
 ${PYSITELIB}/tblib/__init__.pyc
-${PYSITELIB}/tblib/cpython.py
-${PYSITELIB}/tblib/cpython.pyc
+${PYSITELIB}/tblib/__init__.pyo
 ${PYSITELIB}/tblib/decorators.py
 ${PYSITELIB}/tblib/decorators.pyc
+${PYSITELIB}/tblib/decorators.pyo
 ${PYSITELIB}/tblib/pickling_support.py
 ${PYSITELIB}/tblib/pickling_support.pyc
+${PYSITELIB}/tblib/pickling_support.pyo
diff --git a/py-tblib/distinfo b/py-tblib/distinfo
index 3d07516684..06c5351415 100644
--- a/py-tblib/distinfo
+++ b/py-tblib/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (tblib-1.7.0.tar.gz) = 12814d9e878630a4be933b1108d299cc3ba80bd07efd2cd9ab6f0f58839bafae
-SHA512 (tblib-1.7.0.tar.gz) = 10dcff18a1da386d9dd6bae35608f4a2d3bc8f87c15fcf49d886f98d95a6defd348ef0dc5637e03f4c553a933a0ecb4c215cf15b1e78fca58fea10052f9fb4e9
-Size (tblib-1.7.0.tar.gz) = 33074 bytes
+BLAKE2s (tblib-3.0.0.tar.gz) = 22e4d18660d5d6b39d85c9aa0618f6bee7ec8448c1118dcc7749f677a2d34c47
+SHA512 (tblib-3.0.0.tar.gz) = 9914709846a4a9b0d9fe0f58eb321085f69e11ce364930f67cc5fec008d6ca57963b17699b0a136e2de91ff01004275fc43a38f318b9faab7cb2fac861108297
+Size (tblib-3.0.0.tar.gz) = 30616 bytes


Home | Main Index | Thread Index | Old Index