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: updated to 1.2.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/10281d92cb5e
branches: trunk
changeset: 446243:10281d92cb5e
user: adam <adam%pkgsrc.org@localhost>
date: Fri Feb 05 19:28:06 2021 +0000
description:
py-Unidecode: updated to 1.2.0
unidecode 1.2.0
* Add 'errors' argument that specifies how characters with unknown
replacements are handled. Default is 'ignore' to replicate the
behavior of older versions.
* Many characters that were previously replaced with '[?]' are now
correctly marked as unknown and will behave as specified in the
new errors='...' argument.
* Added some missing ligatures and quotation marks in U+1F6xx and
U+27xx ranges.
* Add PEP 561-style type information (thanks to Pascal Corpet)
* Support for Python 2 and 3.5 to be removed in next release.
diffstat:
textproc/py-Unidecode/Makefile | 4 ++--
textproc/py-Unidecode/PLIST | 7 ++++++-
textproc/py-Unidecode/distinfo | 10 +++++-----
3 files changed, 13 insertions(+), 8 deletions(-)
diffs (56 lines):
diff -r 3e00b9d3ead0 -r 10281d92cb5e textproc/py-Unidecode/Makefile
--- a/textproc/py-Unidecode/Makefile Fri Feb 05 19:04:34 2021 +0000
+++ b/textproc/py-Unidecode/Makefile Fri Feb 05 19:28:06 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/12/21 09:25:31 adam Exp $
+# $NetBSD: Makefile,v 1.12 2021/02/05 19:28:06 adam Exp $
-DISTNAME= Unidecode-1.1.2
+DISTNAME= Unidecode-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=U/Unidecode/}
diff -r 3e00b9d3ead0 -r 10281d92cb5e textproc/py-Unidecode/PLIST
--- a/textproc/py-Unidecode/PLIST Fri Feb 05 19:04:34 2021 +0000
+++ b/textproc/py-Unidecode/PLIST Fri Feb 05 19:28:06 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/06/18 14:40:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/02/05 19:28:06 adam Exp $
bin/unidecode-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -7,10 +7,12 @@
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/unidecode/__init__.py
${PYSITELIB}/unidecode/__init__.pyc
+${PYSITELIB}/unidecode/__init__.pyi
${PYSITELIB}/unidecode/__init__.pyo
${PYSITELIB}/unidecode/__main__.py
${PYSITELIB}/unidecode/__main__.pyc
${PYSITELIB}/unidecode/__main__.pyo
+${PYSITELIB}/unidecode/py.typed
${PYSITELIB}/unidecode/util.py
${PYSITELIB}/unidecode/util.pyc
${PYSITELIB}/unidecode/util.pyo
@@ -581,3 +583,6 @@
${PYSITELIB}/unidecode/x1f1.py
${PYSITELIB}/unidecode/x1f1.pyc
${PYSITELIB}/unidecode/x1f1.pyo
+${PYSITELIB}/unidecode/x1f6.py
+${PYSITELIB}/unidecode/x1f6.pyc
+${PYSITELIB}/unidecode/x1f6.pyo
diff -r 3e00b9d3ead0 -r 10281d92cb5e textproc/py-Unidecode/distinfo
--- a/textproc/py-Unidecode/distinfo Fri Feb 05 19:04:34 2021 +0000
+++ b/textproc/py-Unidecode/distinfo Fri Feb 05 19:28:06 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2020/12/21 09:25:31 adam Exp $
+$NetBSD: distinfo,v 1.9 2021/02/05 19:28:06 adam Exp $
-SHA1 (Unidecode-1.1.2.tar.gz) = 1df8737149204b2b46a33e8a39eaabad71d3310c
-RMD160 (Unidecode-1.1.2.tar.gz) = 8dbaa540870b5cbd79ddd6df9840506b0772e04a
-SHA512 (Unidecode-1.1.2.tar.gz) = 8ee45ae05064612638ecbaa4eb74759580e5ea5cba9f3116b8e63db4af13affc266c7a07aaefbbd70b50ead7e483a72d7676c64e20b5bee2a6ba831aaccd6748
-Size (Unidecode-1.1.2.tar.gz) = 213644 bytes
+SHA1 (Unidecode-1.2.0.tar.gz) = bec2cc868c2429c895368d1a6646855c1eafee1e
+RMD160 (Unidecode-1.2.0.tar.gz) = ea53ed4b2322cc7f0f47461c268170bcae518893
+SHA512 (Unidecode-1.2.0.tar.gz) = aedc16be1b676dbde7e45444e297be916b1ca2874a76f07316e2df3aff9687dcf73def24b2441e147c94641f4407cc745ac35937508e09c670f8aa1473977859
+Size (Unidecode-1.2.0.tar.gz) = 216042 bytes
Home |
Main Index |
Thread Index |
Old Index