From e1b0477268dcdd06a3a952321837002b32a92520ac7dfc598c929bd043b3d6dc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 27 May 2023 21:37:38 +0000 Subject: [PATCH] - update to 0.14.2: * allow to convert a CFG, for which stack sizes have not been computed, to Bytecode even in the presence of mergeable TryBegin/TryEnd * remove spurious TryEnd leftover when going from CFG to Bytecode OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bytecode?expand=0&rev=12 --- bytecode-0.14.1.tar.gz | 3 --- bytecode-0.14.2.tar.gz | 3 +++ python-bytecode.changes | 10 ++++++++++ python-bytecode.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 bytecode-0.14.1.tar.gz create mode 100644 bytecode-0.14.2.tar.gz diff --git a/bytecode-0.14.1.tar.gz b/bytecode-0.14.1.tar.gz deleted file mode 100644 index 613c66c..0000000 --- a/bytecode-0.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82e99af6b0f9e71ba9c5daba11f370fc93adf97d423e93a22659dfc7895fb6a2 -size 94647 diff --git a/bytecode-0.14.2.tar.gz b/bytecode-0.14.2.tar.gz new file mode 100644 index 0000000..3fda2e9 --- /dev/null +++ b/bytecode-0.14.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386378d9025d68ddb144870ae74330a492717b11b8c9164c4034e88add808f0c +size 94808 diff --git a/python-bytecode.changes b/python-bytecode.changes index 4a8e020..aa351a6 100644 --- a/python-bytecode.changes +++ b/python-bytecode.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat May 27 21:36:54 UTC 2023 - Dirk Müller + +- update to 0.14.2: + * allow to convert a CFG, for which stack sizes have not been + computed, to Bytecode even in the presence of mergeable + TryBegin/TryEnd + * remove spurious TryEnd leftover when going from CFG to + Bytecode + ------------------------------------------------------------------- Wed Apr 19 09:32:16 UTC 2023 - Dirk Müller diff --git a/python-bytecode.spec b/python-bytecode.spec index 50c7106..a81cd42 100644 --- a/python-bytecode.spec +++ b/python-bytecode.spec @@ -17,7 +17,7 @@ Name: python-bytecode -Version: 0.14.1 +Version: 0.14.2 Release: 0 Summary: Python module to generate and modify bytecode License: MIT