From dde9054df4d72681c7fcd1590c40c7e8c85ceb8c8b827ddf0a4e2419be49e730 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Dec 2023 22:00:34 +0000 Subject: [PATCH] - update to 0.8.1: * Filter out self-edges from the graph. * MANIFEST.in: Add tests to sdist OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlab?expand=0&rev=19 --- importlab-0.8.1.tar.gz | 3 +++ importlab-0.8.tar.gz | 3 --- python-importlab.changes | 8 +++++++- python-importlab.spec | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 importlab-0.8.1.tar.gz delete mode 100644 importlab-0.8.tar.gz diff --git a/importlab-0.8.1.tar.gz b/importlab-0.8.1.tar.gz new file mode 100644 index 0000000..c413d01 --- /dev/null +++ b/importlab-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3893853b1f6eb027da509c3b40e6787e95dd66b4b66f1b3613aad77556e1465 +size 28856 diff --git a/importlab-0.8.tar.gz b/importlab-0.8.tar.gz deleted file mode 100644 index 6f70e65..0000000 --- a/importlab-0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b24b3aac3b073966ae42fb2d3a7764f3377b30bb72c0d411fe29134cc9276e86 -size 28259 diff --git a/python-importlab.changes b/python-importlab.changes index e5c5778..546f8a9 100644 --- a/python-importlab.changes +++ b/python-importlab.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 7 22:00:25 UTC 2023 - Dirk Müller + +- update to 0.8.1: + * Filter out self-edges from the graph. + ------------------------------------------------------------------- Fri Oct 28 17:41:56 UTC 2022 - Yogalakshmi Arunachalam @@ -14,7 +20,7 @@ Thu Sep 29 02:39:43 UTC 2022 - Yogalakshmi Arunachalam - 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 + * 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 473570f..4c03f71 100644 --- a/python-importlab.spec +++ b/python-importlab.spec @@ -1,7 +1,7 @@ # # spec file for package python-importlab # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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.8 +Version: 0.8.1 Release: 0 Summary: A library to calculate python dependency graphs License: Apache-2.0