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 2022-12-11 17:17:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bytecode (Old)
and /work/SRC/openSUSE:Factory/.python-bytecode.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bytecode"
Sun Dec 11 17:17:04 2022 rev:4 rq:1042087 version:0.14.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bytecode/python-bytecode.changes
2021-11-21 23:52:41.954152903 +0100
+++
/work/SRC/openSUSE:Factory/.python-bytecode.new.1835/python-bytecode.changes
2022-12-11 17:17:08.182048302 +0100
@@ -1,0 +2,27 @@
+Fri Dec 9 17:16:11 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
+
+- Update to 0.14.0
+ * New features:
+ Removed the peephole optimizer PR #107
+ Basically changes in Python 3.11 made it hard to port and the maintenance
cost exceeded the perceived use. It could be re-added if there is a demand for
it.
+ Add support for Python 3.11 PR #107
+ Support for Python 3.11, comes with a number of changes reflecting changes
in CPython bytecode itself:
+ support for the exception table in ConcreteBytecode
+ support for pseudo-instruction TryBegin and TryEnd describing the exception
table in Bytecode and ControlflowGraph
+ new keyword arguments in conversion method related to computations required
for the exception table
+ handling of CACHE opcode at the ConcreteBytecode level
+ handling of the ability of LOAD_GLOBAL to push NULL (the argument is now a
tuple[bool, str])
+ support for end_lineno and column offsets in instructions
+ support for co_qualname (as qualname on bytecode objects)
+ and a number of internal changes related to changes in the internal bytecode
representation.
+ Add type annotations and make types stricter PR # 105 In particular,
ConcreteInstr does not inherit from Instr anymore and one cannot
+ use ConcreteInstr in Bytecode object. This is saner than before.
+ * Bugfixes:
+ Removed EXC_MATCH from the Compare enumeration starting with Python 3.9. The
new JUMP_IF_NOT_EXC_MATCH opcode should be used instead.
+ Removed IN, NOT_IN, IS, NOT_IS from the Compare enumeration starting with
Python 3.9. The new CONTAINS_OP and IS_OP opcodes should be used instead.
+ Add proper pre and post stack effects to all opcodes (up to Python 3.11) PR
#106 #107
+ * Maintenance:
+ Make the install process PEP517 compliant PR #97
+ Drop support for Python 3.6 and 3.7 PR #100
+
+-------------------------------------------------------------------
Old:
----
bytecode-0.13.0.tar.gz
New:
----
bytecode-0.14.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-bytecode.spec ++++++
--- /var/tmp/diff_new_pack.IJxxXm/_old 2022-12-11 17:17:08.838051955 +0100
+++ /var/tmp/diff_new_pack.IJxxXm/_new 2022-12-11 17:17:08.842051978 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-bytecode
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-bytecode
-Version: 0.13.0
+Version: 0.14.0
Release: 0
Summary: Python module to generate and modify bytecode
License: MIT
@@ -27,6 +27,7 @@
URL: https://github.com/vstinner/bytecode
Source:
https://files.pythonhosted.org/packages/source/b/bytecode/bytecode-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module typing_extensions}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-aenum >= 2.0
++++++ bytecode-0.13.0.tar.gz -> bytecode-0.14.0.tar.gz ++++++
++++ 25221 lines of diff (skipped)