pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-icalendar



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 21 07:34:52 UTC 2025

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

Log Message:
py-icalendar: updated to 6.3.1

6.3.1
Bug fixes:
Remove forced quoting from parameters with space and single quote.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/time/py-icalendar/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/time/py-icalendar/PLIST
cvs rdiff -u -r1.44 -r1.45 pkgsrc/time/py-icalendar/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-icalendar/Makefile
diff -u pkgsrc/time/py-icalendar/Makefile:1.53 pkgsrc/time/py-icalendar/Makefile:1.54
--- pkgsrc/time/py-icalendar/Makefile:1.53      Sun May 18 10:04:38 2025
+++ pkgsrc/time/py-icalendar/Makefile   Wed May 21 07:34:52 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2025/05/18 10:04:38 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2025/05/21 07:34:52 adam Exp $
 
-DISTNAME=      icalendar-6.3.0
+DISTNAME=      icalendar-6.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/icalendar/}

Index: pkgsrc/time/py-icalendar/PLIST
diff -u pkgsrc/time/py-icalendar/PLIST:1.28 pkgsrc/time/py-icalendar/PLIST:1.29
--- pkgsrc/time/py-icalendar/PLIST:1.28 Sun May 18 10:04:38 2025
+++ pkgsrc/time/py-icalendar/PLIST      Wed May 21 07:34:52 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2025/05/18 10:04:38 wiz Exp $
+@comment $NetBSD: PLIST,v 1.29 2025/05/21 07:34:52 adam Exp $
 bin/icalendar-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -116,6 +116,7 @@ ${PYSITELIB}/icalendar/tests/calendars/i
 ${PYSITELIB}/icalendar/tests/calendars/issue_722_timezone_transition_ambiguity.ics
 ${PYSITELIB}/icalendar/tests/calendars/issue_798_freebusy.ics
 ${PYSITELIB}/icalendar/tests/calendars/issue_798_related_to.ics
+${PYSITELIB}/icalendar/tests/calendars/issue_836_do_not_quote_tzid.ics
 ${PYSITELIB}/icalendar/tests/calendars/multiple_calendar_components.ics
 ${PYSITELIB}/icalendar/tests/calendars/pacific_fiji.ics
 ${PYSITELIB}/icalendar/tests/calendars/parsing_error.ics
@@ -296,6 +297,9 @@ ${PYSITELIB}/icalendar/tests/test_issue_
 ${PYSITELIB}/icalendar/tests/test_issue_828.py
 ${PYSITELIB}/icalendar/tests/test_issue_828.pyc
 ${PYSITELIB}/icalendar/tests/test_issue_828.pyo
+${PYSITELIB}/icalendar/tests/test_issue_836_do_not_quote_tzid.py
+${PYSITELIB}/icalendar/tests/test_issue_836_do_not_quote_tzid.pyc
+${PYSITELIB}/icalendar/tests/test_issue_836_do_not_quote_tzid.pyo
 ${PYSITELIB}/icalendar/tests/test_multiple.py
 ${PYSITELIB}/icalendar/tests/test_multiple.pyc
 ${PYSITELIB}/icalendar/tests/test_multiple.pyo

Index: pkgsrc/time/py-icalendar/distinfo
diff -u pkgsrc/time/py-icalendar/distinfo:1.44 pkgsrc/time/py-icalendar/distinfo:1.45
--- pkgsrc/time/py-icalendar/distinfo:1.44      Sun May 18 10:04:38 2025
+++ pkgsrc/time/py-icalendar/distinfo   Wed May 21 07:34:52 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2025/05/18 10:04:38 wiz Exp $
+$NetBSD: distinfo,v 1.45 2025/05/21 07:34:52 adam Exp $
 
-BLAKE2s (icalendar-6.3.0.tar.gz) = 00f85a805d345752b09deb27512842b242814f9cf921713382aa0d468b43c890
-SHA512 (icalendar-6.3.0.tar.gz) = e283d135e8da98e1976be1b87773107a84c1f40ad8b3bc86c65ed10b735ccdf3af40c447d4e96fb98eb8c14023bd8810aa64c55ce57528b119fe2ce9c1a104cb
-Size (icalendar-6.3.0.tar.gz) = 176001 bytes
+BLAKE2s (icalendar-6.3.1.tar.gz) = fbd96180e3d25e63fa05018fcaed70ca3689557f3650886b318e810426d62efa
+SHA512 (icalendar-6.3.1.tar.gz) = f9762f4fc5827433e3ef8892dfd3252fa081d2db4f8ee5d0092c280f52944c564a230beea04b2b1a7db66bd2538416b5f5ae9a9253a87c62397caa64d8fc82b8
+Size (icalendar-6.3.1.tar.gz) = 177169 bytes



Home | Main Index | Thread Index | Old Index