pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-polib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 28 16:39:54 UTC 2018

Modified Files:
        pkgsrc/devel/py-polib: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-polib/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-polib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-polib/Makefile
diff -u pkgsrc/devel/py-polib/Makefile:1.4 pkgsrc/devel/py-polib/Makefile:1.5
--- pkgsrc/devel/py-polib/Makefile:1.4  Tue Sep 26 10:12:25 2017
+++ pkgsrc/devel/py-polib/Makefile      Sun Jan 28 16:39:54 2018
@@ -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/}

Index: pkgsrc/devel/py-polib/distinfo
diff -u pkgsrc/devel/py-polib/distinfo:1.3 pkgsrc/devel/py-polib/distinfo:1.4
--- pkgsrc/devel/py-polib/distinfo:1.3  Tue Sep 26 10:12:25 2017
+++ pkgsrc/devel/py-polib/distinfo      Sun Jan 28 16:39:54 2018
@@ -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