325c2fd
2024.08.30 (#304)d66bf5f
Bump actions/upload-artifact from 4.3.5 to 4.3.6 (#302)2150f23
Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#301)fc9b771
Bump actions/setup-python from 5.1.0 to 5.1.1 (#300)965b239
Bump actions/download-artifact from 4.1.7 to 4.1.8 (#297)c1f50cc
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#296)Sourced from mkdocs's releases.
1.6.1
Version 1.6.1 (Friday 30th August, 2024)
Fixed
- Fix build error when environment variable
SOURCE_DATE_EPOCH=0
is set. #3795- Fix build error when
mkdocs_theme.yml
config is empty. #3700- Support
python -W
andPYTHONWARNINGS
instead of overriding the configuration. #3809- Support running with Docker under strict mode, by removing
0.0.0.0
dev server warning. #3784- Drop unnecessary
changefreq
fromsitemap.xml
. #3629- Fix JavaScript console error when closing menu dropdown. #3774
- Fix JavaScript console error that occur on repeated clicks. #3730
- Fix JavaScript console error that can occur on dropdown selections. #3694
Added
bb7e8b6
Version 1.6.1. (#3819)0b22a52
Merge pull request #3795
from mkdocs/tomchristie-patch-1695d8ed
Merge pull request #3808
from razorblack/master347e79f
Merge pull request #3817
from gesslar/patch-1200f6f9
Update configuration.md05a64b4
Use utc timezones consistently9204eb6
Merge pull request #3809
from pawamoy/warnings-controla16d60f
Merge pull request #3804
from KenSentMe/mastere72c7d0
Merge pull request #3784
from squidfunk/fix/docker-warningd737625
Merge pull request #3774
from squidfunk/fix/dropdownSourced from paginate's changelog.
Version 0.5.7 - 2024-08-25
Changes:
- Fixed metadata for pypi
- Added a wheel release
- Fixed tests for python 3.12
b02abe4
fixes #20
prepare new release9c88317
fixes #19
solve incorrect type handling on python 3.129303d94
Merge pull request #21
from Pylons/dev5a984f6
setup github actions2c8d8a9
Merge pull request #18
from timgates42/bugfix_typo_easily12af5f2
docs: fix simple typo, easly -> easily0ec779a
Merge pull request #16
from timgates42/bugfix_typo_substitutec62a1c5
docs: Fix simple typo, substiture -> substitute07e6f62
tests: add travis1e4c2fb
setup: add support for toxSourced from watchdog's releases.
5.0.0
Breaking Changes
- Drop support for Python 3.8 (#1055)
- [core] Enforced usage of proper keyword-arguments (#1057)
- [core] Renamed the
BaseObserverSubclassCallable
class toObserverType
(#1055)- [inotify] Renamed the
inotify_event_struct
class toInotifyEventStruct
(#1055)- [inotify] Renamed the
UnsupportedLibc
exception toUnsupportedLibcError
(#1057)- [inotify] Removed the
InotifyConstants.IN_CLOSE
constant (#1046)- [watchmedo] Renamed the
LogLevelException
exception toLogLevelError
(#1057)- [watchmedo] Renamed the
WatchdogShutdown
exception toWatchdogShutdownError
(#1057)- [windows] Renamed the
FILE_NOTIFY_INFORMATION
class toFileNotifyInformation
(#1055)- [windows] Removed the unused
WATCHDOG_TRAVERSE_MOVED_DIR_DELAY
constant (#1057)Other Changes
- [core] Enable
disallow_untyped_calls
Mypy rule (#1055)- [core] Enable
disallow_untyped_defs
Mypy rule (#1060)- [core] Improve typing references for events (#1040)
- [inotify] Add support for
IN_CLOSE_NOWRITE
events. AFileClosedNoWriteEvent
event will be fired, and itson_closed_no_write()
dispatcher has been introduced (#1046):heart_decoration: Thanks to our beloved contributors:
@BoboTiG
Sourced from watchdog's changelog.
5.0.0
2024-08-26 • `full history <https://github.com/gorakhargosh/watchdog/compare/v4.0.2...v5.0.0>`__
Breaking Changes
- Drop support for Python 3.8 (
[#1055](https://github.com/gorakhargosh/watchdog/issues/1055) <https://github.com/gorakhargosh/watchdog/pull/1055>
__)- [core] Enforced usage of proper keyword-arguments (
[#1057](https://github.com/gorakhargosh/watchdog/issues/1057) <https://github.com/gorakhargosh/watchdog/pull/1057>
__)- [core] Renamed the
BaseObserverSubclassCallable
class toObserverType
([#1055](https://github.com/gorakhargosh/watchdog/issues/1055) <https://github.com/gorakhargosh/watchdog/pull/1055>
__)- [inotify] Renamed the
inotify_event_struct
class toInotifyEventStruct
([#1055](https://github.com/gorakhargosh/watchdog/issues/1055) <https://github.com/gorakhargosh/watchdog/pull/1055>
__)- [inotify] Renamed the
UnsupportedLibc
exception toUnsupportedLibcError
([#1057](https://github.com/gorakhargosh/watchdog/issues/1057) <https://github.com/gorakhargosh/watchdog/pull/1057>
__)- [inotify] Removed the
InotifyConstants.IN_CLOSE
constant ([#1046](https://github.com/gorakhargosh/watchdog/issues/1046) <https://github.com/gorakhargosh/watchdog/pull/1046>
__)- [watchmedo] Renamed the
LogLevelException
exception toLogLevelError
([#1057](https://github.com/gorakhargosh/watchdog/issues/1057) <https://github.com/gorakhargosh/watchdog/pull/1057>
__)- [watchmedo] Renamed the
WatchdogShutdown
exception toWatchdogShutdownError
([#1057](https://github.com/gorakhargosh/watchdog/issues/1057) <https://github.com/gorakhargosh/watchdog/pull/1057>
__)- [windows] Renamed the
FILE_NOTIFY_INFORMATION
class toFileNotifyInformation
([#1055](https://github.com/gorakhargosh/watchdog/issues/1055) <https://github.com/gorakhargosh/watchdog/pull/1055>
__)- [windows] Removed the unused
WATCHDOG_TRAVERSE_MOVED_DIR_DELAY
constant ([#1057](https://github.com/gorakhargosh/watchdog/issues/1057) <https://github.com/gorakhargosh/watchdog/pull/1057>
__)Other Changes
- [core] Enable
disallow_untyped_calls
Mypy rule ([#1055](https://github.com/gorakhargosh/watchdog/issues/1055) <https://github.com/gorakhargosh/watchdog/pull/1055>
__)- [core] Enable
disallow_untyped_defs
Mypy rule ([#1060](https://github.com/gorakhargosh/watchdog/issues/1060) <https://github.com/gorakhargosh/watchdog/pull/1060>
__)- [core] Improve typing references for events (
[#1040](https://github.com/gorakhargosh/watchdog/issues/1040) <https://github.com/gorakhargosh/watchdog/issues/1040>
__)- [inotify] Add support for
IN_CLOSE_NOWRITE
events. AFileClosedNoWriteEvent
event will be fired, and itson_closed_no_write()
dispatcher has been introduced ([#1046](https://github.com/gorakhargosh/watchdog/issues/1046) <https://github.com/gorakhargosh/watchdog/pull/1046>
__)- Thanks to our beloved contributors:
@BoboTiG
76f3ba8
Version 5.0.0516d4ac
core: more types (#1061)6847b0e
chore: remove doctest needs
b134646
chore: remove unused file9af32e0
fix: types31b0c34
feat!: more kwarg-onlycc05691
docs: typing in examples4e6f036
dos: tweak80576b4
docs: clean-up headers to ease maintenance + add funding324e044
feat!: Enable Mypy disallow_untyped_defs
rule + fixes (#1060)