tengattack / certbot-dns-aliyun

A certbot dns plugin to obtain certificates using aliyun.
Other
267 stars 59 forks source link

remove zope #17

Closed alexzorin closed 1 year ago

alexzorin commented 2 years ago

zope has been deprecated since the release of Certbot 1.19.0 and the referenced interfaces will be removed in an upcoming version of Certbot.

alexzorin commented 2 years ago

Hi @tengattack,

We are about the release the Certbot 2.0 beta and the stable release will follow in one month time.

This will cause the snap published by this repository to crash unless the references to the zope interfaces are removed:

# certbot plugins
An unexpected error occurred:
AttributeError: module 'certbot.interfaces' has no attribute 'IAuthenticator'  

We would appreciate it if you could apply this change before then. Thank you!

osirisinferi commented 1 year ago

@tengattack Certbot 2.0.0 has been released (at least for non-snap users at PyPi and some distro repo's like Gentoo). Could you please fix this zope issue? It's breaking Certbot for your users.

tengattack commented 1 year ago

Great, thank you!