Accepting request 947694 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/947694
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gast?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2022-01-21 00:25:39 +00:00 committed by Git OBS Bridge
commit 94f4b73502
4 changed files with 20 additions and 7 deletions

View File

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

BIN
gast-0.5.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jan 20 12:16:53 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.5.3:
+ Support gast.unparse.
- Changes from version 0.5.2:
+ Test field count more accurately.
- Changes from verison 0.5.1:
+ Support NamedExpr.
+ Cleanup and optimize the way gast builds its AST.
- Changes from version 0.5.0:
+ Support AST change for 3.10.
-------------------------------------------------------------------
Mon May 24 11:41:36 UTC 2021 - pgajdos@suse.com
@ -7,7 +20,7 @@ Mon May 24 11:41:36 UTC 2021 - pgajdos@suse.com
Wed Aug 26 06:01:54 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.4.0:
* Support Python 3.9
* Support Python 3.9
-------------------------------------------------------------------
Mon Apr 6 11:15:56 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
@ -27,4 +40,4 @@ Tue Sep 10 13:48:10 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
-------------------------------------------------------------------
Mon Jul 29 11:05:26 UTC 2019 - Christian Goll <cgoll@suse.com>
- inital commit of gast created with py2pack version 0.2.2
- inital commit of gast created with py2pack version 0.2.2

View File

@ -1,7 +1,7 @@
#
# spec file for package python-gast
#
# 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
@ -19,7 +19,7 @@
%define srcname gast
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-gast
Version: 0.4.0
Version: 0.5.3
Release: 0
Summary: Python AST that abstracts the underlying Python version
License: BSD-3-Clause