Wekan Snap build failed: DEPRECATED: The 'prepare' keyword has been replaced by 'override-build'

I have this snapcraft.yaml:
https://github.com/wekan/wekan/blob/devel/snapcraft.yaml

I did try to make Wekan release, and got errors in todays’s snap build log:
https://launchpadlibrarian.net/366543875/buildlog_snap_ubuntu_xenial_amd64_wekan-devel_BUILDING.txt.gz

That log has links that go to 404 pages:

DEPRECATED: The ‘prepare’ keyword has been replaced by ‘override-build’
See http://snapcraft.io/docs/deprecation-notices/dn7 for more information.
DEPRECATED: The ‘build’ keyword has been replaced by ‘override-build’
See http://snapcraft.io/docs/deprecation-notices/dn8 for more information.
DEPRECATED: The ‘install’ keyword has been replaced by ‘override-build’
See http://snapcraft.io/docs/deprecation-notices/dn9 for more information.

Are these really deprecated? Or how to fix snapcraft.yaml ?

I do also have GitHub issue about this:
https://github.com/wekan/wekan-snap/issues/45

I replied in the issue, but I’ll also reply here:

These are indeed deprecated, but looks like we missed a docs deploy, sorry about that! While we fix that, you can read the deprecation notices here. Note however that these aren’t errors, just warnings, and this isn’t something we intend to break anytime soon, just want to suggest people eventually move to the “new” way of doing things. Looks like your build failed with a proxy error.