diff options
author | obache <obache> | 2011-10-07 10:59:02 +0000 |
---|---|---|
committer | obache <obache> | 2011-10-07 10:59:02 +0000 |
commit | a2eb3ccbcfdf4b87964131798ef7396a4907ecb7 (patch) | |
tree | 6ae706bab2d748cce5bbfe411fd8e32736c966a5 /devel | |
parent | 63e038655dd58557a89f0d0c6674e606f657eb5e (diff) | |
download | pkgsrc-a2eb3ccbcfdf4b87964131798ef7396a4907ecb7.tar.gz |
Update py-babel to 0.9.6.
Version 0.9.6
http://svn.edgewall.org/repos/babel/tags/0.9.6/
(Mar 17 2011, from branches/stable/0.9.x)
* Backport r493-494: documentation typo fixes.
* Make the CLDR import script work with Python 2.7.
* Fix various typos.
* Fixed Python 2.3 compatibility (ticket #146, #233).
* Sort output of list-locales.
* Make the POT-Creation-Date of the catalog being updated equal to
POT-Creation-Date of the template used to update (ticket #148).
* Use a more explicit error message if no option or argument (command) is
passed to pybabel (ticket #81).
* Keep the PO-Revision-Date if it is not the default value (ticket #148).
* Make --no-wrap work by reworking --width's default and mimic xgettext's
behaviour of always wrapping comments (ticket #145).
* Fixed negative offset handling of Catalog._set_mime_headers (ticket #165).
* Add --project and --version options for commandline (ticket #173).
* Add a __ne__() method to the Local class.
* Explicitly sort instead of using sorted() and don't assume ordering
(Python 2.3 and Jython compatibility).
* Removed ValueError raising for string formatting message checkers if the
string does not contain any string formattings (ticket #150).
* Fix Serbian plural forms (ticket #213).
* Small speed improvement in format_date() (ticket #216).
* Fix number formatting for locales where CLDR specifies alt or draft
items (ticket #217)
* Fix bad check in format_time (ticket #257, reported with patch and tests by
jomae)
* Fix so frontend.CommandLineInterface.run does not accumulate logging
handlers (#227, reported with initial patch by dfraser)
* Fix exception if environment contains an invalid locale setting (#200)
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 972862505d9..9c8217ebb49 100644 --- a/devel/py-babel/Makefile +++ b/devel/py-babel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2010/04/21 06:01:51 obache Exp $ +# $NetBSD: Makefile,v 1.7 2011/10/07 10:59:02 obache Exp $ # -DISTNAME= Babel-0.9.5 +DISTNAME= Babel-0.9.6 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 17ea8c5d190..40bc60b538d 100644 --- a/devel/py-babel/distinfo +++ b/devel/py-babel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/04/21 06:01:51 obache Exp $ +$NetBSD: distinfo,v 1.4 2011/10/07 10:59:02 obache Exp $ -SHA1 (Babel-0.9.5.tar.gz) = 63e9b122c8cae065db067bb79385d457453c7dcc -RMD160 (Babel-0.9.5.tar.gz) = 17d804b0ea273c6174dc5462d8923594326c26d0 -Size (Babel-0.9.5.tar.gz) = 1789250 bytes +SHA1 (Babel-0.9.6.tar.gz) = 37810107bc36da21f44a50f0af3e75dcd2ca668d +RMD160 (Babel-0.9.6.tar.gz) = a4867679703b618948f862fc417cca4b53c869e5 +Size (Babel-0.9.6.tar.gz) = 1820835 bytes |