oGGy990 / certbot-dns-inwx

INWX DNS authenticator plugin for certbot
Apache License 2.0
105 stars 16 forks source link

remove zope #25

Closed alexzorin closed 2 years 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 @oGGy990,

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!

oGGy990 commented 2 years ago

Hi @alexzorin,

sorry for the delay. I've been on a 4-week vacation and only now found the time to test your changes. Thanks for those! I'll merge and prepare a new release.