py-utils: updated to 3.8.2

v3.8.2
Windows can also return an OSError instead of a ValueError for a fromtimestamp overflow
This commit is contained in:
adam 2024-01-25 10:56:02 +00:00
parent 47e1ce0877
commit b9c64f61aa
3 changed files with 15 additions and 17 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2023/09/27 09:45:27 adam Exp $
# $NetBSD: Makefile,v 1.13 2024/01/25 10:56:02 adam Exp $
DISTNAME= python-utils-3.8.1
DISTNAME= python-utils-3.8.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-utils/}
@ -10,9 +10,10 @@ HOMEPAGE= https://github.com/WoLpH/python-utils
COMMENT= Some convenient utilities not included with standard Python
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>3.10.0.2:../../devel/py-typing-extensions
TEST_DEPENDS+= ${PYPKGPREFIX}-loguru-[0-9]*:../../sysutils/py-loguru
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-mypy-[0-9]*:../../devel/py-test-mypy
@ -22,8 +23,5 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} _python_utils_tests
.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,9 +1,9 @@
@comment $NetBSD: PLIST,v 1.6 2022/10/31 15:25:41 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
@comment $NetBSD: PLIST,v 1.7 2024/01/25 10:56:02 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/python_utils/__about__.py
${PYSITELIB}/python_utils/__about__.pyc
${PYSITELIB}/python_utils/__about__.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2023/09/27 09:45:27 adam Exp $
$NetBSD: distinfo,v 1.13 2024/01/25 10:56:02 adam Exp $
BLAKE2s (python-utils-3.8.1.tar.gz) = 86e877b549d103c73094a48950f40e3876bbab52e894ba86e3fe721a7847d0f8
SHA512 (python-utils-3.8.1.tar.gz) = ccba9651cc99a8f4e3f13e7ff66a43a40d2e85bc735b6246524269495ff321225a0dcad9abd03ca9cb61b4b1b35a27009fac3fe87e3f748ffc5c87a956acd335
Size (python-utils-3.8.1.tar.gz) = 30545 bytes
BLAKE2s (python-utils-3.8.2.tar.gz) = 4ee6164b20a0b65562576a028a25da2c243469f7c10daa2bee1aa736a791ec78
SHA512 (python-utils-3.8.2.tar.gz) = e0de794abe95f3e205fcbde0fd52615f44128ffb702a406ff0d3f7ce2640ff60ac3cc508829245bce750ed191c9d3ae563b8f0619af4c2c43cacde6a1aa0fde4
Size (python-utils-3.8.2.tar.gz) = 30431 bytes