14
0
forked from pool/python-caldav

Accepting request 1133142 from home:pgajdos:python

pmmu version update

OBS-URL: https://build.opensuse.org/request/show/1133142
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-caldav?expand=0&rev=26
This commit is contained in:
2023-12-15 12:06:11 +00:00
committed by Git OBS Bridge
parent 46e714b95a
commit e0b0c42bf0
5 changed files with 29 additions and 281 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu Dec 14 11:08:18 UTC 2023 - pgajdos@suse.com
- deleted patches
- drop-python2-support.patch (upstreamed)
-------------------------------------------------------------------
Thu Dec 14 09:17:55 UTC 2023 - Petr Gajdos <pgajdos@suse.com>
- update to 1.3.9
[1.3.9] - 2023-12-12
Some bugfixes.
[1.3.6] - 2023-07-20
One of the tests has been partially disabled, ref #300 , #320 and #321
[1.3.3] - 2023-07-19
* Support for very big events, credits to github user @aaujon in #301
* Custom HTTP headers was added in v1.2, but documentation and unit test is added in v1.3
* More test code in #308
* Add props parameter to search function, credits to github user @ge-lem in #315
* Set an id field in calendar objects when populated through CalendarSet.calendars()
* get_relatives-method, #294
* get_dtend-method
-------------------------------------------------------------------
Thu Nov 3 17:38:12 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>