15
0

- 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
This commit is contained in:
2023-12-07 22:00:34 +00:00
committed by Git OBS Bridge
parent bb34be4e97
commit dde9054df4
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 7 22:00:25 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.8.1:
* Filter out self-edges from the graph.
-------------------------------------------------------------------
Fri Oct 28 17:41:56 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
@@ -14,7 +20,7 @@ Thu Sep 29 02:39:43 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <code@bnavigator.de>