15
0

Accepting request 965181 from devel:languages:python

- update to 0.8.3:
  * handle new iphython cell code names 
  * link to futurecoder

OBS-URL: https://build.opensuse.org/request/show/965181
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-executing?expand=0&rev=4
This commit is contained in:
2022-03-29 16:14:04 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 5 deletions

View File

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

3
executing-0.8.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Mar 27 10:48:50 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.8.3:
* handle new iphython cell code names
* link to futurecoder
-------------------------------------------------------------------
Thu Dec 2 12:42:43 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@@ -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}