From cc61009cdc86cedeb0aea431d955c608840d158f122ba573d7ad8e8f66deb3e3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 Jan 2022 15:28:53 +0000 Subject: [PATCH] - update to 0.8.2: * urllib.quote on uuids before including it in a new URL on object creation * Principal.calendar (and CalendarSet.calendar) now accepts an URL as "cal_id" * Minor workaround for problem with cloud.global/e.email: urllib.quote the calendar_home_set_url if it's a path and it contains the character '@' * Minor fixes to improve support for SOGo * Bugfix for non-ascii in the password * timezones ... the API of tzlocal was changed for a short while, pytz is deprecated, but icalendar only supports timestamps localized with pytz. What a mess! * Added supported-report-set to the tags (but so far no code for using it) * Multiget didn't work * Silly spelling mistake in one of the error classes * Attempts to resolve broken ical issues with X-APPLE-STRUCTURED-EVENT and X-APPLE-STRUCTURED-LOCATION (#37, ...) * Compatibility issue with e.email OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-caldav?expand=0&rev=19 --- caldav-0.8.0.tar.gz | 3 --- caldav-0.8.2.tar.gz | 3 +++ python-caldav.changes | 19 +++++++++++++++++++ python-caldav.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 caldav-0.8.0.tar.gz create mode 100644 caldav-0.8.2.tar.gz diff --git a/caldav-0.8.0.tar.gz b/caldav-0.8.0.tar.gz deleted file mode 100644 index 7ee08f6..0000000 --- a/caldav-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b40dc2b39950e78989d515ce6a2c1131f20cc2c413ba28f8d5b582546b40a4c -size 152602 diff --git a/caldav-0.8.2.tar.gz b/caldav-0.8.2.tar.gz new file mode 100644 index 0000000..e12d6e6 --- /dev/null +++ b/caldav-0.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37dfcecdb6753259a179794ba19ec0bdaf2d28fa745a8b2336c6ed252a0c777 +size 117087 diff --git a/python-caldav.changes b/python-caldav.changes index aa9a41a..10b3fe4 100644 --- a/python-caldav.changes +++ b/python-caldav.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Jan 15 15:28:00 UTC 2022 - Dirk Müller + +- update to 0.8.2: + * urllib.quote on uuids before including it in a new URL on object creation + * Principal.calendar (and CalendarSet.calendar) now accepts an URL as "cal_id" + * Minor workaround for problem with cloud.global/e.email: urllib.quote the + calendar_home_set_url if it's a path and it contains the character '@' + * Minor fixes to improve support for SOGo + * Bugfix for non-ascii in the password + * timezones ... the API of tzlocal was changed for a short while, + pytz is deprecated, but icalendar only supports timestamps localized with pytz. What a mess! + * Added supported-report-set to the tags (but so far no code for using it) + * Multiget didn't work + * Silly spelling mistake in one of the error classes + * Attempts to resolve broken ical issues with X-APPLE-STRUCTURED-EVENT + and X-APPLE-STRUCTURED-LOCATION (#37, ...) + * Compatibility issue with e.email + ------------------------------------------------------------------- Mon Jul 12 23:22:46 UTC 2021 - Jason Craig diff --git a/python-caldav.spec b/python-caldav.spec index 3aa4fb6..c4da3f8 100644 --- a/python-caldav.spec +++ b/python-caldav.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global modname caldav Name: python-%{modname} -Version: 0.8.0 +Version: 0.8.2 Release: 0 Summary: CalDAV (RFC4791) client library for Python License: Apache-2.0 AND GPL-3.0-or-later