terricain / certbot-dns-azure

AzureDNS Certbot plugin
Other
33 stars 16 forks source link

remove zope #19

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 1 year ago

Hi @terrycain,

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!

terricain commented 1 year ago

Ah nice!, I'll look at it this weekend but it should be fine.