Wed Sep 27 09:02:06 2023 UTC ()
py-Unidecode: updated to 1.3.7

unidecode 1.3.7
* Add missing replacements for katakana punctuation (thanks to
  Emil Hammarberg)
* Fix replacement for U+1F19C "SQUARED SECOND SCREEN".
* Fix replacement for U+1F1A9 "SQUARED LOSSLESS".
* Add more replacements for symbols in the U+21xx and
  U+1F1xx pages (thanks to @cheznewa on GitHub)
* Remove old __init__.pyi from the Wheel package that was included due
  to a bug in the build script.


(adam)
diff -r1.15 -r1.16 pkgsrc/textproc/py-Unidecode/Makefile
diff -r1.12 -r1.13 pkgsrc/textproc/py-Unidecode/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/textproc/py-Unidecode/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-Unidecode/Makefile 2022/10/31 21:58:01 1.15
+++ pkgsrc/textproc/py-Unidecode/Makefile 2023/09/27 09:02:06 1.16
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.15 2022/10/31 21:58:01 adam Exp $ 1# $NetBSD: Makefile,v 1.16 2023/09/27 09:02:06 adam Exp $
2 2
3DISTNAME= Unidecode-1.3.6 3DISTNAME= Unidecode-1.3.7
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=U/Unidecode/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=U/Unidecode/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/avian2/unidecode 9HOMEPAGE= https://github.com/avian2/unidecode
10COMMENT= ASCII transliterations of Unicode text 10COMMENT= ASCII transliterations of Unicode text
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15USE_PKG_RESOURCES= yes 15USE_PKG_RESOURCES= yes
16 16

cvs diff -r1.12 -r1.13 pkgsrc/textproc/py-Unidecode/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-Unidecode/distinfo 2022/10/31 21:58:01 1.12
+++ pkgsrc/textproc/py-Unidecode/distinfo 2023/09/27 09:02:06 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2022/10/31 21:58:01 adam Exp $ 1$NetBSD: distinfo,v 1.13 2023/09/27 09:02:06 adam Exp $
2 2
3BLAKE2s (Unidecode-1.3.6.tar.gz) = 8c6392ba7cf0298bd701296d28ae01e4cb2f13a9cbfaaab3cc8e0aed1c9ca33d 3BLAKE2s (Unidecode-1.3.7.tar.gz) = 4755ea8b78e0cc462fa30fa223c8925f567d3ac7711e674c6a121e390b07794f
4SHA512 (Unidecode-1.3.6.tar.gz) = 97eb31c4f7e70a13628b4878a1cf91fc3a3b2525727a27b466e4e88d8f7db32054c93462d8aaf5da83b6f00cdd01dff258b93ac7b5e5e1a2d6dcdab608b89216 4SHA512 (Unidecode-1.3.7.tar.gz) = b4f7c8b40e1c2d05aab4e53b54fd657a3db35ea5feba0f95551ba2ccfd7e5b0da034aec6de11c5e43f23c3a9609f5cbe8e458fe18539ffdf7ef79e039e1b390e
5Size (Unidecode-1.3.6.tar.gz) = 192466 bytes 5Size (Unidecode-1.3.7.tar.gz) = 192647 bytes