pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-Unidecode py-Unidecode: update to 1.0.22.
details: https://anonhg.NetBSD.org/pkgsrc/rev/71a99a26c65c
branches: trunk
changeset: 374740:71a99a26c65c
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jan 28 16:36:59 2018 +0000
description:
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)
diffstat:
textproc/py-Unidecode/Makefile | 5 ++---
textproc/py-Unidecode/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (35 lines):
diff -r ca74ca00c7a3 -r 71a99a26c65c textproc/py-Unidecode/Makefile
--- a/textproc/py-Unidecode/Makefile Sun Jan 28 16:25:44 2018 +0000
+++ b/textproc/py-Unidecode/Makefile Sun Jan 28 16:36:59 2018 +0000
@@ -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 @@
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}
diff -r ca74ca00c7a3 -r 71a99a26c65c textproc/py-Unidecode/distinfo
--- a/textproc/py-Unidecode/distinfo Sun Jan 28 16:25:44 2018 +0000
+++ b/textproc/py-Unidecode/distinfo Sun Jan 28 16:36:59 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index