From 04fbc14f2cb52645b4e26768009abeada571419e Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 19 Jan 2014 09:12:17 +0000 Subject: Update to 3.6.1: 3.6.1 (2014-01-13) ------------------ - Open text files referenced by setup.py as utf-8, no matter what the locale settings are set to. Fixes #122. [sochotnicky] - Add tox.ini to source tarball, which simplifies testing for in distributions. [sochotnicky] 3.6 (2014-01-06) ---------------- - Python3 (3.3+) + Python 2 (2.6+) support [geier] - Made sure to_ical() always returns bytes [geier] - Support adding lists to a component property, which value already was a list and remove the Component.set method, which was only used by the add method. [thet] - Remove ability to add property parameters via a value's params attribute when adding via cal.add (that was only possible for custom value objects and makes up a strange API), but support a parameter attribute on cal.add's method signature to pass a dictionary with property parameter key/value pairs. Fixes #116. [thet] - Backport some of Regebro's changes from his regebro-refactor branch. [thet] - Raise explicit error on another malformed content line case. [hajdbo] - Correctly parse datetime component property values with timezone information when parsed from ical strings. [untitaker] --- time/py-icalendar/Makefile | 4 ++-- time/py-icalendar/PLIST | 22 +++++++++++++--------- time/py-icalendar/distinfo | 8 ++++---- 3 files changed, 19 insertions(+), 15 deletions(-) (limited to 'time') diff --git a/time/py-icalendar/Makefile b/time/py-icalendar/Makefile index 2b550211810..e1e3e0ea190 100644 --- a/time/py-icalendar/Makefile +++ b/time/py-icalendar/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2014/01/16 10:41:53 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/01/19 09:12:17 wiz Exp $ -DISTNAME= icalendar-3.5 +DISTNAME= icalendar-3.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time python MASTER_SITES= http://pypi.python.org/packages/source/i/icalendar/ diff --git a/time/py-icalendar/PLIST b/time/py-icalendar/PLIST index d62a47a28ba..05762fba399 100644 --- a/time/py-icalendar/PLIST +++ b/time/py-icalendar/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2013/05/04 23:48:02 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2014/01/19 09:12:17 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -14,6 +14,9 @@ ${PYSITELIB}/icalendar/cal.pyo ${PYSITELIB}/icalendar/caselessdict.py ${PYSITELIB}/icalendar/caselessdict.pyc ${PYSITELIB}/icalendar/caselessdict.pyo +${PYSITELIB}/icalendar/compat.py +${PYSITELIB}/icalendar/compat.pyc +${PYSITELIB}/icalendar/compat.pyo ${PYSITELIB}/icalendar/parser.py ${PYSITELIB}/icalendar/parser.pyc ${PYSITELIB}/icalendar/parser.pyo @@ -26,17 +29,12 @@ ${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/issue_112_missing_tzinfo_on_exdate.ics +${PYSITELIB}/icalendar/tests/issue_114_invalid_line.ics +${PYSITELIB}/icalendar/tests/issue_53_parsing_failure.ics ${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 @@ -46,9 +44,15 @@ ${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_multiple.py +${PYSITELIB}/icalendar/tests/test_multiple.pyc +${PYSITELIB}/icalendar/tests/test_multiple.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_recurrence.py +${PYSITELIB}/icalendar/tests/test_recurrence.pyc +${PYSITELIB}/icalendar/tests/test_recurrence.pyo ${PYSITELIB}/icalendar/tests/test_time.py ${PYSITELIB}/icalendar/tests/test_time.pyc ${PYSITELIB}/icalendar/tests/test_time.pyo diff --git a/time/py-icalendar/distinfo b/time/py-icalendar/distinfo index 87e07ff831c..1c8599419af 100644 --- a/time/py-icalendar/distinfo +++ b/time/py-icalendar/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2013/07/08 08:49:16 wiz Exp $ +$NetBSD: distinfo,v 1.10 2014/01/19 09:12:17 wiz Exp $ -SHA1 (icalendar-3.5.tar.gz) = d1bd47fbc48cd7c5d65b7c3beb989c003a7564e3 -RMD160 (icalendar-3.5.tar.gz) = 80fc4bb0c790fa88565881472ac214b870822de5 -Size (icalendar-3.5.tar.gz) = 59780 bytes +SHA1 (icalendar-3.6.1.tar.gz) = b6889d605677bf59f542916ff5669c1ecaf9bc7e +RMD160 (icalendar-3.6.1.tar.gz) = d984cf7d722583e7fbf5c71beaadd66ae81f8ee1 +Size (icalendar-3.6.1.tar.gz) = 62862 bytes -- cgit v1.2.3