15
0

Accepting request 1006807 from home:yarunachalam:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1006807
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlab?expand=0&rev=15
This commit is contained in:
2022-09-29 09:17:35 +00:00
committed by Git OBS Bridge
parent dc6e00d757
commit 107e5bcee1
4 changed files with 21 additions and 6 deletions

View File

@@ -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>