940416a1e0
3.4 (2013-04-24) ---------------- - Switch to unicode internally. This should fix all en/decoding errors. [thet] - Support for non-ascii parameter values. Fixes #88. [warvariuc] - Added functions to transform chars in string with '\\' + any of r'\,;:' chars into '%{:02X}' form to avoid splitting on chars escaped with '\\'. [warvariuc] - Allow seconds in vUTCOffset properties. Fixes #55. [thet] - Let ``Component.decode`` better handle vRecur and vDDDLists properties. Fixes #70. [thet] - Don't let ``Component.add`` re-encode already encoded values. This simplifies the API, since there is no need explicitly pass ``encode=False``. Fixes #82. [thet] - Rename tzinfo_from_dt to tzid_from_dt, which is what it does. [thet] - More support for dateutil parsed tzinfo objects. Fixes #89. [leo-naeka] - Remove python-dateutil version fix at all. Current python-dateutil has Py3 and Py2 compatibility. [thet] - Declare the required python-dateutil dependency in setup.py. Fixes #90. [kleink] - Raise test coverage. [thet] - Remove interfaces module, as it is unused. [thet] - Remove ``test_doctests.py``, test suite already created properly in ``test_icalendar.py``. [rnix] - Transformed doctests into unittests, Test fixes and cleanup. [warvariuc]
77 lines
3.3 KiB
Text
77 lines
3.3 KiB
Text
@comment $NetBSD: PLIST,v 1.8 2013/05/04 23:48:02 wiz Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/icalendar/__init__.py
|
|
${PYSITELIB}/icalendar/__init__.pyc
|
|
${PYSITELIB}/icalendar/__init__.pyo
|
|
${PYSITELIB}/icalendar/cal.py
|
|
${PYSITELIB}/icalendar/cal.pyc
|
|
${PYSITELIB}/icalendar/cal.pyo
|
|
${PYSITELIB}/icalendar/caselessdict.py
|
|
${PYSITELIB}/icalendar/caselessdict.pyc
|
|
${PYSITELIB}/icalendar/caselessdict.pyo
|
|
${PYSITELIB}/icalendar/parser.py
|
|
${PYSITELIB}/icalendar/parser.pyc
|
|
${PYSITELIB}/icalendar/parser.pyo
|
|
${PYSITELIB}/icalendar/parser_tools.py
|
|
${PYSITELIB}/icalendar/parser_tools.pyc
|
|
${PYSITELIB}/icalendar/parser_tools.pyo
|
|
${PYSITELIB}/icalendar/prop.py
|
|
${PYSITELIB}/icalendar/prop.pyc
|
|
${PYSITELIB}/icalendar/prop.pyo
|
|
${PYSITELIB}/icalendar/tests/__init__.py
|
|
${PYSITELIB}/icalendar/tests/__init__.pyc
|
|
${PYSITELIB}/icalendar/tests/__init__.pyo
|
|
${PYSITELIB}/icalendar/tests/case_meetup.ics
|
|
${PYSITELIB}/icalendar/tests/encoding.ics
|
|
${PYSITELIB}/icalendar/tests/example.rst
|
|
${PYSITELIB}/icalendar/tests/groupscheduled.ics
|
|
${PYSITELIB}/icalendar/tests/groupscheduled.rst
|
|
${PYSITELIB}/icalendar/tests/multiple.ics
|
|
${PYSITELIB}/icalendar/tests/multiple.rst
|
|
${PYSITELIB}/icalendar/tests/recurrence.ics
|
|
${PYSITELIB}/icalendar/tests/recurrence.rst
|
|
${PYSITELIB}/icalendar/tests/small.ics
|
|
${PYSITELIB}/icalendar/tests/small.rst
|
|
${PYSITELIB}/icalendar/tests/test_encoding.py
|
|
${PYSITELIB}/icalendar/tests/test_encoding.pyc
|
|
${PYSITELIB}/icalendar/tests/test_encoding.pyo
|
|
${PYSITELIB}/icalendar/tests/test_fixed_issues.py
|
|
${PYSITELIB}/icalendar/tests/test_fixed_issues.pyc
|
|
${PYSITELIB}/icalendar/tests/test_fixed_issues.pyo
|
|
${PYSITELIB}/icalendar/tests/test_icalendar.py
|
|
${PYSITELIB}/icalendar/tests/test_icalendar.pyc
|
|
${PYSITELIB}/icalendar/tests/test_icalendar.pyo
|
|
${PYSITELIB}/icalendar/tests/test_property_params.py
|
|
${PYSITELIB}/icalendar/tests/test_property_params.pyc
|
|
${PYSITELIB}/icalendar/tests/test_property_params.pyo
|
|
${PYSITELIB}/icalendar/tests/test_time.py
|
|
${PYSITELIB}/icalendar/tests/test_time.pyc
|
|
${PYSITELIB}/icalendar/tests/test_time.pyo
|
|
${PYSITELIB}/icalendar/tests/test_timezoned.py
|
|
${PYSITELIB}/icalendar/tests/test_timezoned.pyc
|
|
${PYSITELIB}/icalendar/tests/test_timezoned.pyo
|
|
${PYSITELIB}/icalendar/tests/test_unit_cal.py
|
|
${PYSITELIB}/icalendar/tests/test_unit_cal.pyc
|
|
${PYSITELIB}/icalendar/tests/test_unit_cal.pyo
|
|
${PYSITELIB}/icalendar/tests/test_unit_caselessdict.py
|
|
${PYSITELIB}/icalendar/tests/test_unit_caselessdict.pyc
|
|
${PYSITELIB}/icalendar/tests/test_unit_caselessdict.pyo
|
|
${PYSITELIB}/icalendar/tests/test_unit_parser_tools.py
|
|
${PYSITELIB}/icalendar/tests/test_unit_parser_tools.pyc
|
|
${PYSITELIB}/icalendar/tests/test_unit_parser_tools.pyo
|
|
${PYSITELIB}/icalendar/tests/test_unit_prop.py
|
|
${PYSITELIB}/icalendar/tests/test_unit_prop.pyc
|
|
${PYSITELIB}/icalendar/tests/test_unit_prop.pyo
|
|
${PYSITELIB}/icalendar/tests/test_unit_tools.py
|
|
${PYSITELIB}/icalendar/tests/test_unit_tools.pyc
|
|
${PYSITELIB}/icalendar/tests/test_unit_tools.pyo
|
|
${PYSITELIB}/icalendar/tests/time.ics
|
|
${PYSITELIB}/icalendar/tests/timezoned.ics
|
|
${PYSITELIB}/icalendar/tools.py
|
|
${PYSITELIB}/icalendar/tools.pyc
|
|
${PYSITELIB}/icalendar/tools.pyo
|