From 61e5cc1de2f5132c54d1ca3baa36dea4205f8667205d890cfbe126dd207b440c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 9 Nov 2024 15:59:53 +0000 Subject: [PATCH] - 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 --- python-tokenize-rt.changes | 7 +++++++ python-tokenize-rt.spec | 2 +- tokenize-rt-6.0.0.tar.gz | 3 --- tokenize-rt-6.1.0.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 tokenize-rt-6.0.0.tar.gz create mode 100644 tokenize-rt-6.1.0.tar.gz 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