Saturday, September 14, 2019

Maintainer Update: textproc/py-emoji 0.5.3 -> 0.5.4

New version of py-emoji. Main changes are cleaning out old versions of
python (2.6, 3.2, 3.3) and adding 3.7 to the list of supported versions.
There's a typo fix, an addition of another alias (robot), and then a
couple trivial tweaks to code.

I'd link you to the changelog, but they don't seem to have one. I had to
dig through the Github commits to figure out the above.

All tests pass on amd64 for both flavors.

OK to commit?

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/py-emoji/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile 5 Aug 2019 17:07:25 -0000 1.4
+++ Makefile 15 Sep 2019 02:47:18 -0000
@@ -2,7 +2,7 @@

COMMENT = emoji for Python

-MODPY_EGG_VERSION = 0.5.3
+MODPY_EGG_VERSION = 0.5.4
DISTNAME = emoji-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}

Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/py-emoji/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 5 Aug 2019 17:07:25 -0000 1.2
+++ distinfo 15 Sep 2019 02:47:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (emoji-0.5.3.tar.gz) = toES1ASCoF5dpdU9oz0KujzOlokSgsnBecw0AAPGxk4=
-SIZE (emoji-0.5.3.tar.gz) = 43387
+SHA256 (emoji-0.5.4.tar.gz) = YGUtOi3O5bivissJfDF3b7bYCAJ663Ihgw9yza/vwXQ=
+SIZE (emoji-0.5.4.tar.gz) = 43402

No comments:

Post a Comment