- 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
This commit is contained in:
60
python-tokenize-rt.changes
Normal file
60
python-tokenize-rt.changes
Normal file
@@ -0,0 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 9 15:59:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
- update to 6.0.0:
|
||||
* properly handle FSTRING_MIDDLE escaped braces
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 12:30:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <sebix@sebix.at>
|
||||
|
||||
- update to version 5.1.0:
|
||||
- drop support for python 3.7
|
||||
- remove no_implicit_optional
|
||||
this is the default in mypy 0.990
|
||||
- update to version 5.0.0:
|
||||
- remove python 2 compatible parsing
|
||||
- convert pip install comand to a block
|
||||
github will produce a copy-paste button
|
||||
- remove unused type: ignore
|
||||
- Update default branch to main
|
||||
- upgrade flake8-typing-imports
|
||||
- drop python3.6 support
|
||||
python 3.6 reached end of life on 2021-12-23
|
||||
- remove --fail-under from tox (covdefaults handles this)
|
||||
- improve coverage pragmas with covdefaults 2.1
|
||||
- replace exit(main()) with raise SystemExit(main())
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 26 20:33:05 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Use GitHub tarball to activate tests
|
||||
- Tidy spec
|
||||
- Update to v4.2.1
|
||||
* Fix token offsets following multiline string
|
||||
- from v4.2.0
|
||||
* Fix position of empty NEWLINE at no-eol eof
|
||||
* Remove ?s now that offsets are populated
|
||||
* Fix UNIMPORTANT_WS offsets for implicit continuation
|
||||
* Add offsets for added tokens
|
||||
- from v4.1.0
|
||||
* Add link to future-annotations
|
||||
* Add performance hack from python3.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 4 09:58:26 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- initial package for version 4.0.0.
|
||||
Reference in New Issue
Block a user