Accepting request 1039428 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1039428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-asttokens?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2022-12-03 09:03:11 +00:00 committed by Git OBS Bridge
commit 0078f4ec27
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c61e16246ecfb2cde2958406b4c8ebc043c9e6d73aaa83c941673b35e5d3a76b
size 55101

3
asttokens-2.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4aa76401a151c8cc572d906aad7aea2a841780834a19d780f4321c0fe1b54635
size 59948

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Dec 1 22:18:13 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.1.0
* Merge pull request #93 from gristlabs/unmarked2
ASTText class that doesn't require tokens
-------------------------------------------------------------------
Fri Sep 23 11:59:52 UTC 2022 - ecsos <ecsos@opensuse.org>
@ -9,6 +16,16 @@ Fri Sep 23 11:59:52 UTC 2022 - ecsos <ecsos@opensuse.org>
* Fix astroid type checking import errors
-------------------------------------------------------------------
Fri Sep 23 02:15:13 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 2.0.8
* Merge pull request #90 from palfrey/fix-explicit-import
* Fix mypy explicit re-export issues
- Update to 2.0.7
* Merge pull request #87 from gristlabs/astroid-type-checking
* Fix astroid type checking import errors
-------------------------------------------------------------------
Fri Nov 19 10:21:46 UTC 2021 - ecsos <ecsos@opensuse.org>
- Fix build error for Leap outside repo d:l:p.

View File

@ -21,7 +21,7 @@
%define skip_python2 1
%define skip_python36 1
Name: python-asttokens
Version: 2.0.8
Version: 2.1.0
Release: 0
Summary: Annotate AST trees with source code positions
License: Apache-2.0