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 Feb 25 13:50:38 UTC 2026

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

Log Message:
py-icalendar: updated to 7.0.2

7.0.2

Minor changes

Show required code changes in the CI output to help contributors solve the formatting issues.
Use ruff 0.15.0 for code formatting in tox.ini.

New features

Enabled Calendar.from_ical to read calendars from files.
Added Calendar.journals property to retrieve all journal components.

Documentation

Removed methods of str, int, and other classes and methods in the Python standard library from the documentation.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/time/py-icalendar/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/time/py-icalendar/PLIST
cvs rdiff -u -r1.48 -r1.49 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.57 pkgsrc/time/py-icalendar/Makefile:1.58
--- pkgsrc/time/py-icalendar/Makefile:1.57      Sun Feb 22 11:18:11 2026
+++ pkgsrc/time/py-icalendar/Makefile   Wed Feb 25 13:50:38 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2026/02/22 11:18:11 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2026/02/25 13:50:38 adam Exp $
 
-DISTNAME=      icalendar-7.0.1
+DISTNAME=      icalendar-7.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/icalendar/}
@@ -23,8 +23,8 @@ USE_LANGUAGES=        # none
 REPLACE_SH+=           src/icalendar/tests/fuzzed/generate_python_test_cases_from_downloaded_clusterfuzz_test_cases.sh
 REPLACE_PYTHON+=       src/icalendar/cli.py
 
-# as of 7.0.0
-# 16 failed, 12063 passed, 23 skipped, 6 errors
+# as of 7.0.2
+# 1 failed, 12085 passed, 23 skipped, 6 errors
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \

Index: pkgsrc/time/py-icalendar/PLIST
diff -u pkgsrc/time/py-icalendar/PLIST:1.30 pkgsrc/time/py-icalendar/PLIST:1.31
--- pkgsrc/time/py-icalendar/PLIST:1.30 Mon Feb 16 11:15:47 2026
+++ pkgsrc/time/py-icalendar/PLIST      Wed Feb 25 13:50:38 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.30 2026/02/16 11:15:47 wiz Exp $
+@comment $NetBSD: PLIST,v 1.31 2026/02/25 13:50:38 adam Exp $
 bin/icalendar-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -616,6 +616,9 @@ ${PYSITELIB}/icalendar/tests/test_issue_
 ${PYSITELIB}/icalendar/tests/test_issue_722_generate_vtimezone.py
 ${PYSITELIB}/icalendar/tests/test_issue_722_generate_vtimezone.pyc
 ${PYSITELIB}/icalendar/tests/test_issue_722_generate_vtimezone.pyo
+${PYSITELIB}/icalendar/tests/test_issue_756_read_calendar_from_file.py
+${PYSITELIB}/icalendar/tests/test_issue_756_read_calendar_from_file.pyc
+${PYSITELIB}/icalendar/tests/test_issue_756_read_calendar_from_file.pyo
 ${PYSITELIB}/icalendar/tests/test_issue_798_property_parameters.py
 ${PYSITELIB}/icalendar/tests/test_issue_798_property_parameters.pyc
 ${PYSITELIB}/icalendar/tests/test_issue_798_property_parameters.pyo

Index: pkgsrc/time/py-icalendar/distinfo
diff -u pkgsrc/time/py-icalendar/distinfo:1.48 pkgsrc/time/py-icalendar/distinfo:1.49
--- pkgsrc/time/py-icalendar/distinfo:1.48      Sun Feb 22 11:18:11 2026
+++ pkgsrc/time/py-icalendar/distinfo   Wed Feb 25 13:50:38 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.48 2026/02/22 11:18:11 wiz Exp $
+$NetBSD: distinfo,v 1.49 2026/02/25 13:50:38 adam Exp $
 
-BLAKE2s (icalendar-7.0.1.tar.gz) = f613b59f50f313b659a888d753d80e07856b2b7ffa2690c6e4b27f1e56f78584
-SHA512 (icalendar-7.0.1.tar.gz) = 6c209ebe41f4795843a3d1dcb04a4994d6f23ae2904e63819412259be420802db673cb7f1136942a5fa1322a0dc4526a398f91bf439d1b8c3ce1d13080f57cdc
-Size (icalendar-7.0.1.tar.gz) = 439216 bytes
+BLAKE2s (icalendar-7.0.2.tar.gz) = 07dbcac322d95da4d2d6ec70ff6a79b3fe39b7866d6b7d946eeb68002c39b55f
+SHA512 (icalendar-7.0.2.tar.gz) = 3de540195f227535c6258bde6595d3404a7050f2aa37eb9c811dcaf3ed7700c1bb7f8efef3a0ab077e21f4e516475a33ff963b1ef307e160724e2f40fcb913d3
+Size (icalendar-7.0.2.tar.gz) = 440039 bytes



Home | Main Index | Thread Index | Old Index