Skip to content

Latest commit

 

History

History
156 lines (78 loc) · 3.21 KB

invoke.md

File metadata and controls

156 lines (78 loc) · 3.21 KB

2.0.0.10 (2023-10-19)

Bump mypy to 1.6.1 (#10862)

2.0.0.9 (2023-07-20)

Add an upstream_repository field to METADATA.toml (#10487)

Closes: #10478

2.0.0.8 (2023-05-16)

Mark invoke as obsolete since 2.1.2 (#10100)

2.0.0.7 (2023-05-10)

Add partial_stub metadata field (#10157)

2.0.0.6 (2023-03-27)

Add defaults for third-party stubs I-L (#9955)

2.0.0.5 (2023-02-27)

invoke: Update Context.cd() to accept a pathlib.Path or a string (#9823)

2.0.0.4 (2023-02-26)

Improve many __(a)exit__ annotations (#9696)

2.0.0.3 (2023-02-21)

Stubtest settings: change ignore_missing_stub default to false (#9779)

If you're reading about this commit from an autogenerated changelog entry, this should have no user-visible impact on how the stubs are interpreted by a type checker; it's just an internal change to how typeshed's tests work.

2.0.0.2 (2023-02-15)

Use typing_extensions.Self instead of _typeshed.Self (#9702)

2.0.0.1 (2023-02-07)

Improve pyright verification of third-party test cases in CI (#9650)

Co-authored-by: Avasam samuel.06@hotmail.com

2.0.0.0 (2023-02-06)

Update invoke stubs to 2.0.* (#9669)

1.7.3.17 (2022-12-28)

Check for unused pyright: ignore and differentiate from mypy ignores (#9397)

1.7.3.16 (2022-11-25)

Add Call object support for invoke tasks (#8916)

1.7.3.15 (2022-11-23)

Use modern syntax in test-case files where possible (#9261)

1.7.3.14 (2022-11-23)

Mark first argument of __[get|set|del]attr__ as str (#9245)

1.7.3.5 (2022-11-09)

Annotate known magic-method return types (#9131)

1.7.3.4 (2022-11-08)

Fix and allow classes with missing metaclasses (#9136)

1.7.3.3 (2022-10-21)

Fix invoke regression (#8950)

  • Fix invoke regression

1.7.3.2 (2022-10-19)

Add types to invoke.Task.__call__ (#8918)

1.7.3.1 (2022-10-01)

Add parser to invoke.completion.complete.complete (#8819)

Closes python/typeshed#8818

1.7.3 (2022-07-13)

Add types to invoke.Runner.run (#8279)

Co-authored-by: AlexWaygood alex.waygood@gmail.com

1.7.2 (2022-07-04)

Third-party stubs: audit more Callable[<parameters>, Any] annotations (#8233)

1.7.1 (2022-06-22)

Improve several __hash__ methods (#8128)

1.7.0 (2022-06-21)

Bump invoke to 1.7.* (#8111)

1.6.8 (2022-05-25)

invoke: Fix unconstrained TypeVar (#7943)

Part of #7928

https://github.com/pyinvoke/invoke/blob/f34c6c9413146a34ede3a5b529916b4cee649887/invoke/tasks.py#L328

1.6.7 (2022-05-05)

Improve types of invoke/env.pyi (#7780)

1.6.6 (2022-04-16)

Third-party stubs: import from collections.abc where possible (#7637)

1.6.5 (2022-03-22)

Mark pre/post tasks in invoke tasks as iterable (#7531)

Fix wrong return type of invoke decorator (#7536)

Closes #7530

1.6.4 (2022-03-21)

Fix invoke task decorator (#7511)

The decorator can be called with and without (). The current types only consider the first case

1.6.3 (2022-03-17)

Add annotations to invoke.tasks (#7502)

1.6.2 (2022-02-07)

Improve a bunch of __(deep)copy__ methods (#7148)

1.6.1 (2022-01-30)

Reduce use of Any in equality methods (#7081)

Co-authored-by: Akuli akuviljanen17@gmail.com

1.6.0 (2022-01-22)

Add stubs for invoke (#6938)