- 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:
parent
d472a07c8c
commit
364c86cd1a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:277894c57fa2b77f22ed3c7726fb8689773301e4497ccb2a59f19bc7bbbe5b4a
|
|
||||||
size 296954
|
|
3
invoke-2.1.1.tar.gz
Normal file
3
invoke-2.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7dcf054c4626b89713da650635c29e9dfeb8a1dd0a14edc60bd3e16f751292ff
|
||||||
|
size 297934
|
@ -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>
|
Thu May 11 06:22:55 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-invoke
|
Name: python-invoke
|
||||||
Version: 2.1.0
|
Version: 2.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pythonic Task Execution
|
Summary: Pythonic Task Execution
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user