diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-01-16 13:25:49 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-01-16 13:25:49 +0000 |
commit | 3c9186abba3d55c0bef93e506c47d652e5c64d16 (patch) | |
tree | f3bc715b33f7b763e1ea7828d2d7431718999aad /textproc/py-python-gettext/distinfo | |
parent | textproc/py-gettext: rename to match upstream name (diff) |
textproc/py-python-gettext: update to 3.0
changelog:
* Use u” strings again for easier cross Python 2/3 code.
* Fix plural form support under Python 3.x.
* Break dependency on unittest2 for Python 2.7.
Notes
Notes:
svn path=/head/; revision=406220
Diffstat (limited to 'textproc/py-python-gettext/distinfo')
-rw-r--r-- | textproc/py-python-gettext/distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-python-gettext/distinfo b/textproc/py-python-gettext/distinfo index 5028406ee426..d1e7f7354f9b 100644 --- a/textproc/py-python-gettext/distinfo +++ b/textproc/py-python-gettext/distinfo @@ -1,2 +1,2 @@ -SHA256 (python-gettext-2.1.zip) = ba19fe3d2086e830f72f66617d52dc73212e3145fd545237da1f105ce5e608c5 -SIZE (python-gettext-2.1.zip) = 24193 +SHA256 (python-gettext-3.0.zip) = f40540324edc600e33df7aaf840aec7a4021d3b0615830918c231eb1d7163456 +SIZE (python-gettext-3.0.zip) = 20554 |