Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-bytecode for openSUSE:Factory checked in at 2023-09-20 13:26:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bytecode (Old) and /work/SRC/openSUSE:Factory/.python-bytecode.new.16627 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bytecode" Wed Sep 20 13:26:40 2023 rev:8 rq:1111939 version:0.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bytecode/python-bytecode.changes 2023-05-28 19:23:51.337323815 +0200 +++ /work/SRC/openSUSE:Factory/.python-bytecode.new.16627/python-bytecode.changes 2023-09-20 13:28:21.800869343 +0200 @@ -1,0 +2,17 @@ +Mon Sep 18 10:14:40 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 0.15.0: + * Add support for Python 3.12 PR #122 + * Support for Python 3.12, comes with a number of changes + reflecting changes in CPython bytecode itself: + * handle the ability of ``LOAD_ATTR`` to replace + ``LOAD_METHOD`` + As a consequence the argument is now a ``tuple[bool, str]`` + similarly ``LOAD_SUPER_ATTR`` which uses the 2 lowest bits as + flag takes a ``tuple[bool, bool, str]`` as argument + * ``POP_JUMP_IF_*`` instructions are undirected in Python 3.12 + * ``YIELD_VALUE`` now takes an argument + * Support for ``CALL_INSTRINSIC_1/2`` led to the addition of 2 + new enums to represent the argument + +------------------------------------------------------------------- Old: ---- bytecode-0.14.2.tar.gz New: ---- bytecode-0.15.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bytecode.spec ++++++ --- /var/tmp/diff_new_pack.6fMvHg/_old 2023-09-20 13:28:22.964911045 +0200 +++ /var/tmp/diff_new_pack.6fMvHg/_new 2023-09-20 13:28:22.964911045 +0200 @@ -17,7 +17,7 @@ Name: python-bytecode -Version: 0.14.2 +Version: 0.15.0 Release: 0 Summary: Python module to generate and modify bytecode License: MIT ++++++ bytecode-0.14.2.tar.gz -> bytecode-0.15.0.tar.gz ++++++ ++++ 1811 lines of diff (skipped)