Codebase list python-certbot-dns-dnsimple / 335a7bf
New upstream version 0.23.0 Andrew Starr-Bochicchio 6 years ago
5 changed file(s) with 12 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
0 Metadata-Version: 1.2
0 Metadata-Version: 2.1
11 Name: certbot-dns-dnsimple
2 Version: 0.22.0
2 Version: 0.23.0
33 Summary: DNSimple DNS Authenticator plugin for Certbot
44 Home-page: https://github.com/certbot/certbot
55 Author: Certbot Project
66 Author-email: client-dev@letsencrypt.org
77 License: Apache License 2.0
8 Description-Content-Type: UNKNOWN
98 Description: UNKNOWN
109 Platform: UNKNOWN
1110 Classifier: Development Status :: 3 - Alpha
2726 Classifier: Topic :: System :: Systems Administration
2827 Classifier: Topic :: Utilities
2928 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
29 Provides-Extra: docs
0 Metadata-Version: 1.2
0 Metadata-Version: 2.1
11 Name: certbot-dns-dnsimple
2 Version: 0.22.0
2 Version: 0.23.0
33 Summary: DNSimple DNS Authenticator plugin for Certbot
44 Home-page: https://github.com/certbot/certbot
55 Author: Certbot Project
66 Author-email: client-dev@letsencrypt.org
77 License: Apache License 2.0
8 Description-Content-Type: UNKNOWN
98 Description: UNKNOWN
109 Platform: UNKNOWN
1110 Classifier: Development Status :: 3 - Alpha
2726 Classifier: Topic :: System :: Systems Administration
2827 Classifier: Topic :: Utilities
2928 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
29 Provides-Extra: docs
00 acme>=0.21.1
11 certbot>=0.21.1
2 dns-lexicon
2 dns-lexicon>=2.2.1
33 mock
44 setuptools
55 zope.interface
99 :maxdepth: 2
1010 :caption: Contents:
1111
12 .. automodule:: certbot_dns_dnsimple
13 :members:
14
1215 .. toctree::
1316 :maxdepth: 1
1417
1518 api
16
17 .. automodule:: certbot_dns_dnsimple
18 :members:
1919
2020
2121
33 from setuptools import find_packages
44
55
6 version = '0.22.0'
6 version = '0.23.0'
77
88 # Remember to update local-oldest-requirements.txt when changing the minimum
99 # acme/certbot version.
1010 install_requires = [
1111 'acme>=0.21.1',
1212 'certbot>=0.21.1',
13 'dns-lexicon',
13 'dns-lexicon>=2.2.1', # Support for >1 TXT record per name
1414 'mock',
1515 'setuptools',
1616 'zope.interface',