14
0
forked from pool/python-invoke

- update to 2.1.1:

* The `importlib` upgrade in 2.1 had a corner case
    bug (regarding ``from . import <submodule>`` functionality
    within package-like task trees  which in turn exposed a
    false-pass in our test suite. Both have now been fixed.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-invoke?expand=0&rev=42
This commit is contained in:
2023-05-14 12:39:51 +00:00
committed by Git OBS Bridge
parent d472a07c8c
commit 364c86cd1a
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun May 14 12:38:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.1.1:
* The `importlib` upgrade in 2.1 had a corner case
bug (regarding ``from . import <submodule>`` functionality
within package-like task trees which in turn exposed a
false-pass in our test suite. Both have now been fixed.
-------------------------------------------------------------------
Thu May 11 06:22:55 UTC 2023 - Matej Cepl <mcepl@suse.com>