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:   wiz
Date:           Sat Apr 12 13:36:49 UTC 2025

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

Log Message:
py-icalendar: update to 6.1.3.

6.1.3 (2025-03-19)

Bug fixes:

    Fix to permit TZID forward references to VTIMEZONEs
    Stabelize timezone id lookup, see Issue 780.

6.1.2 (2025-03-19)

Minor changes:

    Add funding link to Tidelift.
    Link to related package.
    Shorten first example in documentation.
    Add name and email properties to vCalAddress.
    Add type hint for property params in icalendar.prop.
    Set default value for params as params={} in mulitple constructors in icalendar.prop to improve usability.
    Improve object initialization performance in icalendar.prop.
    Add type hint for params in multiple constructors in icalendar.prop.

Bug fixes:

    Restrict timezones tested, see Issue 763


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/time/py-icalendar/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/time/py-icalendar/PLIST
cvs rdiff -u -r1.41 -r1.42 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.50 pkgsrc/time/py-icalendar/Makefile:1.51
--- pkgsrc/time/py-icalendar/Makefile:1.50      Sun Jan 19 18:46:34 2025
+++ pkgsrc/time/py-icalendar/Makefile   Sat Apr 12 13:36:49 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2025/01/19 18:46:34 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2025/04/12 13:36:49 wiz Exp $
 
-DISTNAME=      icalendar-6.1.1
+DISTNAME=      icalendar-6.1.3
 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.25 pkgsrc/time/py-icalendar/PLIST:1.26
--- pkgsrc/time/py-icalendar/PLIST:1.25 Sun Jan 19 18:46:34 2025
+++ pkgsrc/time/py-icalendar/PLIST      Sat Apr 12 13:36:49 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2025/01/19 18:46:34 wiz Exp $
+@comment $NetBSD: PLIST,v 1.26 2025/04/12 13:36:49 wiz Exp $
 bin/icalendar-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -52,6 +52,7 @@ ${PYSITELIB}/icalendar/tests/calendars/a
 ${PYSITELIB}/icalendar/tests/calendars/alarm_thunderbird_future.ics
 ${PYSITELIB}/icalendar/tests/calendars/alarm_thunderbird_snoozed_until_1457.ics
 ${PYSITELIB}/icalendar/tests/calendars/america_new_york.ics
+${PYSITELIB}/icalendar/tests/calendars/america_new_york_forward_reference.ics
 ${PYSITELIB}/icalendar/tests/calendars/big_bad_calendar.ics
 ${PYSITELIB}/icalendar/tests/calendars/bom_calendar.ics
 ${PYSITELIB}/icalendar/tests/calendars/broken_ical.ics
@@ -148,6 +149,9 @@ ${PYSITELIB}/icalendar/tests/prop/test_a
 ${PYSITELIB}/icalendar/tests/prop/test_component.py
 ${PYSITELIB}/icalendar/tests/prop/test_component.pyc
 ${PYSITELIB}/icalendar/tests/prop/test_component.pyo
+${PYSITELIB}/icalendar/tests/prop/test_constructors.py
+${PYSITELIB}/icalendar/tests/prop/test_constructors.pyc
+${PYSITELIB}/icalendar/tests/prop/test_constructors.pyo
 ${PYSITELIB}/icalendar/tests/prop/test_identity_and_equality.py
 ${PYSITELIB}/icalendar/tests/prop/test_identity_and_equality.pyc
 ${PYSITELIB}/icalendar/tests/prop/test_identity_and_equality.pyo
@@ -293,6 +297,9 @@ ${PYSITELIB}/icalendar/tests/test_unit_t
 ${PYSITELIB}/icalendar/tests/test_with_doctest.py
 ${PYSITELIB}/icalendar/tests/test_with_doctest.pyc
 ${PYSITELIB}/icalendar/tests/test_with_doctest.pyo
+${PYSITELIB}/icalendar/tests/timezone_ids.py
+${PYSITELIB}/icalendar/tests/timezone_ids.pyc
+${PYSITELIB}/icalendar/tests/timezone_ids.pyo
 ${PYSITELIB}/icalendar/tests/timezones/issue_237_brazilia_standard.ics
 ${PYSITELIB}/icalendar/tests/timezones/issue_53_tzid_parsed_properly.ics
 ${PYSITELIB}/icalendar/tests/timezones/issue_55_parse_error_on_utc_offset_with_seconds.ics

Index: pkgsrc/time/py-icalendar/distinfo
diff -u pkgsrc/time/py-icalendar/distinfo:1.41 pkgsrc/time/py-icalendar/distinfo:1.42
--- pkgsrc/time/py-icalendar/distinfo:1.41      Sun Jan 19 18:46:34 2025
+++ pkgsrc/time/py-icalendar/distinfo   Sat Apr 12 13:36:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2025/01/19 18:46:34 wiz Exp $
+$NetBSD: distinfo,v 1.42 2025/04/12 13:36:49 wiz Exp $
 
-BLAKE2s (icalendar-6.1.1.tar.gz) = f146b15fbf389d4e0d1e23f005dbf88e720e14f20d2e1553f09b4e775628380f
-SHA512 (icalendar-6.1.1.tar.gz) = 3afb10dcfd07d0348bb404e2bfef3b790e312764bed1147999a3322255d7c881a1513077b49b3ed6cfc03a22afa81a3211823d94a2414b00bc2c4503bed73264
-Size (icalendar-6.1.1.tar.gz) = 145256 bytes
+BLAKE2s (icalendar-6.1.3.tar.gz) = 28327cc9c7eee0babebd34bbcf05b1b89cf71c7c592ce34a002b6c5a6c0a6a0b
+SHA512 (icalendar-6.1.3.tar.gz) = aa0e92c0fcf6a394cca608391defd67616752b12984b5848eb56b89337537e3761fdbfc731838db2c565603ddcc845b034c4592b3be736d68c6f435726ed2977
+Size (icalendar-6.1.3.tar.gz) = 152131 bytes



Home | Main Index | Thread Index | Old Index