14
0

Accepting request 824092 from home:mcalabkova:branches:devel:languages:python

- Update to version 0.7
  * support Python 3.8
  * code refactorings and cleanups

OBS-URL: https://build.opensuse.org/request/show/824092
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requirements-detector?expand=0&rev=16
This commit is contained in:
2020-08-03 16:08:27 +00:00
committed by Git OBS Bridge
parent cc8f0b648b
commit d32b31120a
4 changed files with 13 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-requirements-detector
Version: 0.6
Version: 0.7
Release: 0
Summary: Python tool to find and list requirements of a Python project
License: MIT
@@ -30,12 +30,12 @@ Source: https://github.com/landscapeio/requirements-detector/archive/%{v
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-astroid >= 1.0.0
Requires: python-astroid >= 1.4
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module astroid}
BuildRequires: %{python_module astroid >= 1.4}
BuildRequires: %{python_module pytest}
# /SECTION
%ifpython3