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

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

3
0.7.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61de63427f34df15ede284536b31d8b102a92257e8139edc207036728f49975e
size 11291

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Aug 3 10:06:26 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 0.7
* support Python 3.8
* code refactorings and cleanups
-------------------------------------------------------------------
Wed Jun 3 10:48:17 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

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