15
0
Files
python-ast-decompiler/python-ast-decompiler.changes
Nico Krapp 3f103a90ed - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ast-decompiler?expand=0&rev=3
2024-11-08 15:47:14 +00:00

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).