1
0
forked from pool/python-caldav

Accepting request 687583 from home:pgajdos

- version update to 0.6.0
  * caldav/elements/cdav.py - proper timezone support
  * caldav/elements/dav.py - add GetEtag
  * caldav/elements/cdav.py - allow Expand tag to be used with open-ended
    start
  * caldav/objects.py - enhancement: add the ability to add events to
    calendar using directly a vobject object, and not necessarily an ical
    string.
  * caldav/objects.py - bugfix: uid handling while fetching
    elements
  etc. see https://github.com/python-caldav/caldav/blob/master/ChangeLog
- almost all tests are online, do not run

OBS-URL: https://build.opensuse.org/request/show/687583
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-caldav?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2019-03-22 11:19:19 +00:00
committed by Git OBS Bridge
parent c686b64632
commit c28b3364c9
4 changed files with 27 additions and 8 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Mar 22 10:55:32 UTC 2019 - pgajdos@suse.com
- version update to 0.6.0
* caldav/elements/cdav.py - proper timezone support
* caldav/elements/dav.py - add GetEtag
* caldav/elements/cdav.py - allow Expand tag to be used with open-ended
start
* caldav/objects.py - enhancement: add the ability to add events to
calendar using directly a vobject object, and not necessarily an ical
string.
* caldav/objects.py - bugfix: uid handling while fetching
elements
etc. see https://github.com/python-caldav/caldav/blob/master/ChangeLog
- almost all tests are online, do not run
-------------------------------------------------------------------
Tue Dec 4 12:46:27 UTC 2018 - Matej Cepl <mcepl@suse.com>