15
0

- 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
This commit is contained in:
2024-11-08 15:47:14 +00:00
committed by Git OBS Bridge
parent 52204c3554
commit 3f103a90ed
4 changed files with 51 additions and 34 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
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>