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 2026-06-15 19:41:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bytecode (Old)
 and      /work/SRC/openSUSE:Factory/.python-bytecode.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-bytecode"

Mon Jun 15 19:41:59 2026 rev:15 rq:1359220 version:0.18.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bytecode/python-bytecode.changes  
2025-09-10 17:30:39.066566057 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-bytecode.new.1981/python-bytecode.changes    
    2026-06-15 19:44:56.479179228 +0200
@@ -1,0 +2,23 @@
+Sun Jun 14 09:40:20 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.18.1:
+  * Fix an AssertionError in stack-size computation when a single
+    exception region is split into multiple TryBegin instances
+    sharing one handler (as produced by bytecode-rewriting tools
+    that wrap a whole function body in a single handler).
+    TryBegin/TryEnd are now matched on the handler block rather
+    than on TryBegin identity.
+  * drop support for Python 3.9 and 3.10 PR #180
+  * Replace string literal type annotations with postponed
+    evaluation using from __future__ import annotations PR #191
+  * multiple performance improvements PRs #172, #193, #196, #194,
+    #197, #198, #199, #200, #201, #202, #203
+  * BasicBlock, Bytecode, and ConcreteBytecode now validate
+    inserted instructions at insertion time (append, extend,
+    insert, __setitem__) rather than during iteration. Code that
+    relied on catching ValueError from list(block) or for instr
+    in block: must wrap the insertion call instead. PR #199
+  * Fix handling of END_ASYNC_FOR which is a backward jump PR
+    #179
+
+-------------------------------------------------------------------

Old:
----
  bytecode-0.17.0.tar.gz

New:
----
  bytecode-0.18.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-bytecode.spec ++++++
--- /var/tmp/diff_new_pack.dkM1RI/_old  2026-06-15 19:44:57.519222811 +0200
+++ /var/tmp/diff_new_pack.dkM1RI/_new  2026-06-15 19:44:57.519222811 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-bytecode
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,22 +18,22 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-bytecode
-Version:        0.17.0
+Version:        0.18.1
 Release:        0
 Summary:        Python module to generate and modify bytecode
 License:        MIT
-URL:            https://github.com/vstinner/bytecode
+URL:            https://github.com/MatthieuDartiailh/bytecode
 Source:         
https://files.pythonhosted.org/packages/source/b/bytecode/bytecode-%{version}.tar.gz
-BuildRequires:  %{python_module base >= 3.8}
+BuildRequires:  %{python_module base >= 3.11}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module setuptools_scm}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module setuptools >= 61.2}
+BuildRequires:  %{python_module setuptools_scm >= 3.4.3}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module pytest >= 8}
 # /SECTION
 %python_subpackages
 

++++++ bytecode-0.17.0.tar.gz -> bytecode-0.18.1.tar.gz ++++++
++++ 4667 lines of diff (skipped)

Reply via email to