- 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:
Dirk Mueller 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:277894c57fa2b77f22ed3c7726fb8689773301e4497ccb2a59f19bc7bbbe5b4a
size 296954

3
invoke-2.1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7dcf054c4626b89713da650635c29e9dfeb8a1dd0a14edc60bd3e16f751292ff
size 297934

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>

View File

@ -21,7 +21,7 @@
%{?sle15_python_module_pythons}
Name: python-invoke
Version: 2.1.0
Version: 2.1.1
Release: 0
Summary: Pythonic Task Execution
License: BSD-2-Clause