summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-07-22 09:57:15 +0000
committerwiz <wiz@pkgsrc.org>2014-07-22 09:57:15 +0000
commitd137ce0162d28cbbed24ad5da9896df8dae2a32f (patch)
treeeabdcfd08580740b5035020e9b7d313ae4b79083 /time
parent1d6885e3120f2845d14a2bb32388d17730bd5e0d (diff)
downloadpkgsrc-d137ce0162d28cbbed24ad5da9896df8dae2a32f.tar.gz
Update to 3.8.1:
3.8.1 (2014-07-17) ------------------ - The representation of CaselessDicts in 3.8 changed the name attribute of Components and therefore broke the external API. This has been fixed. [untitaker] 3.8 (2014-07-17) ---------------- - Allow dots in property names (Needed for vCard compatibility). Refs #143. [untitaker] - Change class representation for CaselessDict objects to always include the class name or the class' name attribute, if available. Also show subcomponents for Component objects. [thet] - Don't use data_encode for CaselessDict class representation but use dict's __repr__ method. [t-8ch] - Handle parameters with multiple values, which is needed for vCard 3.0. Refs #142. [t-8ch]
Diffstat (limited to 'time')
-rw-r--r--time/py-icalendar/Makefile10
-rw-r--r--time/py-icalendar/distinfo8
2 files changed, 12 insertions, 6 deletions
diff --git a/time/py-icalendar/Makefile b/time/py-icalendar/Makefile
index 503c729bbbd..edbd8743ce5 100644
--- a/time/py-icalendar/Makefile
+++ b/time/py-icalendar/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2014/06/09 12:29:23 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2014/07/22 09:57:15 wiz Exp $
-DISTNAME= icalendar-3.7
+DISTNAME= icalendar-3.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= http://pypi.python.org/packages/source/i/icalendar/
@@ -16,6 +16,12 @@ PYTHON_VERSIONED_DEPENDENCIES= dateutil
USE_LANGUAGES= # empty
+# backup files in 3.8.1 distfile that are installed -- delete them before that happens
+# https://github.com/collective/icalendar/issues/144
+post-extract:
+ ${RM} ${WRKSRC}/src/icalendar/tests/test_unit_cal.py~
+ ${RM} ${WRKSRC}/src/icalendar/tests/test_fixed_issues.py~
+
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/time/py-icalendar/distinfo b/time/py-icalendar/distinfo
index 1c22a1484d2..2d38b0a780b 100644
--- a/time/py-icalendar/distinfo
+++ b/time/py-icalendar/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2014/06/09 12:29:23 wiz Exp $
+$NetBSD: distinfo,v 1.12 2014/07/22 09:57:15 wiz Exp $
-SHA1 (icalendar-3.7.tar.gz) = dbaf8406534f7b218aee3e33e900361196d563f8
-RMD160 (icalendar-3.7.tar.gz) = d6d06f1f59d1c4898029e6d53380c14b062ca2fb
-Size (icalendar-3.7.tar.gz) = 63205 bytes
+SHA1 (icalendar-3.8.1.tar.gz) = 55b7c50bd272107caef58cb75ef4cc51e14b3dfa
+RMD160 (icalendar-3.8.1.tar.gz) = 88d8223c978eb46c63a67a90de8f08a2a36903d0
+Size (icalendar-3.8.1.tar.gz) = 68294 bytes