17
0

- update to 6.1.0:

* handle unicode named escapes in fstring components
  * add python 3.13

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tokenize-rt?expand=0&rev=11
This commit is contained in:
2024-11-09 15:59:53 +00:00
committed by Git OBS Bridge
parent baf97b6711
commit 61e5cc1de2
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Nov 9 15:59:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 6.1.0:
* handle unicode named escapes in fstring components
* add python 3.13
-------------------------------------------------------------------
Mon Oct 7 21:31:24 UTC 2024 - Dirk Müller <dmueller@suse.com>