diff --git a/invoke-2.1.2.tar.gz b/invoke-2.1.2.tar.gz deleted file mode 100644 index 7299cb5..0000000 --- a/invoke-2.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6cc1f06f75bacd0b1e11488fa3bf3e62f85e31f62e2c0172188613ba5b070e2 -size 298058 diff --git a/invoke-2.2.0.tar.gz b/invoke-2.2.0.tar.gz new file mode 100644 index 0000000..6430d2a --- /dev/null +++ b/invoke-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6cbb101af1a859c7fe84f2a264c059020b0cb7fe3535f9424300ab568f6bd5 +size 299835 diff --git a/python-invoke.changes b/python-invoke.changes index c237851..c57d1e6 100644 --- a/python-invoke.changes +++ b/python-invoke.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Oct 19 09:31:17 UTC 2023 - Ondřej Súkup + +- update to 2.2.0 + * [Feature]: Remove the somewhat inaccurate subclass requirement + around Config’s .clone(into=... constructor call. It was broken + for certain use cases ()such as trying to clone one subclass + into a sibling subclass, which would yield a TypeError) and is + irrelevant if one is using the new type annotations. + * [Support] #936: Make sure py.typed is in our packaging manifest + * [Bug] #944: After the release of 2.1, package-style task modules + started looking in the wrong place for project-level config files + (inside one’s eg tasks/ dir, instead of next to that dir) due to + a subtlety in the new import/discovery mechanism used. + This has been fixed + ------------------------------------------------------------------- Mon May 22 21:08:40 UTC 2023 - Dirk Müller diff --git a/python-invoke.spec b/python-invoke.spec index 358de70..6e45af8 100644 --- a/python-invoke.spec +++ b/python-invoke.spec @@ -27,11 +27,10 @@ %{?sle15_python_module_pythons} Name: python-invoke%{psuffix} -Version: 2.1.2 +Version: 2.2.0 Release: 0 Summary: Pythonic Task Execution License: BSD-2-Clause -Group: Development/Languages/Python URL: https://www.pyinvoke.org Source: https://files.pythonhosted.org/packages/source/i/invoke/invoke-%{version}.tar.gz # PATCH-FIX-OPENSUSE remove-icecream.patch mcepl@suse.com