15
0

- Update to 0.2.0:

* python 3.8 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-beniget?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-09-12 12:45:34 +00:00
committed by Git OBS Bridge
parent 5aaf123f1e
commit c8d59fb28b
4 changed files with 12 additions and 6 deletions

View File

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

3
beniget-0.2.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 12 12:45:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.2.0:
* python 3.8 support
-------------------------------------------------------------------
Sat Aug 24 14:16:05 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-beniget
Version: 0.1.0
Version: 0.2.0
Release: 0
Summary: Module to extract semantic information about static Python code
License: BSD-3-Clause
@@ -28,10 +28,10 @@ Source: https://files.pythonhosted.org/packages/source/b/beniget/beniget
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-gast >= 0.2.2
Requires: python-gast >= 0.3.0
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module gast >= 0.2.2}
BuildRequires: %{python_module gast >= 0.3.0}
# /SECTION
%python_subpackages