15
0

Accepting request 154985 from home:posophe:branches:devel:languages:python

Update to 3.3

OBS-URL: https://build.opensuse.org/request/show/154985
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icalendar?expand=0&rev=20
This commit is contained in:
Sascha Peilicke
2013-02-11 09:08:41 +00:00
committed by Git OBS Bridge
parent 5098c96db5
commit 1e2f12d456
4 changed files with 25 additions and 8 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Feb 9 15:46:49 UTC 2013 - p.drouand@gmail.com
- Update to version 3.3:
* Drop support for Python < 2.6.
* Allow vGeo to be instantiated with list and not only tuples of geo
coordinates. Fixes #83.
* Don't force to pass a list to vDDDLists and allow setting individual
RDATE and EXDATE values without having to wrap them in a list.
* Fix encoding function to allow setting RDATE and EXDATE values and not
to have bypass encoding with an icalendar property.
* Allow setting of timezone for vDDDLists and support timezone properties
for RDATE and EXDATE component properties.
* Move setting of TZID properties to vDDDTypes, where it belongs to.
* Use @staticmethod decorator instead of wrapper function.
* Extend quoting of parameter values to all of those characters: ",;: '".
This fixes an outlook incompatibility with some characters. Fixes: #79, Fixes: #81.
* Define VTIMETZONE subcomponents STANDARD and DAYLIGHT for RFC5545 compliance.
- Remove the "Clean" section, useless.
-------------------------------------------------------------------
Wed Jan 2 19:44:41 UTC 2013 - toddrme2178@gmail.com