Accepting request 1131708 from devel:languages:python
- update to 0.8.1: * Filter out self-edges from the graph. * MANIFEST.in: Add tests to sdist OBS-URL: https://build.opensuse.org/request/show/1131708 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-importlab?expand=0&rev=8
This commit is contained in:
3
importlab-0.8.1.tar.gz
Normal file
3
importlab-0.8.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3893853b1f6eb027da509c3b40e6787e95dd66b4b66f1b3613aad77556e1465
|
||||
size 28856
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b24b3aac3b073966ae42fb2d3a7764f3377b30bb72c0d411fe29134cc9276e86
|
||||
size 28259
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user