From 64d8c83d0742c652af8864448f5a9b82338ddcc8fa6ea37ca0add511f2a252f9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 14 May 2023 12:39:51 +0000 Subject: [PATCH] - update to 2.1.1: * The `importlib` upgrade in 2.1 had a corner case bug (regarding ``from . import `` 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 --- invoke-2.1.0.tar.gz | 3 --- invoke-2.1.1.tar.gz | 3 +++ python-invoke.changes | 9 +++++++++ python-invoke.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 invoke-2.1.0.tar.gz create mode 100644 invoke-2.1.1.tar.gz diff --git a/invoke-2.1.0.tar.gz b/invoke-2.1.0.tar.gz deleted file mode 100644 index ad194f6..0000000 --- a/invoke-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:277894c57fa2b77f22ed3c7726fb8689773301e4497ccb2a59f19bc7bbbe5b4a -size 296954 diff --git a/invoke-2.1.1.tar.gz b/invoke-2.1.1.tar.gz new file mode 100644 index 0000000..0f9b335 --- /dev/null +++ b/invoke-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dcf054c4626b89713da650635c29e9dfeb8a1dd0a14edc60bd3e16f751292ff +size 297934 diff --git a/python-invoke.changes b/python-invoke.changes index a3fb533..aa34c37 100644 --- a/python-invoke.changes +++ b/python-invoke.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun May 14 12:38:22 UTC 2023 - Dirk Müller + +- update to 2.1.1: + * The `importlib` upgrade in 2.1 had a corner case + bug (regarding ``from . import `` 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 diff --git a/python-invoke.spec b/python-invoke.spec index 094509b..f6ec195 100644 --- a/python-invoke.spec +++ b/python-invoke.spec @@ -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