summaryrefslogtreecommitdiff
path: root/PKG-INFO
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-06-20 09:11:42 +0200
committerGuido Guenther <agx@sigxcpu.org>2008-06-20 09:11:42 +0200
commitbd308fbf5f91cd2d9f86f9ea437bcf54a120a09c (patch)
tree6361d7bceda4ac2ef9f4b6de0565874f9da0c1a2 /PKG-INFO
parent7a6dcb8d42e0611d4d49130d0cb492d9f58e51d6 (diff)
Imported Upstream version 0.6.6
Diffstat (limited to 'PKG-INFO')
-rw-r--r--PKG-INFO28
1 files changed, 22 insertions, 6 deletions
diff --git a/PKG-INFO b/PKG-INFO
index 6ecafcc..3353477 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,20 +1,36 @@
Metadata-Version: 1.0
Name: vobject
-Version: 0.6.0
+Version: 0.6.6
Summary: VObject: module for reading vCard and vCalendar files
Home-page: http://vobject.skyhouseconsulting.com
Author: Jeffrey Harris
Author-email: jeffrey@osafoundation.org
License: Apache
-Description: Parses iCalendar and vCard files into Python data structures, decoding the relevant encodings. Also serializes vobject data structures to iCalendar, vCard, or (expirementally) hCalendar unicode strings.
+Description: Description
+ -----------
+
+ Parses iCalendar and vCard files into Python data structures, decoding the relevant encodings. Also serializes vobject data structures to iCalendar, vCard, or (expirementally) hCalendar unicode strings.
+
+ Requirements
+ ------------
Requires python 2.4 or later, dateutil (http://labix.org/python-dateutil) 1.1 or later.
- Recent changes:
- - Added VAVAILABILITY support
- - Improved wrapping of unicode lines, serialize encodes unicode as utf-8 by default
+ Recent changes
+ --------------
+
+ * Allow unicode names for TZIDs
+ * Worked around Lotus Notes use of underscores in names by just silently replacing
+ with dashes
+ * When allowing quoted-printable data, honor CHARSET for each line, defaulting to
+ iso-8859-1
+ * Simplified directory layout, unit tests are now available via setup.py test
+ * Added VAVAILABILITY support
+ * Improved wrapping of unicode lines, serialize encodes unicode as utf-8 by default
- For older changes, see http://vobject.skyhouseconsulting.com/history.html or http://websvn.osafoundation.org/listing.php?repname=vobject&path=/trunk/
+ For older changes, see
+ * http://vobject.skyhouseconsulting.com/history.html or
+ * http://websvn.osafoundation.org/listing.php?repname=vobject&path=/trunk/
Platform: any
Classifier: Development Status :: 4 - Beta