From 056cc18aef2a3208ce32d31f43db56c694ce2cc250e17502f8cda2ea719f9999 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 30 Jun 2024 20:33:43 +0000 Subject: [PATCH] - update to 5.0.13: * Guide to delete the build folder before running tests * Make documentation build with Python 3.12 * Update windows to olson conversion for Greenland Standard Time * Extend examples in Usage with alarm and recurrence * Document how to serve the built documentation to view with the browser * Improve test coverage OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icalendar?expand=0&rev=76 --- icalendar-5.0.12.tar.gz | 3 --- icalendar-5.0.13.tar.gz | 3 +++ python-icalendar.changes | 13 +++++++++++++ python-icalendar.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 icalendar-5.0.12.tar.gz create mode 100644 icalendar-5.0.13.tar.gz diff --git a/icalendar-5.0.12.tar.gz b/icalendar-5.0.12.tar.gz deleted file mode 100644 index f2e5b75..0000000 --- a/icalendar-5.0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73f9be68477722c98320621400943705dcfdbbc6c2b565253f72d3f87e514db8 -size 115981 diff --git a/icalendar-5.0.13.tar.gz b/icalendar-5.0.13.tar.gz new file mode 100644 index 0000000..374af06 --- /dev/null +++ b/icalendar-5.0.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92799fde8cce0b61daa8383593836d1e19136e504fa1671f471f98be9b029706 +size 119371 diff --git a/python-icalendar.changes b/python-icalendar.changes index d35406f..d631110 100644 --- a/python-icalendar.changes +++ b/python-icalendar.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Jun 30 20:33:27 UTC 2024 - Dirk Müller + +- update to 5.0.13: + * Guide to delete the build folder before running tests + * Make documentation build with Python 3.12 + * Update windows to olson conversion for Greenland Standard + Time + * Extend examples in Usage with alarm and recurrence + * Document how to serve the built documentation to view with + the browser + * Improve test coverage + ------------------------------------------------------------------- Fri Mar 22 20:43:45 UTC 2024 - Dirk Müller diff --git a/python-icalendar.spec b/python-icalendar.spec index 0959342..3cbab0c 100644 --- a/python-icalendar.spec +++ b/python-icalendar.spec @@ -21,7 +21,7 @@ %define modname icalendar %{?sle15_python_module_pythons} Name: python-%{modname} -Version: 5.0.12 +Version: 5.0.13 Release: 0 Summary: Python parser/generator of iCalendar files package License: BSD-2-Clause