15
0

- Update to 0.16.0:

* Fix the document for python3.12 by @colinxu2020 in #142
  * fix: handle small try blocks by @P403n1x87 in #145
  * Add support for Python 3.13 by @MatthieuDartiailh in #146

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bytecode?expand=0&rev=21
This commit is contained in:
2024-11-01 08:34:00 +00:00
committed by Git OBS Bridge
parent b75c3edae6
commit ce9b400d3c
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Nov 1 08:33:19 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.16.0:
* Fix the document for python3.12 by @colinxu2020 in #142
* fix: handle small try blocks by @P403n1x87 in #145
* Add support for Python 3.13 by @MatthieuDartiailh in #146
-------------------------------------------------------------------
Wed Aug 14 15:03:42 UTC 2024 - Dirk Müller <dmueller@suse.com>