mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
6d147d748f
* update dnsimple module
* dnsimple: fixes for python-dnsimple >= 2.0.0
* Update plugins/modules/net_tools/dnsimple.py
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
* rewrite module to support dnsimple-python v1 and v2
* add changelog fragment
* fix sanity checks
* python 2 fixes
* fix dnsimple requirement
* add sandbox module parameter
* Update changelogs/fragments/2946-python-dnsimple-v2-rewrite.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/net_tools/dnsimple.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* return only the first traceback
* Update plugins/modules/net_tools/dnsimple.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/net_tools/dnsimple.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* use separate classes for python-dnsimple 1 and 2
* add basic tests
* fix checks
* skip tests for unsupported python versions
* Update plugins/modules/net_tools/dnsimple.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* fix conditions
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit f2df1a7581
)
Co-authored-by: Reto Kupferschmid <kupferschmid@puzzle.ch>
28 lines
642 B
Text
28 lines
642 B
Text
unittest2 ; python_version < '2.7'
|
|
importlib ; python_version < '2.7'
|
|
|
|
# requirement for the memcached cache plugin
|
|
python-memcached
|
|
|
|
# requirement for the redis cache plugin
|
|
redis
|
|
|
|
# requirement for the linode module
|
|
linode-python # APIv3
|
|
linode_api4 ; python_version > '2.6' # APIv4
|
|
|
|
# requirement for the gitlab and github modules
|
|
python-gitlab
|
|
PyGithub
|
|
httmock
|
|
|
|
# requirement for maven_artifact module
|
|
lxml
|
|
semantic_version
|
|
|
|
# requirement for datadog_downtime module
|
|
datadog-api-client >= 1.0.0b3 ; python_version >= '3.6'
|
|
|
|
# requirement for dnsimple module
|
|
dnsimple >= 2 ; python_version >= '3.6'
|
|
dataclasses ; python_version == '3.6'
|