15
0

- update to 5.0.12:

* 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
  * 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icalendar?expand=0&rev=74
This commit is contained in:
2024-03-22 20:44:27 +00:00
committed by Git OBS Bridge
parent 3150a426d2
commit 4055cb39e7
4 changed files with 29 additions and 6 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Mar 22 20:43:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.0.12:
* 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
* 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
-------------------------------------------------------------------
Sat Jan 20 12:19:31 UTC 2024 - Dirk Müller <dmueller@suse.com>