forked from pool/python-requirements-detector
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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f9d80949bfd1761c80c94f2731a6cbd5aee67f0dc120eadd076443a77c4ee9ae
|
|
||||||
size 10937
|
|
3
0.7.tar.gz
Normal file
3
0.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:61de63427f34df15ede284536b31d8b102a92257e8139edc207036728f49975e
|
||||||
|
size 11291
|
@@ -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>
|
Wed Jun 3 10:48:17 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-requirements-detector
|
Name: python-requirements-detector
|
||||||
Version: 0.6
|
Version: 0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python tool to find and list requirements of a Python project
|
Summary: Python tool to find and list requirements of a Python project
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -30,12 +30,12 @@ Source: https://github.com/landscapeio/requirements-detector/archive/%{v
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-astroid >= 1.0.0
|
Requires: python-astroid >= 1.4
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module astroid}
|
BuildRequires: %{python_module astroid >= 1.4}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%ifpython3
|
%ifpython3
|
||||||
|
Reference in New Issue
Block a user