From 0c6cecc2432e3e2f72109cc7a3bec6f327f52912faafaa6f049a0be526a4cda3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 21 Nov 2021 11:00:54 +0000 Subject: [PATCH] Accepting request 932236 from home:glaubitz:branches:devel:languages:python - Update to 0.13.0 * Add support for Python 3.10 new encoding of line number. This support is minimal in the sense that we still systematically assign a line number while the new format allow bytecode with absolutely no line number. PR #72 * Fix handling of RERAISE (introduced in 3.9) when creating a ControlFlowGraph, previously it was not considered final. PR #72 * Fix line table assembly in Python 3.10. PR #85 OBS-URL: https://build.opensuse.org/request/show/932236 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bytecode?expand=0&rev=5 --- bytecode-0.12.0.tar.gz | 3 --- bytecode-0.13.0.tar.gz | 3 +++ python-bytecode.changes | 11 +++++++++++ python-bytecode.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 bytecode-0.12.0.tar.gz create mode 100644 bytecode-0.13.0.tar.gz diff --git a/bytecode-0.12.0.tar.gz b/bytecode-0.12.0.tar.gz deleted file mode 100644 index f02b1d7..0000000 --- a/bytecode-0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9549d79b276cb91f6fb8008bf563863a202757e36482ee411bd87622d5bb1bf -size 66152 diff --git a/bytecode-0.13.0.tar.gz b/bytecode-0.13.0.tar.gz new file mode 100644 index 0000000..1855573 --- /dev/null +++ b/bytecode-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af3c2f0a31ce05dce41f7eea5cc380e33f5e8fbb7dcee3b52467a00acd52fcd +size 68177 diff --git a/python-bytecode.changes b/python-bytecode.changes index 13ec053..6c2af2c 100644 --- a/python-bytecode.changes +++ b/python-bytecode.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Nov 18 11:47:11 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 0.13.0 + * Add support for Python 3.10 new encoding of line number. This support is + minimal in the sense that we still systematically assign a line number + while the new format allow bytecode with absolutely no line number. PR #72 + * Fix handling of RERAISE (introduced in 3.9) when creating a ControlFlowGraph, + previously it was not considered final. PR #72 + * Fix line table assembly in Python 3.10. PR #85 + ------------------------------------------------------------------- Tue Aug 31 11:04:29 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-bytecode.spec b/python-bytecode.spec index fbb66e0..54db0fb 100644 --- a/python-bytecode.spec +++ b/python-bytecode.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-bytecode -Version: 0.12.0 +Version: 0.13.0 Release: 0 Summary: Python module to generate and modify bytecode License: MIT