diff options
author | adam <adam@pkgsrc.org> | 2021-02-05 19:28:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-02-05 19:28:06 +0000 |
commit | 42762741508e25162a95e0b25d3656a46f33857b (patch) | |
tree | e168cc965adc72060f091c8dfd81ad173e2661f9 /textproc | |
parent | f0f7abbbcf0559df01e7cafffa50858339706701 (diff) | |
download | pkgsrc-42762741508e25162a95e0b25d3656a46f33857b.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/py-Unidecode/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-Unidecode/PLIST | 7 | ||||
-rw-r--r-- | textproc/py-Unidecode/distinfo | 10 |
3 files changed, 13 insertions, 8 deletions
diff --git a/textproc/py-Unidecode/Makefile b/textproc/py-Unidecode/Makefile index 2518fbf8719..016a078e01b 100644 --- a/textproc/py-Unidecode/Makefile +++ b/textproc/py-Unidecode/Makefile @@ -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 --git a/textproc/py-Unidecode/PLIST b/textproc/py-Unidecode/PLIST index ac6804beaf5..47027e69aa6 100644 --- a/textproc/py-Unidecode/PLIST +++ b/textproc/py-Unidecode/PLIST @@ -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}/entry_points.txt ${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/x1d7.pyo ${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 --git a/textproc/py-Unidecode/distinfo b/textproc/py-Unidecode/distinfo index a32d8ed3e96..a738e55e2bc 100644 --- a/textproc/py-Unidecode/distinfo +++ b/textproc/py-Unidecode/distinfo @@ -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 |