diff --git a/icalendar-3.1.tar.gz b/icalendar-3.1.tar.gz deleted file mode 100644 index caf2674..0000000 --- a/icalendar-3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e35919e4292ba0d53519014b2c5fde86dd3eb0874babea50a4ae5d6c792cce61 -size 52177 diff --git a/icalendar-3.3.tar.gz b/icalendar-3.3.tar.gz new file mode 100644 index 0000000..afceedc --- /dev/null +++ b/icalendar-3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ac21ff1ac30a4a66f05817fb4ac3bc2af3c15e3eae68d5d5164963a17ee5bd +size 60268 diff --git a/python-icalendar.changes b/python-icalendar.changes index 41ceab9..2a3f23b 100644 --- a/python-icalendar.changes +++ b/python-icalendar.changes @@ -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 diff --git a/python-icalendar.spec b/python-icalendar.spec index de0c0cb..1cc79f5 100644 --- a/python-icalendar.spec +++ b/python-icalendar.spec @@ -1,7 +1,7 @@ # # spec file for package python-icalendar # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 7/2011 - now open-slx GmbH # Copyright (c) 2009 - 7/2011 Sascha Manns # @@ -20,7 +20,7 @@ %define modname icalendar Name: python-%{modname} -Version: 3.1 +Version: 3.3 Release: 0 Summary: Python parser/generator of iCalendar files package # please see https://github.com/collective/icalendar/issues/2 for re-licensing discussion @@ -56,9 +56,6 @@ python setup.py build python setup.py install --prefix=%{_prefix} --root=%{buildroot} %fdupes -s %{buildroot} -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) %doc README.rst docs/changelog.rst