diff --git a/python-tokenize-rt.changes b/python-tokenize-rt.changes index cf02fb4..d59c52d 100644 --- a/python-tokenize-rt.changes +++ b/python-tokenize-rt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Dec 8 12:30:29 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-tokenize-rt.spec b/python-tokenize-rt.spec index c0b580f..3833013 100644 --- a/python-tokenize-rt.spec +++ b/python-tokenize-rt.spec @@ -17,7 +17,7 @@ Name: python-tokenize-rt -Version: 5.1.0 +Version: 5.2.0 Release: 0 Summary: A wrapper around the stdlib `tokenize` which roundtrips License: MIT diff --git a/tokenize-rt-5.1.0.tar.gz b/tokenize-rt-5.1.0.tar.gz deleted file mode 100644 index 5f6098c..0000000 --- a/tokenize-rt-5.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c761a430d2450c0bb78ab0b75d3d6975bba44a7a2c8883976df6e9c3901a4f6 -size 7090 diff --git a/tokenize-rt-5.2.0.tar.gz b/tokenize-rt-5.2.0.tar.gz new file mode 100644 index 0000000..66b8300 --- /dev/null +++ b/tokenize-rt-5.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5514a7c6390d67284e99ca9d7867de3e40d43df7d6e353641265b9223f0f784 +size 7239