forked from pool/python-bytecode
Accepting request 932773 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/932773 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bytecode?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a9549d79b276cb91f6fb8008bf563863a202757e36482ee411bd87622d5bb1bf
|
|
||||||
size 66152
|
|
||||||
3
bytecode-0.13.0.tar.gz
Normal file
3
bytecode-0.13.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6af3c2f0a31ce05dce41f7eea5cc380e33f5e8fbb7dcee3b52467a00acd52fcd
|
||||||
|
size 68177
|
||||||
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 18 11:47:11 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.13.0
|
||||||
|
* Add support for Python 3.10 new encoding of line number. This support is
|
||||||
|
minimal in the sense that we still systematically assign a line number
|
||||||
|
while the new format allow bytecode with absolutely no line number. PR #72
|
||||||
|
* Fix handling of RERAISE (introduced in 3.9) when creating a ControlFlowGraph,
|
||||||
|
previously it was not considered final. PR #72
|
||||||
|
* Fix line table assembly in Python 3.10. PR #85
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 31 11:04:29 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Tue Aug 31 11:04:29 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-bytecode
|
Name: python-bytecode
|
||||||
Version: 0.12.0
|
Version: 0.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module to generate and modify bytecode
|
Summary: Python module to generate and modify bytecode
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user