forked from pool/python-importlab
Accepting request 1006877 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1006877 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-importlab?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d855350d19dc10a17aabd2fe6f4b428ff1a936071f692fbf686a73694d26a51c
|
||||
size 19067
|
||||
3
importlab-0.7.tar.gz
Normal file
3
importlab-0.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:744bd75d4410744962d203bd1eb71a950b19e8fb8eb5f0b805461dc0a2da329b
|
||||
size 28055
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 02:39:43 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 13 00:12:25 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
@@ -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