From d0a1905467a6c6fbbfd905f03cb207a3f96c9f1d875b18c4287c33568821063c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 2 Dec 2022 21:39:05 +0000 Subject: [PATCH] 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 --- executing-0.8.3.tar.gz | 3 --- executing-1.2.0.tar.gz | 3 +++ python-executing.changes | 29 +++++++++++++++++++++++++++++ python-executing.spec | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) delete mode 100644 executing-0.8.3.tar.gz create mode 100644 executing-1.2.0.tar.gz diff --git a/executing-0.8.3.tar.gz b/executing-0.8.3.tar.gz deleted file mode 100644 index fbe18ce..0000000 --- a/executing-0.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6554e21c6b060590a6d3be4b82fb78f8f0194d809de5ea7df1c093763311501 -size 482046 diff --git a/executing-1.2.0.tar.gz b/executing-1.2.0.tar.gz new file mode 100644 index 0000000..4190240 --- /dev/null +++ b/executing-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19da64c18d2d851112f09c287f8d3dbbdf725ab0e569077efb6cdcbd3497c107 +size 654544 diff --git a/python-executing.changes b/python-executing.changes index 611b6b5..b8adda4 100644 --- a/python-executing.changes +++ b/python-executing.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Fri Dec 2 17:32:34 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-executing.spec b/python-executing.spec index 7b57602..7a680e1 100644 --- a/python-executing.spec +++ b/python-executing.spec @@ -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