forked from pool/python-importlab
Accepting request 1006807 from home:yarunachalam:branches:devel:languages:python
- Update Version 0.8 (2022-09-22) * Add --version to bin importlab. * Use ImportStatement.source to impove import resolution. - Update Version 0.7 (2022-01-07) * Fix path resolution for case-insensitive filesystems. - Update Version 0.6.1 (2021-01-14) * Include .so files in the dependency graph. * Drop support for running under Python 2 and modernize the code. * MANIFEST.in: Add tests to sdist OBS-URL: https://build.opensuse.org/request/show/1006807 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlab?expand=0&rev=15
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-importlab
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -21,7 +21,7 @@
|
||||
# python36-networkx no longer exists in Tumbleweed (due to SciPy following NEP 29)
|
||||
%define skip_python36 1
|
||||
Name: python-importlab
|
||||
Version: 0.5.1
|
||||
Version: 0.7
|
||||
Release: 0
|
||||
Summary: A library to calculate python dependency graphs
|
||||
License: Apache-2.0
|
||||
@@ -33,7 +33,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-networkx
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module networkx}
|
||||
|
||||
Reference in New Issue
Block a user