14
0

Accepting request 942651 from home:jayvdb:branches:devel:languages:python:django

- Use GitHub tarball to activate tests
- Tidy spec
- Update to v4.2.1

OBS-URL: https://build.opensuse.org/request/show/942651
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tokenize-rt?expand=0&rev=4
This commit is contained in:
Sebastian Wagner
2021-12-26 20:56:40 +00:00
committed by Git OBS Bridge
parent ff4ca12938
commit 4a5f01e455
4 changed files with 36 additions and 16 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
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>