ok

On 2024/11/08 11:11, Paco Esteban wrote:
> Hi,
> 
> This is an update for textproc/py-emoji to its latest version.
> I need this for a future update of net/gajim (which will take a while,
> as it now depends on sqlalchemy, and that has to be updated too ...)
> 
> All tests pass with the new version.  I could only see one consumer,
> www/tootstream, which does not have tests.  I lightly tested it before
> and after the update and it seems to work just fine.
> 
> ok to commit ?
> 
> diff /usr/ports
> commit - ba271feaf4c8d8ee8c31d75c0193970a9293e38d
> path + /usr/ports
> blob - 000fe14ce10bce6e6e178edba8e2534bf69aeb66
> file + textproc/py-emoji/Makefile
> --- textproc/py-emoji/Makefile
> +++ textproc/py-emoji/Makefile
> @@ -1,9 +1,8 @@
>  COMMENT =            emoji for Python
>  
> -MODPY_EGG_VERSION =  2.0.0
> +MODPY_EGG_VERSION =  2.14.0
>  DISTNAME =           emoji-${MODPY_EGG_VERSION}
>  PKGNAME =            py-${DISTNAME}
> -REVISION =           1
>  
>  CATEGORIES =         textproc
>  
> blob - a7750eb28b79a94922b6d1307a22a140d29e6042
> file + textproc/py-emoji/distinfo
> --- textproc/py-emoji/distinfo
> +++ textproc/py-emoji/distinfo
> @@ -1,2 +1,2 @@
> -SHA256 (emoji-2.0.0.tar.gz) = KX+sfsnob3tgJ5LCjrbwSBm6Z6uIo0xWr83lIkOpoQU=
> -SIZE (emoji-2.0.0.tar.gz) = 197343
> +SHA256 (emoji-2.14.0.tar.gz) = 9orCiRWiIhZnzds+bFiTA8PGlUxsWvb++ux/m99y/co=
> +SIZE (emoji-2.14.0.tar.gz) = 593932
> blob - 2c5eb9a3ea01527ba636895adcfb1b404c832ff7
> file + textproc/py-emoji/pkg/PLIST
> --- textproc/py-emoji/pkg/PLIST
> +++ textproc/py-emoji/pkg/PLIST
> @@ -7,14 +7,17 @@ lib/python${MODPY_VERSION}/site-packages/emoji-${MODPY
>  
> lib/python${MODPY_VERSION}/site-packages/emoji-${MODPY_EGG_VERSION}.dist-info/RECORD
>  
> lib/python${MODPY_VERSION}/site-packages/emoji-${MODPY_EGG_VERSION}.dist-info/WHEEL
>  
> lib/python${MODPY_VERSION}/site-packages/emoji-${MODPY_EGG_VERSION}.dist-info/top_level.txt
> -lib/python${MODPY_VERSION}/site-packages/emoji-${MODPY_EGG_VERSION}.dist-info/zip-safe
>  lib/python${MODPY_VERSION}/site-packages/emoji/__init__.py
>  
> ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/emoji/${MODPY_PYCACHE}/
>  
> lib/python${MODPY_VERSION}/site-packages/emoji/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
>  
> lib/python${MODPY_VERSION}/site-packages/emoji/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/python${MODPY_VERSION}/site-packages/emoji/${MODPY_PYCACHE}core.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
>  
> lib/python${MODPY_VERSION}/site-packages/emoji/${MODPY_PYCACHE}core.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/emoji/${MODPY_PYCACHE}tokenizer.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
> +lib/python${MODPY_VERSION}/site-packages/emoji/${MODPY_PYCACHE}tokenizer.${MODPY_PYC_MAGIC_TAG}pyc
>  lib/python${MODPY_VERSION}/site-packages/emoji/core.py
> +lib/python${MODPY_VERSION}/site-packages/emoji/py.typed
> +lib/python${MODPY_VERSION}/site-packages/emoji/tokenizer.py
>  lib/python${MODPY_VERSION}/site-packages/emoji/unicode_codes/
>  lib/python${MODPY_VERSION}/site-packages/emoji/unicode_codes/__init__.py
>  
> ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/emoji/unicode_codes/${MODPY_PYCACHE}/
> @@ -23,3 +26,17 @@ lib/python${MODPY_VERSION}/site-packages/emoji/unicode
>  
> lib/python${MODPY_VERSION}/site-packages/emoji/unicode_codes/${MODPY_PYCACHE}data_dict.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
>  
> lib/python${MODPY_VERSION}/site-packages/emoji/unicode_codes/${MODPY_PYCACHE}data_dict.${MODPY_PYC_MAGIC_TAG}pyc
>  lib/python${MODPY_VERSION}/site-packages/emoji/unicode_codes/data_dict.py
> +lib/python${MODPY_VERSION}/site-packages/emoji/unicode_codes/emoji.json
> +lib/python${MODPY_VERSION}/site-packages/emoji/unicode_codes/emoji_ar.json
> +lib/python${MODPY_VERSION}/site-packages/emoji/unicode_codes/emoji_de.json
> +lib/python${MODPY_VERSION}/site-packages/emoji/unicode_codes/emoji_es.json
> +lib/python${MODPY_VERSION}/site-packages/emoji/unicode_codes/emoji_fa.json
> +lib/python${MODPY_VERSION}/site-packages/emoji/unicode_codes/emoji_fr.json
> +lib/python${MODPY_VERSION}/site-packages/emoji/unicode_codes/emoji_id.json
> +lib/python${MODPY_VERSION}/site-packages/emoji/unicode_codes/emoji_it.json
> +lib/python${MODPY_VERSION}/site-packages/emoji/unicode_codes/emoji_ja.json
> +lib/python${MODPY_VERSION}/site-packages/emoji/unicode_codes/emoji_ko.json
> +lib/python${MODPY_VERSION}/site-packages/emoji/unicode_codes/emoji_pt.json
> +lib/python${MODPY_VERSION}/site-packages/emoji/unicode_codes/emoji_ru.json
> +lib/python${MODPY_VERSION}/site-packages/emoji/unicode_codes/emoji_tr.json
> +lib/python${MODPY_VERSION}/site-packages/emoji/unicode_codes/emoji_zh.json
> 
> -- 
> Paco Esteban.
> 0x5818130B8A6DBC03
> 

Reply via email to