forked from pool/python-beniget
- 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:
committed by
Git OBS Bridge
parent
5aaf123f1e
commit
c8d59fb28b
@@ -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
3
beniget-0.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4495fb8ef0e99f9291c751856e3cc0695115e7936acc54717a3f620ab331b247
|
||||
size 15242
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user