From e29f0f0a8fde9e447961db1bee9dcd477be335f1c9267bfb56bef0d7ebe1176f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 17 Jan 2020 18:09:20 +0000 Subject: [PATCH] Accepting request 765322 from home:mcalabkova:branches:devel:languages:python - update to 1.6.3 * Add full support for Python 3.8 OBS-URL: https://build.opensuse.org/request/show/765322 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astunparse?expand=0&rev=7 --- astunparse-1.6.2.tar.gz | 3 --- astunparse-1.6.3.tar.gz | 3 +++ python-astunparse.changes | 6 ++++++ python-astunparse.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 astunparse-1.6.2.tar.gz create mode 100644 astunparse-1.6.3.tar.gz diff --git a/astunparse-1.6.2.tar.gz b/astunparse-1.6.2.tar.gz deleted file mode 100644 index b956b57..0000000 --- a/astunparse-1.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dab3e426715373fd76cd08bb1abe64b550f5aa494cf1e32384f26fd60961eb67 -size 16339 diff --git a/astunparse-1.6.3.tar.gz b/astunparse-1.6.3.tar.gz new file mode 100644 index 0000000..e676dd1 --- /dev/null +++ b/astunparse-1.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad93a8456f0d084c3456d059fd9a92cce667963232cbf763eac3bc5b7940872 +size 18290 diff --git a/python-astunparse.changes b/python-astunparse.changes index 97440a8..88af2ff 100644 --- a/python-astunparse.changes +++ b/python-astunparse.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 17 15:36:43 UTC 2020 - Marketa Calabkova + +- update to 1.6.3 + * Add full support for Python 3.8 + ------------------------------------------------------------------- Wed Mar 6 12:29:21 UTC 2019 - Tomáš Chvátal diff --git a/python-astunparse.spec b/python-astunparse.spec index a6c1843..685c267 100644 --- a/python-astunparse.spec +++ b/python-astunparse.spec @@ -1,7 +1,7 @@ # # spec file for package python-astunparse # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-astunparse -Version: 1.6.2 +Version: 1.6.3 Release: 0 Summary: An AST unparser for Python License: BSD-3-Clause AND Python-2.0