diff options
author | wiz <wiz> | 2014-06-09 12:29:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-06-09 12:29:23 +0000 |
commit | 3cfabfd7475a491281b501c475946b8ab02169c0 (patch) | |
tree | 342c4e4b48f4a26e8e357cb2032e9aa8d2a8f399 | |
parent | c7651dedb81f9e11f9f82d144b5f7c03f43a97d4 (diff) | |
download | pkgsrc-3cfabfd7475a491281b501c475946b8ab02169c0.tar.gz |
Update to 3.7:
3.7 (2014-06-02)
----------------
- For components with ``ignore_exceptions`` set to ``True``, mark unparseable
lines as broken instead rising a ``ValueError``. ``VEVENT`` components have
``ignore_exceptions`` set to ``True`` by default. Ref #131. Fixes #104.
[jkiang13]
- Make ``python-dateutil`` a soft-dependency.
[boltnev]
- Add optional ``sorted`` parameter to ``Component.to_ical``. Setting it to
false allows the user to preserve the original property and parameter order.
Ref #136. Fixes #133.
[untitaker]
- Fix tests for latest ``pytz``. Don't set ``tzinfo`` directly on datetime
objects, but use pytz's ``localize`` function. Ref #138.
[untitaker, thet]
- Remove incorrect use of __all__. We don't encourage using ``from package
import *`` imports. Fixes #129.
[eric-wieser]
3.6.2 (2014-04-05)
------------------
- Pep8 and cleanup.
[lasudry]
-rw-r--r-- | time/py-icalendar/Makefile | 4 | ||||
-rw-r--r-- | time/py-icalendar/PLIST | 3 | ||||
-rw-r--r-- | time/py-icalendar/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/time/py-icalendar/Makefile b/time/py-icalendar/Makefile index e1e3e0ea190..503c729bbbd 100644 --- a/time/py-icalendar/Makefile +++ b/time/py-icalendar/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2014/01/19 09:12:17 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2014/06/09 12:29:23 wiz Exp $ -DISTNAME= icalendar-3.6.1 +DISTNAME= icalendar-3.7 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 05762fba399..5e6af253419 100644 --- a/time/py-icalendar/PLIST +++ b/time/py-icalendar/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2014/01/19 09:12:17 wiz Exp $ +@comment $NetBSD: PLIST,v 1.10 2014/06/09 12:29:23 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -31,7 +31,6 @@ ${PYSITELIB}/icalendar/tests/__init__.pyc ${PYSITELIB}/icalendar/tests/__init__.pyo ${PYSITELIB}/icalendar/tests/encoding.ics ${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/recurrence.ics diff --git a/time/py-icalendar/distinfo b/time/py-icalendar/distinfo index 1c8599419af..1c22a1484d2 100644 --- a/time/py-icalendar/distinfo +++ b/time/py-icalendar/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2014/01/19 09:12:17 wiz Exp $ +$NetBSD: distinfo,v 1.11 2014/06/09 12:29:23 wiz Exp $ -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 +SHA1 (icalendar-3.7.tar.gz) = dbaf8406534f7b218aee3e33e900361196d563f8 +RMD160 (icalendar-3.7.tar.gz) = d6d06f1f59d1c4898029e6d53380c14b062ca2fb +Size (icalendar-3.7.tar.gz) = 63205 bytes |