pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-babel Update Babel to 0.9.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57be668c9b3c
branches:  trunk
changeset: 548775:57be668c9b3c
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Oct 23 06:10:30 2008 +0000

description:
Update Babel to 0.9.4.

Version 0.9.4
http://svn.edgewall.org/repos/babel/tags/0.9.4/
(Aug 25 2008, from branches/stable/0.9.x)

 * Currency symbol definitions that is defined with choice patterns in the
   CLDR data are no longer imported, so the symbol code will be used instead.
 * Fixed quarter support in date formatting.
 * Fixed a serious memory leak that was introduces by the support for CLDR
   aliases in 0.9.3 (ticket #128).
 * Locale modifiers such as "@euro" are now stripped from locale identifiers
   when parsing (ticket #136).
 * The system locales "C" and "POSIX" are now treated as aliases for
   "en_US_POSIX", for which the CLDR provides the appropriate data. Thanks to
   Manlio Perillo for the suggestion.
 * Fixed JavaScript extraction for regular expression literals (ticket #138)
   and concatenated strings.
 * The `Translation` class in `babel.support` can now manage catalogs with
   different message domains, and exposes the family of `d*gettext` functions
   (ticket #137).

diffstat:

 devel/py-babel/Makefile |  4 ++--
 devel/py-babel/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r d3c859b81af1 -r 57be668c9b3c devel/py-babel/Makefile
--- a/devel/py-babel/Makefile   Thu Oct 23 05:16:08 2008 +0000
+++ b/devel/py-babel/Makefile   Thu Oct 23 06:10:30 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2008/09/12 05:32:37 epg Exp $
+# $NetBSD: Makefile,v 1.3 2008/10/23 06:10:30 obache Exp $
 #
 
-DISTNAME=      Babel-0.9.3
+DISTNAME=      Babel-0.9.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python
 MASTER_SITES=  http://ftp.edgewall.com/pub/babel/
diff -r d3c859b81af1 -r 57be668c9b3c devel/py-babel/distinfo
--- a/devel/py-babel/distinfo   Thu Oct 23 05:16:08 2008 +0000
+++ b/devel/py-babel/distinfo   Thu Oct 23 06:10:30 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/08/01 08:35:40 obache Exp $
+$NetBSD: distinfo,v 1.2 2008/10/23 06:10:30 obache Exp $
 
-SHA1 (Babel-0.9.3.tar.gz) = fc1f6b407f1c662eb031adb8f073e41e0deae2b0
-RMD160 (Babel-0.9.3.tar.gz) = e74bb8e846dfab356e1e009bbc2c74c718fddde5
-Size (Babel-0.9.3.tar.gz) = 1787435 bytes
+SHA1 (Babel-0.9.4.tar.gz) = 8cd59e5d06e61cf77cb2f0613ca44dd438eecca4
+RMD160 (Babel-0.9.4.tar.gz) = cb989d1436bfa4e2f2a1f2213a8d2e213ed2025d
+Size (Babel-0.9.4.tar.gz) = 1783158 bytes



Home | Main Index | Thread Index | Old Index