Skip to content

Commit 464d849

Browse files
committed
fixes
1 parent 85998bd commit 464d849

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

changelog.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Changelog
1414
- [inotify] Fix reading inotify file descriptor after closing it. (`#1081 <https://github.com/gorakhargosh/watchdog/pull/1081>`__)
1515
- [utils] The ``stop_signal`` keyword-argument type of the ``AutoRestartTrick`` class can now be either a ``signal.Signals`` or an ``int``.
1616
- [utils] Added the ``__repr__()`` method to the ``Trick`` class.
17-
- [utils] Removed the unused ``name()`` function from the ``echo`` module.
17+
- [utils] Removed the unused ``echo_class()`` function from the ``echo`` module.
18+
- [utils] Removed the unused ``echo_instancemethod()`` function from the ``echo`` module.
19+
- [utils] Removed the unused ``echo_module()`` function from the ``echo`` module.
20+
- [utils] Removed the unused ``is_class_private_name()`` function from the ``echo`` module.
1821
- [utils] Removed the unused ``is_classmethod()`` function from the ``echo`` module.
1922
- [utils] Removed the unused ``ic_method(met()`` function from the ``echo`` module.
20-
- [utils] Removed the unused ``is_class_private_name()`` function from the ``echo`` module.
2123
- [utils] Removed the unused ``method_name()`` function from the ``echo`` module.
22-
- [utils] Removed the unused ``echo_instancemethod()`` function from the ``echo`` module.
23-
- [utils] Removed the unused ``echo_class()`` function from the ``echo`` module.
24-
- [utils] Removed the unused ``echo_module()`` function from the ``echo`` module.
24+
- [utils] Removed the unused ``name()`` function from the ``echo`` module.
2525
- [watchmedo] Fixed Mypy issues.
2626
- [watchmedo] Added the ``__repr__()`` method to the ``HelpFormatter`` class.
2727
- [watchmedo] Removed the ``--trace`` CLI argument from the ``watchmedo log`` command, useless since events are logged by default at the ``LoggerTrick`` class level.

requirements-tests.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pytest==8.3.3
44
pytest-cov==6.0.0
55
pytest-timeout==2.3.1
66
ruff==0.7.1
7-
sphinx==8.1.3
7+
sphinx==7.4.7; python_version <= "3.9"
8+
sphinx==8.1.3; python_version > "3.9"
89
mypy==1.13.0
910
types-PyYAML==6.0.12.20240917

0 commit comments

Comments
 (0)