forked from pool/python-bytecode
Accepting request 1126231 from devel:languages:python
- update to 0.15.1:
* Disallow creating an instruction targeting a
pseudo/instrumented opcode PR #133
* Fixes encoding of 0 as a varint PR #132
* Correct spelling of "INTRINSIC" in several places; this
affected some ops in Python 3.12. PR #131
OBS-URL: https://build.opensuse.org/request/show/1126231
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bytecode?expand=0&rev=9
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0908a8348cabf366b5c1865daabcdc0d650cb0cbdeb1750cc90564852f81945c
|
||||
size 97631
|
||||
3
bytecode-0.15.1.tar.gz
Normal file
3
bytecode-0.15.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7263239a8d3f70fc7c303862b20cd2c6788052e37ce0a26e67309d280e985984
|
||||
size 97976
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 15:47:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.15.1:
|
||||
* Disallow creating an instruction targeting a
|
||||
pseudo/instrumented opcode PR #133
|
||||
* Fixes encoding of 0 as a varint PR #132
|
||||
* Correct spelling of "INTRINSIC" in several places; this
|
||||
affected some ops in Python 3.12. PR #131
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 10:14:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-bytecode
|
||||
Version: 0.15.0
|
||||
Version: 0.15.1
|
||||
Release: 0
|
||||
Summary: Python module to generate and modify bytecode
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user