From c1527336df5505bfb42a264ae9d233a7241b4b55 Mon Sep 17 00:00:00 2001 From: Bob Florian Date: Fri, 15 Sep 2023 11:19:28 -0500 Subject: [PATCH 1/2] Update about.rst updated about.rst to include details that the repo is not obsolete and still compliant with RFC5545 --- docs/about.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/about.rst b/docs/about.rst index bfc3b97b..7a1b082e 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -1,15 +1,13 @@ About ===== -`Max M`_ had often needed to parse and generate iCalendar files. Finally he got +`Max M`_ had often needed to parse and generate iCalendar files. Finally, he got tired of writing ad-hoc tools. This package is his attempt at making an iCalendar package for Python. The inspiration has come from the email package in the standard lib, which he thinks is pretty simple, yet efficient and powerful. -At the time of writing this, last version was released more then 2 years ago. -Since then many things have changes. For one, `RFC 2445`_ was updated by `RFC -5545`_ which makes this package. So in some sense this package became outdated. +The icalendar package is an RFC 5545-compatible parser/generator for iCalendar files. .. _`Max M`: http://www.mxm.dk .. _`RFC 2445`: https://tools.ietf.org/html/rfc2445 From e8c6f8b04de4019f816f1216ee93820e1f338ab5 Mon Sep 17 00:00:00 2001 From: Bob Florian Date: Fri, 15 Sep 2023 11:21:36 -0500 Subject: [PATCH 2/2] Update CHANGES.rst --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index efea7c32..d6eaf63c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,7 @@ Minor changes: - Add documentation on how to parse ``.ics`` files. #152 - Move pip caching into Python setup action. - Check that issue #165 can be closed. +- Updated about.rst for issue #527 Breaking changes: