summaryrefslogtreecommitdiff
path: root/time/py-icalendar/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-05-11 17:36:28 +0000
committerwiz <wiz@pkgsrc.org>2017-05-11 17:36:28 +0000
commit12dccf1022799873a96239e6d6022fface7ea1d6 (patch)
tree55e332a9768bbceb8e53147082bc10efbc93cc4e /time/py-icalendar/Makefile
parent0599fd4996b64c499cdb2060361f9d50edc21f42 (diff)
downloadpkgsrc-12dccf1022799873a96239e6d6022fface7ea1d6.tar.gz
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]
Diffstat (limited to 'time/py-icalendar/Makefile')
-rw-r--r--time/py-icalendar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/py-icalendar/Makefile b/time/py-icalendar/Makefile
index a488ab0ab9d..1a4bb1ae688 100644
--- a/time/py-icalendar/Makefile
+++ b/time/py-icalendar/Makefile
@@ -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/}