14
0

- Update to 0.2.0:

- Fallback to basic Source.pieces when there is no Source.tree.
  - Handle nodes inside f-strings missing location info from
    asttokens
- Add 29-Pygments-2-12.patch (gh#alexmojaki/stack_data#29) making
  the package compabile with Pygments 2.12.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stack-data?expand=0&rev=3
This commit is contained in:
2022-05-16 12:27:45 +00:00
committed by Git OBS Bridge
parent 27892a698a
commit 4bcc5c5e16
5 changed files with 164 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon May 16 12:18:16 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 0.2.0:
- Fallback to basic Source.pieces when there is no Source.tree.
- Handle nodes inside f-strings missing location info from
asttokens
- Add 29-Pygments-2-12.patch (gh#alexmojaki/stack_data#29) making
the package compabile with Pygments 2.12.
-------------------------------------------------------------------
Fri Jan 14 21:54:31 UTC 2022 - Matej Cepl <mcepl@suse.com>