summaryrefslogtreecommitdiff
path: root/time/py-icalendar/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-07-14 10:55:54 +0000
committeradam <adam@pkgsrc.org>2017-07-14 10:55:54 +0000
commit0263cc61e3cea528a576bba862b807ed4cbbcf18 (patch)
treef7d6115a7b0c656d7d729644fda6e0413dd1d759 /time/py-icalendar/Makefile
parent9db39ae8d497329ae22c7598f0b7a73d689a8b32 (diff)
downloadpkgsrc-0263cc61e3cea528a576bba862b807ed4cbbcf18.tar.gz
3.11.5:
Bug fixes: - added an assertion that VTIMEZONE sub-components' DTSTART must be of type DATETIME - Fix handling of VTIMEZONEs with subcomponents with the same DTSTARTs and OFFSETs but which are of different types
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 1a4bb1ae688..474e7ccae4c 100644
--- a/time/py-icalendar/Makefile
+++ b/time/py-icalendar/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2017/05/11 17:36:28 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2017/07/14 10:55:54 adam Exp $
-DISTNAME= icalendar-3.11.4
+DISTNAME= icalendar-3.11.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/icalendar/}