| Name: | python3-tokenize-rt |
|---|---|
| Version: | 6.1.0 |
| Release: | 1.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 33947 |
| License: | MIT |
| RPM: | python3-tokenize-rt-6.1.0-1.el10_0.noarch.rpm |
| Source RPM: | python-tokenize-rt-6.1.0-1.el10_0.src.rpm |
| Build Date: | Thu Jan 02 2025 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/asottile/tokenize-rt |
| Summary: | Wrapper for Python's stdlib `tokenize` supporting roundtrips |
| Description: | The 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. |
- Update to 6.1.0 upstream release - Resolves: rhbz#2320841
- Update to 6.0.0 upstream release - Resolves: rhbz#2302749
- Use forges
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Rebuilt for Python 3.13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Update to 5.2.0 (fedora#2227583)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Update to 5.1.0. - Fix Python 3.12 test failures. - Fixes: rhbz#2220538