diff --git a/bytecode-0.16.1.tar.gz b/bytecode-0.16.1.tar.gz deleted file mode 100644 index edea03b..0000000 --- a/bytecode-0.16.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fbbb637c880f339e564858bc6c7984ede67ae97bc71343379a535a9a4baf398 -size 102863 diff --git a/bytecode-0.16.2.tar.gz b/bytecode-0.16.2.tar.gz new file mode 100644 index 0000000..7ee09a2 --- /dev/null +++ b/bytecode-0.16.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f05020b6dc1f48cdadd946f7c3a03131ba0f312bd103767c5d75559de5c308f8 +size 103023 diff --git a/python-bytecode.changes b/python-bytecode.changes index 6eb6204..dec6d26 100644 --- a/python-bytecode.changes +++ b/python-bytecode.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 6 10:22:56 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.16.2 + * fix ControlFlowGraph dead block detection by accounting for + fall-through edges. PR #161 + ------------------------------------------------------------------- Mon Feb 3 13:33:39 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-bytecode.spec b/python-bytecode.spec index fb90f5b..4fad6c9 100644 --- a/python-bytecode.spec +++ b/python-bytecode.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-bytecode -Version: 0.16.1 +Version: 0.16.2 Release: 0 Summary: Python module to generate and modify bytecode License: MIT