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 2025-09-10 17:30:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bytecode (Old)
and /work/SRC/openSUSE:Factory/.python-bytecode.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bytecode"
Wed Sep 10 17:30:27 2025 rev:14 rq:1303568 version:0.17.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bytecode/python-bytecode.changes
2025-05-06 16:44:22.243688595 +0200
+++
/work/SRC/openSUSE:Factory/.python-bytecode.new.1977/python-bytecode.changes
2025-09-10 17:30:39.066566057 +0200
@@ -1,0 +2,20 @@
+Wed Sep 10 06:59:32 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 0.17.0
+ * Add support for Python 3.14 PR #166
+ Support for Python 3.14, comes with a number of changes reflecting changes
in
+ CPython bytecode itself:
+ - introduced an enum for BINARY_OP argument which now supports subscribe.
+ When disassembling the enum is always used, when creating bytecode from
+ scratch integer values are coerced into the right enum member.
+ - support BUILD_TEMPLATE, BUILD_INTERPOLATION, LOAD_SMALL_INT,
LOAD_FAST_BORROW
+ and LOAD_FAST_BORROW_LOAD_FAST_BORROW
+ - LOAD_COMMON_CONSTANT, LOAD_SPECIAL whose argument is described using
dedicated
+ enums CommonConstant, SpecialMethod
+ - CONVERT_VALUE (FORMAT_VALUE in Python < 3.13) now use the FormatValue
enum.
+ When disassembling the enum is always used, when creating bytecode from
+ scratch integer values are coerced into the right enum member.
+ * properly set the next_block attribute of the new block created by
+ ControlFlowGraph.split_block. PR #170
+
+-------------------------------------------------------------------
Old:
----
bytecode-0.16.2.tar.gz
New:
----
bytecode-0.17.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-bytecode.spec ++++++
--- /var/tmp/diff_new_pack.52Rfip/_old 2025-09-10 17:30:39.810597344 +0200
+++ /var/tmp/diff_new_pack.52Rfip/_new 2025-09-10 17:30:39.810597344 +0200
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-bytecode
-Version: 0.16.2
+Version: 0.17.0
Release: 0
Summary: Python module to generate and modify bytecode
License: MIT
++++++ bytecode-0.16.2.tar.gz -> bytecode-0.17.0.tar.gz ++++++
++++ 2240 lines of diff (skipped)