From 4842c8942df689c50b038c99dace0472ea97bfed Mon Sep 17 00:00:00 2001
From: dirkmueller <>
Date: Dec 04 2022 14:04:13 +0000
Subject: Update python-executing to version 1.2.0 / rev 5 via SR 1039671
https://build.opensuse.org/request/show/1039671
by user dirkmueller + dimstar_suse
---
diff --git a/.files b/.files
index 5ff08e1..fa4c883 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 9593c41..43a2b26 100644
--- a/.rev
+++ b/.rev
@@ -33,4 +33,12 @@
* link to futurecoder
965181
+
+ c8f75ce82249d4d17d8d230298e63566
+ 1.2.0
+
+ dimstar_suse
+
+ 1039671
+
diff --git a/executing-0.8.3.tar.gz b/executing-0.8.3.tar.gz
deleted file mode 120000
index ffc77c8..0000000
--- a/executing-0.8.3.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafybeibh2yvtsghsew6xs3xeo2e5y3n5xlq2v64ncl6jrfiw4fym7gxfwe
\ No newline at end of file
diff --git a/executing-1.2.0.tar.gz b/executing-1.2.0.tar.gz
new file mode 120000
index 0000000..6729c4a
--- /dev/null
+++ b/executing-1.2.0.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafybeigwcsvkdpmymcsmrgchkmskkt7hjkgraj2poelnlqwzj7zn2f3iqe
\ No newline at end of file
diff --git a/python-executing.changes b/python-executing.changes
index ab258b2..4304d8b 100644
--- a/python-executing.changes
+++ b/python-executing.changes
@@ -1,4 +1,33 @@
-------------------------------------------------------------------
+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
- update to 0.8.3:
diff --git a/python-executing.spec b/python-executing.spec
index 335960a..7bd898d 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