diff options
author | obache <obache> | 2008-10-23 06:10:30 +0000 |
---|---|---|
committer | obache <obache> | 2008-10-23 06:10:30 +0000 |
commit | 3635fb9f0487a575ce0a677e731350680614a78f (patch) | |
tree | cfc6877f6e68e7565e065598b2d6265bd1df028d /devel | |
parent | b2b855b9bd51961f3d9e38f04a7546b8df25bca6 (diff) | |
download | pkgsrc-3635fb9f0487a575ce0a677e731350680614a78f.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/py-babel/Makefile | 4 | ||||
-rw-r--r-- | devel/py-babel/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-babel/Makefile b/devel/py-babel/Makefile index 59c7c18762d..7eb05aa012b 100644 --- a/devel/py-babel/Makefile +++ b/devel/py-babel/Makefile @@ -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 --git a/devel/py-babel/distinfo b/devel/py-babel/distinfo index 84392d1ef2f..967158a07c5 100644 --- a/devel/py-babel/distinfo +++ b/devel/py-babel/distinfo @@ -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 |