forked from pool/python-ast-decompiler
* Support Python 3.12 and 3.13; stop testing Python 3.6 and 3.7 * Fix all DeprecationWarnings in the codebase - Refresh no-relative-imports.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ast-decompiler?expand=0&rev=3
15 lines
618 B
Plaintext
15 lines
618 B
Plaintext
-------------------------------------------------------------------
|
|
Fri Nov 8 10:14:29 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 0.8.0
|
|
* Support Python 3.12 and 3.13; stop testing Python 3.6 and 3.7
|
|
* Fix all DeprecationWarnings in the codebase
|
|
- Refresh no-relative-imports.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 18 12:44:05 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Initial packaging effort for ast-decompiler 0.7.0.
|
|
- Add no-relative-imports.patch.txt to make testing work with
|
|
plain pytest (gh#JelleZijlstra/ast_decompiler#52).
|