14
0

- update to 5.2.0:

* fix tests for 3.12
  * add Token.matches(*, name, str)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tokenize-rt?expand=0&rev=7
This commit is contained in:
2023-12-08 12:30:52 +00:00
committed by Git OBS Bridge
parent 131444e6bd
commit dde5910cb2
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Dec 8 12:30:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 5.2.0:
* fix tests for 3.12
* add Token.matches(*, name, str)
-------------------------------------------------------------------
Fri Aug 11 07:54:56 UTC 2023 - Sebastian Wagner <sebix@sebix.at>