Wed Apr 21 06:01:51 2010 UTC ()
Update py-babel to 0.9.5.

Version 0.9.5
http://svn.edgewall.org/repos/babel/tags/0.9.5/
(Apr 6 2010, from branches/stable/0.9.x)

 * Fixed the case where messages containing square brackets would break with
   an unpack error.
 * Backport of r467: Fuzzy matching regarding plurals should *NOT* be checked
   against len(message.id)  because this is always 2, instead, it's should be
   checked against catalog.num_plurals (ticket #212).


(obache)
diff -r1.5 -r1.6 pkgsrc/devel/py-babel/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/py-babel/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/devel/py-babel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-babel/Makefile 2009/05/19 08:59:11 1.5
+++ pkgsrc/devel/py-babel/Makefile 2010/04/21 06:01:51 1.6
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.5 2009/05/19 08:59:11 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2010/04/21 06:01:51 obache Exp $
2# 2#
3 3
4DISTNAME= Babel-0.9.4 4DISTNAME= Babel-0.9.5
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 5PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
6CATEGORIES= devel python 6CATEGORIES= devel python
7MASTER_SITES= http://ftp.edgewall.com/pub/babel/ 7MASTER_SITES= http://ftp.edgewall.com/pub/babel/
8 8
9MAINTAINER= obache@NetBSD.org 9MAINTAINER= obache@NetBSD.org
10HOMEPAGE= http://babel.edgewall.org/ 10HOMEPAGE= http://babel.edgewall.org/
11COMMENT= Collection of tools for internationalizing Python applications 11COMMENT= Collection of tools for internationalizing Python applications
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none
17 17

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-babel/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-babel/distinfo 2008/10/23 06:10:30 1.2
+++ pkgsrc/devel/py-babel/distinfo 2010/04/21 06:01:51 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2008/10/23 06:10:30 obache Exp $ 1$NetBSD: distinfo,v 1.3 2010/04/21 06:01:51 obache Exp $
2 2
3SHA1 (Babel-0.9.4.tar.gz) = 8cd59e5d06e61cf77cb2f0613ca44dd438eecca4 3SHA1 (Babel-0.9.5.tar.gz) = 63e9b122c8cae065db067bb79385d457453c7dcc
4RMD160 (Babel-0.9.4.tar.gz) = cb989d1436bfa4e2f2a1f2213a8d2e213ed2025d 4RMD160 (Babel-0.9.5.tar.gz) = 17d804b0ea273c6174dc5462d8923594326c26d0
5Size (Babel-0.9.4.tar.gz) = 1783158 bytes 5Size (Babel-0.9.5.tar.gz) = 1789250 bytes