Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
0d4abcef21 |
BIN
invoke-2.1.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
invoke-2.1.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
invoke-2.2.0.tar.gz
(Stored with Git LFS)
BIN
invoke-2.2.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,19 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Oct 19 09:31:17 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
||||||
|
|
||||||
- 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 <dmueller@suse.com>
|
Mon May 22 21:08:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -27,10 +27,11 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-invoke%{psuffix}
|
Name: python-invoke%{psuffix}
|
||||||
Version: 2.2.0
|
Version: 2.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pythonic Task Execution
|
Summary: Pythonic Task Execution
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Group: Development/Languages/Python
|
||||||
URL: https://www.pyinvoke.org
|
URL: https://www.pyinvoke.org
|
||||||
Source: https://files.pythonhosted.org/packages/source/i/invoke/invoke-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/i/invoke/invoke-%{version}.tar.gz
|
||||||
# PATCH-FIX-OPENSUSE remove-icecream.patch mcepl@suse.com
|
# PATCH-FIX-OPENSUSE remove-icecream.patch mcepl@suse.com
|
||||||
|
Reference in New Issue
Block a user