From 2011585994ba1c3dc0be45336b097fbd50e9a6dc995264263df8d97920007009 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 27 Mar 2022 10:50:04 +0000 Subject: [PATCH] - update to 0.8.3: * handle new iphython cell code names * link to futurecoder OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-executing?expand=0&rev=5 --- executing-0.8.2.tar.gz | 3 --- executing-0.8.3.tar.gz | 3 +++ python-executing.changes | 7 +++++++ python-executing.spec | 5 +++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 executing-0.8.2.tar.gz create mode 100644 executing-0.8.3.tar.gz diff --git a/executing-0.8.2.tar.gz b/executing-0.8.2.tar.gz deleted file mode 100644 index 97ce590..0000000 --- a/executing-0.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c23bf42e9a7b9b212f185b1b2c3c91feb895963378887bb10e64a2e612ec0023 -size 481669 diff --git a/executing-0.8.3.tar.gz b/executing-0.8.3.tar.gz new file mode 100644 index 0000000..fbe18ce --- /dev/null +++ b/executing-0.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6554e21c6b060590a6d3be4b82fb78f8f0194d809de5ea7df1c093763311501 +size 482046 diff --git a/python-executing.changes b/python-executing.changes index 67af791..611b6b5 100644 --- a/python-executing.changes +++ b/python-executing.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Mar 27 10:48:50 UTC 2022 - Dirk Müller + +- update to 0.8.3: + * handle new iphython cell code names + * link to futurecoder + ------------------------------------------------------------------- Thu Dec 2 12:42:43 UTC 2021 - Guillaume GARDET diff --git a/python-executing.spec b/python-executing.spec index 83fe725..7b57602 100644 --- a/python-executing.spec +++ b/python-executing.spec @@ -1,7 +1,7 @@ # # spec file for package python-executing # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-executing -Version: 0.8.2 +Version: 0.8.3 Release: 0 License: MIT Summary: Get the currently executing AST node of a frame, and other information @@ -30,6 +30,7 @@ Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/e/executing/executing-%{version}.tar.gz BuildRequires: %{python_module asttokens} BuildRequires: %{python_module devel} +BuildRequires: %{python_module littleutils} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm >= 4.0.0} BuildRequires: %{python_module setuptools}