diff --git a/python-tokenize-rt.changes b/python-tokenize-rt.changes index d59c52d..e0d999f 100644 --- a/python-tokenize-rt.changes +++ b/python-tokenize-rt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 7 21:31:24 UTC 2024 - Dirk Müller + +- update to 6.0.0: + * properly handle FSTRING_MIDDLE escaped braces + ------------------------------------------------------------------- Fri Dec 8 12:30:29 UTC 2023 - Dirk Müller diff --git a/python-tokenize-rt.spec b/python-tokenize-rt.spec index 3833013..1ade146 100644 --- a/python-tokenize-rt.spec +++ b/python-tokenize-rt.spec @@ -1,7 +1,7 @@ # # spec file for package python-tokenize-rt # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-tokenize-rt -Version: 5.2.0 +Version: 6.0.0 Release: 0 Summary: A wrapper around the stdlib `tokenize` which roundtrips License: MIT @@ -30,7 +30,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %python_subpackages diff --git a/tokenize-rt-5.2.0.tar.gz b/tokenize-rt-5.2.0.tar.gz deleted file mode 100644 index 66b8300..0000000 --- a/tokenize-rt-5.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5514a7c6390d67284e99ca9d7867de3e40d43df7d6e353641265b9223f0f784 -size 7239 diff --git a/tokenize-rt-6.0.0.tar.gz b/tokenize-rt-6.0.0.tar.gz new file mode 100644 index 0000000..527c143 --- /dev/null +++ b/tokenize-rt-6.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d005272f9fd60c1268fe83dcdf3c97bef79569d465f9e87fe0a17649fdbc95 +size 7509