pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-polib py-polib: update to 1.1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2406b2ce724b
branches:  trunk
changeset: 374744:2406b2ce724b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 28 16:39:54 2018 +0000

description:
py-polib: update to 1.1.0.

Version 1.1.0 (2017/11/27)
--------------------------
 - Fixed entries sorting when generating mo file (Fixes #78)
 - Fixed find method (Fixes #84)
 - Refactored POEntry.__cmp__ method (this should fix issues #60, #65 and #79)
 - Fixed duplicated entries when merging po file with pot file (fixes #68)
 - Fixed "None" string being outputted when polib deals with syntax error in string (Fixes issue #66)
 - Added a fuzzy property to entries (Fixes #76)
 - Take into account the message context when comparing entries
 - Leave occurence untouched if line number is not a number (fixes #80 and #90)
 - Fixed test for mo files that was failing because since gettext version 0.19.8.1, msgfmt skips the "POT-Creation-Date" metadata entry (Fixes #86)
 - Fixed major revision number comparison
 - Dropped python 2.4 support

diffstat:

 devel/py-polib/Makefile |   4 ++--
 devel/py-polib/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r d01cafa99ff6 -r 2406b2ce724b devel/py-polib/Makefile
--- a/devel/py-polib/Makefile   Sun Jan 28 16:38:26 2018 +0000
+++ b/devel/py-polib/Makefile   Sun Jan 28 16:39:54 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/09/26 10:12:25 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/01/28 16:39:54 wiz Exp $
 
-DISTNAME=      polib-1.0.8
+DISTNAME=      polib-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/polib/}
diff -r d01cafa99ff6 -r 2406b2ce724b devel/py-polib/distinfo
--- a/devel/py-polib/distinfo   Sun Jan 28 16:38:26 2018 +0000
+++ b/devel/py-polib/distinfo   Sun Jan 28 16:39:54 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/09/26 10:12:25 wiz Exp $
+$NetBSD: distinfo,v 1.4 2018/01/28 16:39:54 wiz Exp $
 
-SHA1 (polib-1.0.8.tar.gz) = 82c930079c2c5ce9735e9c42ee24f22449a5137d
-RMD160 (polib-1.0.8.tar.gz) = 149ef515509eafb75768707b0373f62700ade640
-SHA512 (polib-1.0.8.tar.gz) = 6bcb8404a06e4e41e827ff947d13ea3165b7dbf0cd3f3f58c74ac1b49718a5d81f1a0ca0e59180928610b5eaefcc248aad9b8ca033978f580c141cd52405dc3f
-Size (polib-1.0.8.tar.gz) = 160670 bytes
+SHA1 (polib-1.1.0.tar.gz) = 25ad40db9e89085b5823268110594ade57ffda4c
+RMD160 (polib-1.1.0.tar.gz) = 895760cb1cce0469666f5cb349fd21db57e9ed5b
+SHA512 (polib-1.1.0.tar.gz) = 74681585b4d7252e107acd7d73f49f7e91c90adcd180722d39d35c40ec158434798af0124a16788cf564c73b84f52a040aefeb58355a1a3cd85848c3f6a5e67f
+Size (polib-1.1.0.tar.gz) = 158484 bytes



Home | Main Index | Thread Index | Old Index