diff --git a/importlab-0.5.1.tar.gz b/importlab-0.5.1.tar.gz deleted file mode 100644 index 00befea..0000000 --- a/importlab-0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d855350d19dc10a17aabd2fe6f4b428ff1a936071f692fbf686a73694d26a51c -size 19067 diff --git a/importlab-0.7.tar.gz b/importlab-0.7.tar.gz new file mode 100644 index 0000000..58ba969 --- /dev/null +++ b/importlab-0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744bd75d4410744962d203bd1eb71a950b19e8fb8eb5f0b805461dc0a2da329b +size 28055 diff --git a/python-importlab.changes b/python-importlab.changes index 752fd0e..5436c0a 100644 --- a/python-importlab.changes +++ b/python-importlab.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Sep 29 02:39:43 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-importlab.spec b/python-importlab.spec index ff789ad..3706be4 100644 --- a/python-importlab.spec +++ b/python-importlab.spec @@ -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}