Package Release Info

python-uncompyle6-3.6.5-bp152.2.1

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-uncompyle6
python3-uncompyle6

Change Logs

* Mon May 18 2020 Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
* Fri Apr 17 2020 pgajdos@suse.com
- version update to 3.6.5
  * Handle nested async for in for... and better async comprehension detection via xdis. Still more work is needed.
  * include token number in listings when -g and there is a parser error
  * remove unneeded Makefiles now that remake 4.3+1.5dbg is a thing that has -c
  * Bug in finding annotations in functions with docstrings
  * Fix bug found by 2.4 sre_parse.py testing
  * Fix transform module's ifelseif bugs
  * Fix bug in 3.0 name module detection
  * Fix docstring detection
* Tue Mar 10 2020 pgajdos@suse.com
- version update to 3.6.4
  * The main focus in this release was fix some of the more glaring
    problems creapt in from the last release due to that refactor.
  * See ChangeLog for details.
* Fri Feb 07 2020 Marketa Calabkova <mcalabkova@suse.com>
- update to 3.6.3
  * Fix fragment bugs
  * Preliminary support for decompiling Python 1.0, 1.1, 1.2, and 1.6
  * Pypy 3.3, 3.5, 3.6, and 3.6.9 support
  * Improve 3.0 decompilation
  * Fix unmarshal incompletness detected in Pypy 3.6
  * more accurate decompilation especially for 3.7 and 3.8.
  * runing in 3.9-dev is tolerated
  * Numerous bugs around handling lambda with keyword-only fixed.
  * binary_expr and unary_expr have been renamed to bin_op and unary_op
  * TL;DR, but nothing important
* Tue Sep 10 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 3.4.0:
  * The main change is to add a tree-transformation phase
  * Various bugfixes
* Mon Jul 22 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 3.3.5:
  * No upstream changelog
* Fri Jun 28 2019 Andreas Färber <afaerber@suse.de>
- Initial (v3.3.4)