pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-ciso8601



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Aug 20 18:31:47 UTC 2025

Modified Files:
        pkgsrc/time/py-ciso8601: Makefile distinfo

Log Message:
py-ciso8601: updated to 2.3.3

2.3.3

* Added Python 3.14 support
* Added PyPy 3.11 support
* Fixed memory leak in `FixedOffset_fromutc`
* Migrated some CI testing to GHA


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/time/py-ciso8601/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/time/py-ciso8601/distinfo

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-ciso8601/Makefile
diff -u pkgsrc/time/py-ciso8601/Makefile:1.9 pkgsrc/time/py-ciso8601/Makefile:1.10
--- pkgsrc/time/py-ciso8601/Makefile:1.9        Mon Apr 14 08:49:19 2025
+++ pkgsrc/time/py-ciso8601/Makefile    Wed Aug 20 18:31:47 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2025/04/14 08:49:19 adam Exp $
+# $NetBSD: Makefile,v 1.10 2025/08/20 18:31:47 adam Exp $
 
-DISTNAME=      ciso8601-2.3.2
+DISTNAME=      ciso8601-2.3.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/ciso8601/}
 
@@ -12,11 +11,10 @@ COMMENT=    Fast ISO8601 date time parser f
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TEST_DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 
 # error: 'for' loop initial declarations are only allowed in C99 mode
 FORCE_C_STD=   c99
 
-TEST_DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/time/py-ciso8601/distinfo
diff -u pkgsrc/time/py-ciso8601/distinfo:1.7 pkgsrc/time/py-ciso8601/distinfo:1.8
--- pkgsrc/time/py-ciso8601/distinfo:1.7        Tue Dec 10 10:11:01 2024
+++ pkgsrc/time/py-ciso8601/distinfo    Wed Aug 20 18:31:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/12/10 10:11:01 adam Exp $
+$NetBSD: distinfo,v 1.8 2025/08/20 18:31:47 adam Exp $
 
-BLAKE2s (ciso8601-2.3.2.tar.gz) = 0092dac674f578a8aa2063b66aac94fdbdb2414260769a01d99745a05b9d4ac4
-SHA512 (ciso8601-2.3.2.tar.gz) = 538a4353c7c83738410339b6138c48c7bdba4a891b9a2816d2499f26fd1887fef1368814763a8845accece74e5517754c01b94206c14434511d4891b6a3daa90
-Size (ciso8601-2.3.2.tar.gz) = 28214 bytes
+BLAKE2s (ciso8601-2.3.3.tar.gz) = 57b4f1d7be0ef3c99d022630d8adc96ab7e68ef78f16007535625b997e8c01d4
+SHA512 (ciso8601-2.3.3.tar.gz) = 747c18397316acc84d14b8c74b3fdb1cf82796bba415dafbec926fe8a538e447ac3d6ee8db12b86a684855e7aa8981dbeaa88f267fc6f01024b41dc4f1698cde
+Size (ciso8601-2.3.3.tar.gz) = 31909 bytes



Home | Main Index | Thread Index | Old Index