15
0

- update to 0.14.1:

* allow to disassemble code containing ``EXTENDED_ARG``
    targeting a ``NOP`` PR #117

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bytecode?expand=0&rev=10
This commit is contained in:
2023-04-19 09:32:26 +00:00
committed by Git OBS Bridge
parent 00d6c19dc7
commit b6478eba19
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 19 09:32:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.14.1:
* allow to disassemble code containing ``EXTENDED_ARG``
targeting a ``NOP`` PR #117
-------------------------------------------------------------------
Thu Dec 15 22:44:00 UTC 2022 - Ben Greiner <code@bnavigator.de>