From ffee2b8461152f6394a3feda962a01700b9d07846e2dec33f33626f3f2e0d614 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 14 Nov 2023 15:47:42 +0000 Subject: [PATCH] - update to 0.15.1: * Disallow creating an instruction targeting a pseudo/instrumented opcode PR #133 * Fixes encoding of 0 as a varint PR #132 * Correct spelling of "INTRINSIC" in several places; this affected some ops in Python 3.12. PR #131 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bytecode?expand=0&rev=17 --- bytecode-0.15.0.tar.gz | 3 --- bytecode-0.15.1.tar.gz | 3 +++ python-bytecode.changes | 10 ++++++++++ python-bytecode.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 bytecode-0.15.0.tar.gz create mode 100644 bytecode-0.15.1.tar.gz diff --git a/bytecode-0.15.0.tar.gz b/bytecode-0.15.0.tar.gz deleted file mode 100644 index 3c68887..0000000 --- a/bytecode-0.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0908a8348cabf366b5c1865daabcdc0d650cb0cbdeb1750cc90564852f81945c -size 97631 diff --git a/bytecode-0.15.1.tar.gz b/bytecode-0.15.1.tar.gz new file mode 100644 index 0000000..5f1cd88 --- /dev/null +++ b/bytecode-0.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7263239a8d3f70fc7c303862b20cd2c6788052e37ce0a26e67309d280e985984 +size 97976 diff --git a/python-bytecode.changes b/python-bytecode.changes index 6f8685a..516fe74 100644 --- a/python-bytecode.changes +++ b/python-bytecode.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Nov 14 15:47:28 UTC 2023 - Dirk Müller + +- update to 0.15.1: + * Disallow creating an instruction targeting a + pseudo/instrumented opcode PR #133 + * Fixes encoding of 0 as a varint PR #132 + * Correct spelling of "INTRINSIC" in several places; this + affected some ops in Python 3.12. PR #131 + ------------------------------------------------------------------- Mon Sep 18 10:14:40 UTC 2023 - Dirk Müller diff --git a/python-bytecode.spec b/python-bytecode.spec index d820d67..2166282 100644 --- a/python-bytecode.spec +++ b/python-bytecode.spec @@ -17,7 +17,7 @@ Name: python-bytecode -Version: 0.15.0 +Version: 0.15.1 Release: 0 Summary: Python module to generate and modify bytecode License: MIT