Sun, 26 May 2024 10:54:14 UTC | login

Information for build python-tokenize-rt-5.0.0-2.fc38

ID229863
Package Namepython-tokenize-rt
Version5.0.0
Release2.fc38
Epoch
SummaryWrapper for Python's stdlib `tokenize` supporting roundtrips
DescriptionThe stdlib tokenize module does not properly roundtrip. This wrapper around the stdlib provides two additional tokens ESCAPED_NL and UNIMPORTANT_WS, and a Token data type. Use src_to_tokens and tokens_to_src to roundtrip. This library is useful if you are writing a refactoring tool based on the python tokenization.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 22 Feb 2023 16:27:04 UTC
CompletedWed, 22 Feb 2023 16:27:04 UTC
Tags
f38
RPMs
src
python-tokenize-rt-5.0.0-2.fc38.src.rpm (info) (download)
noarch
python3-tokenize-rt-5.0.0-2.fc38.noarch.rpm (info) (download)
Changelog * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Oct 04 2022 Roman Inflianskas <rominf@aiven.io> - 5.0.0-1 - Update to 5.0.0 (resolve rhbz#2131856) * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jul 13 2022 Roman Inflianskas <rominf@aiven.io> - 4.2.1-1 - Initial package