pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/py-icalendar Update to 2.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7edbd6f44bd6
branches:  trunk
changeset: 569831:7edbd6f44bd6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 20 10:34:23 2010 +0000

description:
Update to 2.1:

2.1 (2009-12-14)
================

* Fix deprecation warnings about `object.__init__` taking no parameters.

* Set the VALUE parameter correctly for date values.

* Long binary data would be base64 encoded with newlines, which made the
  iCalendar files incorrect. (This still needs testing).

* Correctly handle content lines which include newlines.

diffstat:

 time/py-icalendar/Makefile         |   4 ++--
 time/py-icalendar/distinfo         |   9 ++++-----
 time/py-icalendar/patches/patch-aa |  13 -------------
 3 files changed, 6 insertions(+), 20 deletions(-)

diffs (44 lines):

diff -r 5de89056e780 -r 7edbd6f44bd6 time/py-icalendar/Makefile
--- a/time/py-icalendar/Makefile        Wed Jan 20 10:11:19 2010 +0000
+++ b/time/py-icalendar/Makefile        Wed Jan 20 10:34:23 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2009/05/20 13:38:47 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2010/01/20 10:34:23 wiz Exp $
 #
 
-DISTNAME=      icalendar-2.0.1
+DISTNAME=      icalendar-2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  http://pypi.python.org/packages/source/i/icalendar/
diff -r 5de89056e780 -r 7edbd6f44bd6 time/py-icalendar/distinfo
--- a/time/py-icalendar/distinfo        Wed Jan 20 10:11:19 2010 +0000
+++ b/time/py-icalendar/distinfo        Wed Jan 20 10:34:23 2010 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/05/20 13:38:47 wiz Exp $
+$NetBSD: distinfo,v 1.3 2010/01/20 10:34:23 wiz Exp $
 
-SHA1 (icalendar-2.0.1.tar.gz) = aae1f3e67eceba9d06461f5eccdb7560194dc58f
-RMD160 (icalendar-2.0.1.tar.gz) = e377c8591c0a014c0d84e5a8ebd072dd49839bf9
-Size (icalendar-2.0.1.tar.gz) = 73338 bytes
-SHA1 (patch-aa) = 7a322a70f5ec1915eb72d89421135f7b96dd1785
+SHA1 (icalendar-2.1.tar.gz) = be1104db8853e3e0746a6f7bc3bb8103c79d5edb
+RMD160 (icalendar-2.1.tar.gz) = a62548dcabe8657d0445e2b810ff6f3c49fdec0f
+Size (icalendar-2.1.tar.gz) = 73180 bytes
diff -r 5de89056e780 -r 7edbd6f44bd6 time/py-icalendar/patches/patch-aa
--- a/time/py-icalendar/patches/patch-aa        Wed Jan 20 10:11:19 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2009/05/20 13:38:47 wiz Exp $
-
---- src/icalendar/prop.py.orig 2008-07-11 19:56:43.000000000 +0000
-+++ src/icalendar/prop.py
-@@ -1059,7 +1059,7 @@ class vText(unicode):
-     encoding = 'utf-8'
- 
-     def __init__(self, *args, **kwargs):
--        unicode.__init__(self, *args, **kwargs)
-+        unicode.__init__(self)
-         self.params = Parameters()
- 
-     def escape(self):



Home | Main Index | Thread Index | Old Index