1
0

Accepting request 1039628 from home:yarunachalam:branches:devel:languages:python

- Update to 1.2.0
  Merge pull request #56 from alexmojaki/init_tokens
      Use new asttokens.ASTText
- Update to 1.1.1
  tox is breaking weirdly with too much parallelism
- Update to 1.1.0
  3.11 in setup.cfg
- Update to 1.0.0
  Merge pull request #46 from alexmojaki/checkcache
      Always check linecache
- Update to 0.10.0
  Merge pull request #45 from alexmojaki/reload
      Clear caches when modules are reloaded  
- Update to 0.9.1
  Merge pull request #41 from alexmojaki/node_linenos
      Extract node_linenos to account for end_lineno and use in assert_linenos
- Update to 0.9.0 
  * Merge pull request #38 from alexmojaki/pwwang/master
      Support STORE_ATTR and STORE_SUBSCR

OBS-URL: https://build.opensuse.org/request/show/1039628
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-executing?expand=0&rev=7
This commit is contained in:
2022-12-02 21:39:05 +00:00
committed by Git OBS Bridge
parent 2011585994
commit d0a1905467
4 changed files with 33 additions and 4 deletions

View File

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

BIN
executing-1.2.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Dec 2 17:32:34 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 1.2.0
Merge pull request #56 from alexmojaki/init_tokens
Use new asttokens.ASTText
- Update to 1.1.1
tox is breaking weirdly with too much parallelism
- Update to 1.1.0
3.11 in setup.cfg
- Update to 1.0.0
Merge pull request #46 from alexmojaki/checkcache
Always check linecache
- Update to 0.10.0
Merge pull request #45 from alexmojaki/reload
Clear caches when modules are reloaded
- Update to 0.9.1
Merge pull request #41 from alexmojaki/node_linenos
Extract node_linenos to account for end_lineno and use in assert_linenos
- Update to 0.9.0
* Merge pull request #38 from alexmojaki/pwwang/master
Support STORE_ATTR and STORE_SUBSCR
-------------------------------------------------------------------
Sun Mar 27 10:48:50 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -20,7 +20,7 @@
%define skip_python2 1
%define skip_python36 1
Name: python-executing
Version: 0.8.3
Version: 1.2.0
Release: 0
License: MIT
Summary: Get the currently executing AST node of a frame, and other information