FS#72668 - [python-watchdog] doesn't require `python-pathtools` or `python-argh` any more

Attached to Project: Community Packages
Opened by GalaxySnail (GalaxySnail) - Monday, 08 November 2021, 14:59 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 21 March 2023, 01:20 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

- `python-watchdog` doesn't require `python-pathtools` since v1.0.0: [Use `pathlib` from the standard library, instead of `pathtools`](https://github.com/gorakhargosh/watchdog/blob/v2.1.6/changelog.rst#100), [issue 556](https://github.com/gorakhargosh/watchdog/issues/556)

- `python-watchdog` doesn't require `python-argh` since v2.1.6: [Removed the `argh` dependency in favor of the builtin `argparse` module](https://github.com/gorakhargosh/watchdog/blob/v2.1.6/changelog.rst#216), [pr 836](https://github.com/gorakhargosh/watchdog/pull/836)

Moreover, `python-yaml` is an optional dependency: https://github.com/gorakhargosh/watchdog/blob/v2.1.6/setup.py#L80-L82
This task depends upon

Closed by  Toolybird (Toolybird)
Tuesday, 21 March 2023, 01:20 GMT
Reason for closing:  Fixed
Additional comments about closing:  Reporter says "has been fixed"

Loading...