diff --git a/python-tokenize-rt.changes b/python-tokenize-rt.changes index e0d999f..e1ffec1 100644 --- a/python-tokenize-rt.changes +++ b/python-tokenize-rt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Nov 9 15:59:17 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-tokenize-rt.spec b/python-tokenize-rt.spec index 1ade146..f4f7694 100644 --- a/python-tokenize-rt.spec +++ b/python-tokenize-rt.spec @@ -17,7 +17,7 @@ Name: python-tokenize-rt -Version: 6.0.0 +Version: 6.1.0 Release: 0 Summary: A wrapper around the stdlib `tokenize` which roundtrips License: MIT diff --git a/tokenize-rt-6.0.0.tar.gz b/tokenize-rt-6.0.0.tar.gz deleted file mode 100644 index 527c143..0000000 --- a/tokenize-rt-6.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8d005272f9fd60c1268fe83dcdf3c97bef79569d465f9e87fe0a17649fdbc95 -size 7509 diff --git a/tokenize-rt-6.1.0.tar.gz b/tokenize-rt-6.1.0.tar.gz new file mode 100644 index 0000000..2ee50b3 --- /dev/null +++ b/tokenize-rt-6.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d25a612c7c08ddfa0ed273c81e9d180142a31b53141b0ee242d16fe5d4b641 +size 7780