Tuesday, October 31, 2023

[update] devel/py-executing 1.2.0 => 2.0.1

Index: py-executing/Makefile
===================================================================
RCS file: /home/cvs/ports/devel/py-executing/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- py-executing/Makefile 30 Nov 2022 08:32:41 -0000 1.4
+++ py-executing/Makefile 31 Oct 2023 17:30:01 -0000
@@ -1,6 +1,6 @@
COMMENT = get the currently executing AST node of a frame

-MODPY_EGG_VERSION = 1.2.0
+MODPY_EGG_VERSION = 2.0.1

DISTNAME = executing-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
@@ -21,6 +21,7 @@ FLAVORS = python3
FLAVOR = python3

TEST_DEPENDS = devel/py-asttokens${MODPY_FLAVOR} \
- devel/py-littleutils${MODPY_FLAVOR}
+ devel/py-littleutils${MODPY_FLAVOR} \
+ devel/ipython${MODPY_FLAVOR}

.include <bsd.port.mk>
Index: py-executing/distinfo
===================================================================
RCS file: /home/cvs/ports/devel/py-executing/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- py-executing/distinfo 30 Nov 2022 08:32:41 -0000 1.3
+++ py-executing/distinfo 31 Oct 2023 17:12:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (executing-1.2.0.tar.gz) = GdpkwY0thRES8Jwof409u99yWrDlaQd++2zcvTSXwQc=
-SIZE (executing-1.2.0.tar.gz) = 654544
+SHA256 (executing-2.0.1.tar.gz) = Na/izjr/uo7pfy1pkn+oI7CLRyt7mU42pSqWS5PRYUc=
+SIZE (executing-2.0.1.tar.gz) = 836501
Hi,

Here is a small diff to update devel/py-executing to 2.0.1.

All its unit-tests are passing and I also tested devel/py-stack_data
and it seems to build without issues.





Index: py-executing/Makefile
===================================================================
RCS file: /home/cvs/ports/devel/py-executing/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- py-executing/Makefile 30 Nov 2022 08:32:41 -0000 1.4
+++ py-executing/Makefile 31 Oct 2023 17:30:01 -0000
@@ -1,6 +1,6 @@
COMMENT = get the currently executing AST node of a frame

-MODPY_EGG_VERSION = 1.2.0
+MODPY_EGG_VERSION = 2.0.1

DISTNAME = executing-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
@@ -21,6 +21,7 @@ FLAVORS = python3
FLAVOR = python3

TEST_DEPENDS = devel/py-asttokens${MODPY_FLAVOR} \
- devel/py-littleutils${MODPY_FLAVOR}
+ devel/py-littleutils${MODPY_FLAVOR} \
+ devel/ipython${MODPY_FLAVOR}

.include <bsd.port.mk>
Index: py-executing/distinfo
===================================================================
RCS file: /home/cvs/ports/devel/py-executing/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- py-executing/distinfo 30 Nov 2022 08:32:41 -0000 1.3
+++ py-executing/distinfo 31 Oct 2023 17:12:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (executing-1.2.0.tar.gz) = GdpkwY0thRES8Jwof409u99yWrDlaQd++2zcvTSXwQc=
-SIZE (executing-1.2.0.tar.gz) = 654544
+SHA256 (executing-2.0.1.tar.gz) = Na/izjr/uo7pfy1pkn+oI7CLRyt7mU42pSqWS5PRYUc=
+SIZE (executing-2.0.1.tar.gz) = 836501





My motivation to update py-executing is that I'm working on
a new port for python debugging tool devel/py-icecream and although
the port is almost done [1], I'm still investigating why 2 unit tests
are not passing. Once I figure out the root cause I'll send it for review.


1. https://github.com/nomadium/ports/commit/749830d46660c55d50a88f507a9eff96504f6276


--
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
"Faith means not wanting to know what is true." -- Nietzsche

No comments:

Post a Comment