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]
This commit is contained in:
parent
161ac36946
commit
801f90210a
3 changed files with 7 additions and 8 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue