forked from pool/python-invoke
Accepting request 1118871 from home:mimi_vx:branches:devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/1118871 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-invoke?expand=0&rev=47
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
Reference in New Issue
Block a user