Updated py-icalendar to 3.11.4.

3.11.4 (2017-05-10)
-------------------

Bug fixes:

- Don't break on parameter values which contain equal signs, e.g. base64 encoded
  binary data [geier]

- Fix handling of VTIMEZONEs with subcomponents with the same DTSTARTs.
  [geier]


3.11.3 (2017-02-15)
-------------------

Bug fixes:

- Removed ``setuptools`` as a dependency as it was only required by setup.py
  and not by the package.

- Don't split content lines on the unicode ``LINE SEPARATOR`` character
  ``\u2028`` but only on ``CRLF`` or ``LF``.

3.11.2 (2017-01-12)
-------------------

Bug fixes:

- Run tests with python 3.5 and 3.6.
  [geier]

- Allow tests failing with pypy3 on travis.ci.
  [geier]


3.11.1 (2016-12-19)
-------------------

Bug fixes:

- Encode error message before adding it to the stack of collected error messages.


3.11 (2016-11-18)
-----------------

Fixes:

- Successfully test with pypy and pypy3.  [gforcada]

- Minor documentation update.  [tpltnt]
This commit is contained in:
wiz 2017-05-11 17:36:28 +00:00
parent 61cb3cd803
commit c1c43aa26b
3 changed files with 13 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.24 2017/02/20 17:00:37 wiz Exp $
# $NetBSD: Makefile,v 1.25 2017/05/11 17:36:28 wiz Exp $
DISTNAME= icalendar-3.10
DISTNAME= icalendar-3.11.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/icalendar/}

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.11 2016/07/28 13:58:45 wiz Exp $
@comment $NetBSD: PLIST,v 1.12 2017/05/11 17:36:28 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@ -31,6 +31,9 @@ ${PYSITELIB}/icalendar/tests/__init__.pyc
${PYSITELIB}/icalendar/tests/__init__.pyo
${PYSITELIB}/icalendar/tests/america_new_york.ics
${PYSITELIB}/icalendar/tests/encoding.ics
${PYSITELIB}/icalendar/tests/hypothesis/test_fuzzing.py
${PYSITELIB}/icalendar/tests/hypothesis/test_fuzzing.pyc
${PYSITELIB}/icalendar/tests/hypothesis/test_fuzzing.pyo
${PYSITELIB}/icalendar/tests/issue_112_missing_tzinfo_on_exdate.ics
${PYSITELIB}/icalendar/tests/issue_53_parsing_failure.ics
${PYSITELIB}/icalendar/tests/multiple.ics
@ -76,7 +79,9 @@ ${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/timezone_same_start.ics
${PYSITELIB}/icalendar/tests/timezoned.ics
${PYSITELIB}/icalendar/tests/x_location.ics
${PYSITELIB}/icalendar/timezone_cache.py
${PYSITELIB}/icalendar/timezone_cache.pyc
${PYSITELIB}/icalendar/timezone_cache.pyo

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.16 2016/07/28 13:58:45 wiz Exp $
$NetBSD: distinfo,v 1.17 2017/05/11 17:36:28 wiz Exp $
SHA1 (icalendar-3.10.tar.gz) = a03dbe2fb1707a5c9246f611e24241f586ef2b7e
RMD160 (icalendar-3.10.tar.gz) = e00282bda7fa3f899b858cee910462d58b2daab8
SHA512 (icalendar-3.10.tar.gz) = 363441cde889f5f768e28e0cdf9340d0e1fe16e52a421c4643b8e880cb477b418c12a14853f27605a1cd621ae127e01c5d33795d91bb98b0e8cd4e84c7de9540
Size (icalendar-3.10.tar.gz) = 67615 bytes
SHA1 (icalendar-3.11.4.tar.gz) = 4eb65743df9ba26ae62cde81b206c508b83bb149
RMD160 (icalendar-3.11.4.tar.gz) = fdeccd43e8158672068c3102816a59cce0fa20d8
SHA512 (icalendar-3.11.4.tar.gz) = ac51717cced4f1730fa0e81ca5dec5f4deda04f3bb78d05c5e56b9e50b7f79f556a2c7d76fb7b50b8c6d5c2751a79b09a93230ff2e2c78df9106446b9f867f6e
Size (icalendar-3.11.4.tar.gz) = 79615 bytes