Received: by mail.netbsd.org (Postfix, from userid 605) id C5A5684E4B; Sun, 28 Jan 2018 16:37:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5229284D45 for ; Sun, 28 Jan 2018 16:37:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id RQ4yUCgM_q9U for ; Sun, 28 Jan 2018 16:37:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CCCBF84C2E for ; Sun, 28 Jan 2018 16:37:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C2888FBDE; Sun, 28 Jan 2018 16:36:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1517157419183420" MIME-Version: 1.0 Date: Sun, 28 Jan 2018 16:36:59 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/py-Unidecode To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180128163659.C2888FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1517157419183420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 28 16:36:59 UTC 2018 Modified Files: pkgsrc/textproc/py-Unidecode: Makefile distinfo Log Message: py-Unidecode: update to 1.0.22. 2018-01-05 unidecode 1.0.22 * Move to semantic version numbering, no longer following version numbers from the original Perl module. This fixes an issue with setuptools (>= 8) and others expecting major.minor.patch format. (https://github.com/avian2/unidecode/issues/13) * Add transliterations for currency signs U+20B0 through U+20BF (thanks to Mike Swanson) * Surround transliterations of vulgar fractions with spaces to avoid incorrect combinations with adjacent numerals (thanks to Jeffrey Gerard) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-Unidecode/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-Unidecode/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1517157419183420 Content-Disposition: inline Content-Length: 1979 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-Unidecode/Makefile diff -u pkgsrc/textproc/py-Unidecode/Makefile:1.5 pkgsrc/textproc/py-Unidecode/Makefile:1.6 --- pkgsrc/textproc/py-Unidecode/Makefile:1.5 Mon Sep 4 18:08:28 2017 +++ pkgsrc/textproc/py-Unidecode/Makefile Sun Jan 28 16:36:59 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2017/09/04 18:08:28 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2018/01/28 16:36:59 wiz Exp $ -DISTNAME= Unidecode-0.04.21 +DISTNAME= Unidecode-1.0.22 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PYPI:=U/Unidecode/} @@ -11,7 +11,6 @@ COMMENT= ASCII transliterations of Unico LICENSE= gnu-gpl-v2 # or newer USE_LANGUAGES= # none -EGG_NAME= ${DISTNAME:S/0.04/0.4/} post-install: cd ${DESTDIR}${PREFIX}/bin && ${MV} unidecode unidecode${PYVERSSUFFIX} || ${TRUE} Index: pkgsrc/textproc/py-Unidecode/distinfo diff -u pkgsrc/textproc/py-Unidecode/distinfo:1.3 pkgsrc/textproc/py-Unidecode/distinfo:1.4 --- pkgsrc/textproc/py-Unidecode/distinfo:1.3 Sun Jul 23 18:52:03 2017 +++ pkgsrc/textproc/py-Unidecode/distinfo Sun Jan 28 16:36:59 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/07/23 18:52:03 adam Exp $ +$NetBSD: distinfo,v 1.4 2018/01/28 16:36:59 wiz Exp $ -SHA1 (Unidecode-0.04.21.tar.gz) = a6c0f413bfc5d9de7bf7807b7b7589cea55f7b6b -RMD160 (Unidecode-0.04.21.tar.gz) = 2c30cc6d15f2761ce7874710c9920968f270605f -SHA512 (Unidecode-0.04.21.tar.gz) = 33fc546b3eefc4ba5feee90d584e49ccd81dd0ae00671f7e44f43cc3dc8a458b86ed6dbfacba6dac7539112408137fc1db6329cc42f31ee250755d841c7c29c2 -Size (Unidecode-0.04.21.tar.gz) = 205931 bytes +SHA1 (Unidecode-1.0.22.tar.gz) = 16aa7932b34eda97af8aef318d3557302435cbff +RMD160 (Unidecode-1.0.22.tar.gz) = 821010573d075f32c350af78c96fc68c5f6285d8 +SHA512 (Unidecode-1.0.22.tar.gz) = f7663b320040bc750bc10ac0ed222e4feeb22c903b103c148cfa31e9d4cbae146d9668dc45c6efc82e8ed28e0db28d5de5e3ef1259c712bf317f2c6b2543772a +Size (Unidecode-1.0.22.tar.gz) = 208877 bytes --_----------=_1517157419183420--