pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-aniso8601



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jan 10 08:49:06 UTC 2025

Modified Files:
        pkgsrc/time/py-aniso8601: Makefile PLIST distinfo

Log Message:
py-aniso8601: updated to 10.0.0

10.0.0

Reduced accuracy representations of years when parsing a calendar date are now only allowed to be [YY] (see 31)
No longer specify a Python interpreter version to Black
Cleanup unsupported Pylint configuration options
Fix used-before-assignment errors
Fix coverage issue caused by unreachable conditional in _parse_interval_end


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/time/py-aniso8601/Makefile \
    pkgsrc/time/py-aniso8601/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/time/py-aniso8601/PLIST

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

Modified files:

Index: pkgsrc/time/py-aniso8601/Makefile
diff -u pkgsrc/time/py-aniso8601/Makefile:1.10 pkgsrc/time/py-aniso8601/Makefile:1.11
--- pkgsrc/time/py-aniso8601/Makefile:1.10      Wed Mar 29 09:34:14 2023
+++ pkgsrc/time/py-aniso8601/Makefile   Fri Jan 10 08:49:06 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2023/03/29 09:34:14 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/01/10 08:49:06 adam Exp $
 
-DISTNAME=      aniso8601-9.0.1
+DISTNAME=      aniso8601-10.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aniso8601/}
 
@@ -11,13 +10,9 @@ HOMEPAGE=    https://bitbucket.org/nielsenb
 COMMENT=       Library for parsing ISO 8601 strings
 LICENSE=       modified-bsd
 
-.include "../../lang/python/pyversion.mk"
-
-.if ${PYTHON_VERSION} == 207
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=2.0.0:../../devel/py-mock
-.endif
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/py-aniso8601/distinfo
diff -u pkgsrc/time/py-aniso8601/distinfo:1.10 pkgsrc/time/py-aniso8601/distinfo:1.11
--- pkgsrc/time/py-aniso8601/distinfo:1.10      Tue Oct 26 11:24:32 2021
+++ pkgsrc/time/py-aniso8601/distinfo   Fri Jan 10 08:49:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:24:32 nia Exp $
+$NetBSD: distinfo,v 1.11 2025/01/10 08:49:06 adam Exp $
 
-BLAKE2s (aniso8601-9.0.1.tar.gz) = 04959aae3a3320b2a950a712dab341d32f35d00d7226ff5c5f0cb62869f53cf9
-SHA512 (aniso8601-9.0.1.tar.gz) = a17c363a3a67b69a2fde50cc37b080b52615cebc453ef70090498ffce909775b0109c889b63e87381c795c2d8531efd6048542627c88e97297ac22ce81c10c8c
-Size (aniso8601-9.0.1.tar.gz) = 47345 bytes
+BLAKE2s (aniso8601-10.0.0.tar.gz) = 2ee6d71afbf132b92c623d6346a6ea7890c387e0d6201326559d57d1a6ed22cd
+SHA512 (aniso8601-10.0.0.tar.gz) = 62cb81308f8445d05d81d97928a1c5d93434ba59364b471cf4adb074aab6e465921a283c2403880b16771b7e8c1e2d6b91bdc9e1e6fcbcf6c83c88b8bb842a6c
+Size (aniso8601-10.0.0.tar.gz) = 47008 bytes

Index: pkgsrc/time/py-aniso8601/PLIST
diff -u pkgsrc/time/py-aniso8601/PLIST:1.6 pkgsrc/time/py-aniso8601/PLIST:1.7
--- pkgsrc/time/py-aniso8601/PLIST:1.6  Wed May 19 11:08:08 2021
+++ pkgsrc/time/py-aniso8601/PLIST      Fri Jan 10 08:49:06 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.6 2021/05/19 11:08:08 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 2025/01/10 08:49:06 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}/aniso8601/__init__.py
 ${PYSITELIB}/aniso8601/__init__.pyc
 ${PYSITELIB}/aniso8601/__init__.pyo



Home | Main Index | Thread Index | Old Index