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: Fri Apr 5 10:39:47 UTC 2024
Modified Files:
pkgsrc/time/py-icalendar: Makefile PLIST distinfo
Log Message:
py-icalendar: update to 5.0.12.
5.0.12 (2024-03-19)
-------------------
Minor changes:
- Added corpus to fuzzing directory
- Added exclusion of fuzzing corpus in MANIFEST.in
- Augmented fuzzer to optionally convert multiple calendars from a source string
- Add script to convert OSS FUZZ test cases to Python/pytest test cases
- Added additional exception handling of defined errors to fuzzer, to allow fuzzer to explore deeper
- Added more instrumentation to fuzz-harness
- Rename "contributor" to "collaborator" in documentation
- Correct the outdated "icalendar view myfile.ics" command in documentation. #588
- Update GitHub Actions steps versions
- Keep GitHub Actions up to date with GitHub's Dependabot
Bug fixes:
- ...
- Fixed index error in cal.py when attempting to pop from an empty stack
- Fixed type error in prop.py when attempting to join strings into a byte-string
- Caught Wrong Date Format in ical_fuzzer to resolve fuzzing coverage blocker
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/time/py-icalendar/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/time/py-icalendar/PLIST
cvs rdiff -u -r1.35 -r1.36 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.43 pkgsrc/time/py-icalendar/Makefile:1.44
--- pkgsrc/time/py-icalendar/Makefile:1.43 Mon Nov 6 13:53:16 2023
+++ pkgsrc/time/py-icalendar/Makefile Fri Apr 5 10:39:47 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2023/11/06 13:53:16 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2024/04/05 10:39:47 wiz Exp $
-DISTNAME= icalendar-5.0.11
+DISTNAME= icalendar-5.0.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/icalendar/}
@@ -19,6 +19,8 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
+REPLACE_SH+= src/icalendar/tests/fuzzed/generate_python_test_cases_from_downloaded_clusterfuzz_test_cases.sh
+
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} icalendar icalendar-${PYVERSSUFFIX} || ${TRUE}
Index: pkgsrc/time/py-icalendar/PLIST
diff -u pkgsrc/time/py-icalendar/PLIST:1.19 pkgsrc/time/py-icalendar/PLIST:1.20
--- pkgsrc/time/py-icalendar/PLIST:1.19 Mon Nov 6 13:53:16 2023
+++ pkgsrc/time/py-icalendar/PLIST Fri Apr 5 10:39:47 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2023/11/06 13:53:16 wiz Exp $
+@comment $NetBSD: PLIST,v 1.20 2024/04/05 10:39:47 wiz Exp $
bin/icalendar-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -58,6 +58,8 @@ ${PYSITELIB}/icalendar/tests/calendars/i
${PYSITELIB}/icalendar/tests/calendars/issue_526_calendar_with_shuffeled_events.ics
${PYSITELIB}/icalendar/tests/calendars/multiple_calendar_components.ics
${PYSITELIB}/icalendar/tests/calendars/pacific_fiji.ics
+${PYSITELIB}/icalendar/tests/calendars/parsing_error.ics
+${PYSITELIB}/icalendar/tests/calendars/parsing_error_in_UTC_offset.ics
${PYSITELIB}/icalendar/tests/calendars/period_with_timezone.ics
${PYSITELIB}/icalendar/tests/calendars/pr_480_summary_with_colon.ics
${PYSITELIB}/icalendar/tests/calendars/small_bad_calendar.ics
@@ -94,6 +96,13 @@ ${PYSITELIB}/icalendar/tests/events/issu
${PYSITELIB}/icalendar/tests/events/issue_64_event_with_non_ascii_summary.ics
${PYSITELIB}/icalendar/tests/events/issue_70_rrule_causes_attribute_error.ics
${PYSITELIB}/icalendar/tests/events/issue_82_expected_output.ics
+${PYSITELIB}/icalendar/tests/fuzzed/__init__.py
+${PYSITELIB}/icalendar/tests/fuzzed/__init__.pyc
+${PYSITELIB}/icalendar/tests/fuzzed/__init__.pyo
+${PYSITELIB}/icalendar/tests/fuzzed/generate_python_test_cases_from_downloaded_clusterfuzz_test_cases.sh
+${PYSITELIB}/icalendar/tests/fuzzed/test_fuzzed_calendars.py
+${PYSITELIB}/icalendar/tests/fuzzed/test_fuzzed_calendars.pyc
+${PYSITELIB}/icalendar/tests/fuzzed/test_fuzzed_calendars.pyo
${PYSITELIB}/icalendar/tests/hypothesis/test_fuzzing.py
${PYSITELIB}/icalendar/tests/hypothesis/test_fuzzing.pyc
${PYSITELIB}/icalendar/tests/hypothesis/test_fuzzing.pyo
@@ -113,12 +122,12 @@ ${PYSITELIB}/icalendar/tests/test_equali
${PYSITELIB}/icalendar/tests/test_examples.py
${PYSITELIB}/icalendar/tests/test_examples.pyc
${PYSITELIB}/icalendar/tests/test_examples.pyo
-${PYSITELIB}/icalendar/tests/test_fixed_issues.py
-${PYSITELIB}/icalendar/tests/test_fixed_issues.pyc
-${PYSITELIB}/icalendar/tests/test_fixed_issues.pyo
${PYSITELIB}/icalendar/tests/test_icalendar.py
${PYSITELIB}/icalendar/tests/test_icalendar.pyc
${PYSITELIB}/icalendar/tests/test_icalendar.pyo
+${PYSITELIB}/icalendar/tests/test_issue_116.py
+${PYSITELIB}/icalendar/tests/test_issue_116.pyc
+${PYSITELIB}/icalendar/tests/test_issue_116.pyo
${PYSITELIB}/icalendar/tests/test_issue_165_missing_event.py
${PYSITELIB}/icalendar/tests/test_issue_165_missing_event.pyc
${PYSITELIB}/icalendar/tests/test_issue_165_missing_event.pyo
@@ -146,6 +155,9 @@ ${PYSITELIB}/icalendar/tests/test_issue_
${PYSITELIB}/icalendar/tests/test_multiple.py
${PYSITELIB}/icalendar/tests/test_multiple.pyc
${PYSITELIB}/icalendar/tests/test_multiple.pyo
+${PYSITELIB}/icalendar/tests/test_oss_fuzz_errors.py
+${PYSITELIB}/icalendar/tests/test_oss_fuzz_errors.pyc
+${PYSITELIB}/icalendar/tests/test_oss_fuzz_errors.pyo
${PYSITELIB}/icalendar/tests/test_parsing.py
${PYSITELIB}/icalendar/tests/test_parsing.pyc
${PYSITELIB}/icalendar/tests/test_parsing.pyo
Index: pkgsrc/time/py-icalendar/distinfo
diff -u pkgsrc/time/py-icalendar/distinfo:1.35 pkgsrc/time/py-icalendar/distinfo:1.36
--- pkgsrc/time/py-icalendar/distinfo:1.35 Mon Nov 6 13:53:16 2023
+++ pkgsrc/time/py-icalendar/distinfo Fri Apr 5 10:39:47 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2023/11/06 13:53:16 wiz Exp $
+$NetBSD: distinfo,v 1.36 2024/04/05 10:39:47 wiz Exp $
-BLAKE2s (icalendar-5.0.11.tar.gz) = 24d950375557d9ebefaafa0fe463d28d690e0d105e2e9dfeb520d18ae323e7ef
-SHA512 (icalendar-5.0.11.tar.gz) = ac567ac761fde076d5895a3353fff4de9244847689d4f5366d918223a49f1ffa87063f8bb55b7458092369482868e40d2c9925ea7d95e77feeaf3d9711a5b7d9
-Size (icalendar-5.0.11.tar.gz) = 112178 bytes
+BLAKE2s (icalendar-5.0.12.tar.gz) = 7a44e1f87046932feb2fcc9673e083cc21a0c21f7cd75cd39497564b77951e26
+SHA512 (icalendar-5.0.12.tar.gz) = 0b608054b955223c1b876c8395b94a501f6b5afb92285561750749882cde2d55cbb48487f7fcd64188d2d6cd193f3bdb5634871352eb5b7a445c483075a62453
+Size (icalendar-5.0.12.tar.gz) = 115981 bytes
Home |
Main Index |
Thread Index |
Old Index