You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments
Sviatoslav Sydorenko 918388b85f
Fix building Ansible dist w/ setuptools>=48,<49.1 (#70525)
* Fix building Ansible dist w/ setuptools>=48,<49.1

This change addresses the deprecation of the use of stdlib
`distutils`. It's a short-term hotfix for the problem and we'll
need to consider dropping the use of `distutils` from our `setup.py`.

Refs:
* https://github.com/ansible/ansible/issues/70456
* https://github.com/pypa/setuptools/issues/2230
* https://github.com/pypa/setuptools/commit/bd110264

Co-Authored-By: Jason R. Coombs <jaraco@jaraco.com>

* Add a change note for PR #70525

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
4 years ago
..
565_default_callback.yml default_callback: Move 'check_mode_markers' in doc_fragments (#70228) 4 years ago
63105-wcswidth.yml Use libc wcwidth to calculate print width in display (#66214) 4 years ago
65262_ansible_inventory.yml Suppress warning for user directory in ansible-inventory (#65344) 4 years ago
69352-netbsd-virtual-facts.yml Make netbsd virtualization facts more specific (#70467) 4 years ago
69463-fix-apt_repository-typeerror- instancemethod.yaml Fixed TypeError instancemethod expecting at least 2 arguments (#69463) 4 years ago
70017-avoid-params-to-callable-checkers.yml Only pass kwargs to our string checker not callable checkers (#70151) 4 years ago
70042-dnf-repository-hotfixes.yml Add new option for YUM4/DNF repositories (#70042) 4 years ago
70045-ansible-doc-yaml-anchors.yml ansible-doc: avoid problems with YAML anchors when formatting man page (#70045) 4 years ago
70046-ansible-doc-description-crash.yml ansible-doc man formatter: fail with better error message when description isn't there (#70046) 4 years ago
70056-add-a-param-to-apt-module-to-avoid-unintended-uninstalls.yml apt - add fail_on_autoremove option to avoid unintended package removals (#70056) 4 years ago
70099-make-apt-errors-more-transparent.yaml apt - make errors more transparent (#70099) 4 years ago
70122-improve-error-message-ssh-client-is-not-found.yml Improve error message when ssh client is not found on the host (#70122) 4 years ago
70148-galaxy-role-info.yaml Fix galaxy role info bug to support multiple roles (#70148) 4 years ago
70168-fix-delegate_facts-without-interpreter-set.yml Fix delegate_facts with interpreter not being set (#70293) 4 years ago
70244-selinux-special-fs.yml Fix string/bytestring comparsion in m_u.basic (#70439) 4 years ago
70256_stat_colon_split.yml stat: Handle colon in filename (#70259) 4 years ago
70258-hash-filter-fail-unsupported-type.yml hash filter - fail when unsupported type is passed as an argument (#70292) 4 years ago
70261_pipe_lookup.yml pipe: update docs for Popen with shell=True usage (#70596) 4 years ago
70344-plugin-deprecation-collection-name.yml Top-level deprecation of plugin did not get collection_name added when deprecating by version (#70344) 4 years ago
70375-galaxy-server.yml Use the first galaxy server supporting v1 for roles (#70375) 4 years ago
70437-ssh-args.yml ssh connection - use get_option() rather than _play_context (#70438) 4 years ago
70465-assemble-fix-decrypt-argument.yaml Fix decrypt argument in assemble module (#70465) 4 years ago
70475-modify-module.yaml Speedup modify module (#70475) 4 years ago
70484-bool-ansible-become.yaml Make sure ansible_become treated as a boolean (#70484) 4 years ago
70492-replace-filename-with-file-in-apt_key.yml Replace filename with file in apt_key (#70492) 4 years ago
70507-validate-null-author.yaml Fix ansible-test error in community.aws (#70507) 4 years ago
70525-setuptools-disutils-reorder.yml Fix building Ansible dist w/ setuptools>=48,<49.1 (#70525) 4 years ago
ansible-boilerplate.yml Fix boilerplate in setup.py and lib/ansible/ dir. 4 years ago
ansible-doc-collection-name.yml ansible-doc: include collection name in text output (#70401) 4 years ago
ansible-galaxy-stdout.yml Improve ansible-galaxy STDOUT messages for collections (#70040) 4 years ago
ansible-test-cleanup-pylint-config.yml Clean up ansible-test pylint configs. (#70129) 4 years ago
ansible-test-coverage-code-cleanup.yml Code cleanup for ansible-test coverage support. 4 years ago
ansible-test-pylint-plugin-name.yml Rename pylint plugin and add tests. (#70225) 4 years ago
ansible-test-rhel-requirements.yml Pin ansible-test requirements for RHEL. 4 years ago
ansible-test-sanity-ansible-doc.yml Test netconf plugins in ansible-doc sanity test. 4 years ago
ansible-test-sanity-importer-cleanup.yml Code cleanup in the import sanity test. 4 years ago
ansible-test-sanity-yamllint-lineno.yml Fix yamllint sanity test line numbers. 4 years ago
better_winrm_putfile_error.yml try to capture better winrm/put_file error (#70508) 4 years ago
changelog-yaml.yml Include changelogs/changelog.yaml in distribution. (#70260) 4 years ago
collection-ad-hoc.yml Add collection path in CLI version info (#68633) 4 years ago
collection_meta_use_libyaml.yml misc collection metadata fixes (#70403) 4 years ago
command-warnings-deprecation-2.yml command warnings: don't send the param from action (#70531) 4 years ago
command-warnings-deprecation.yml Deprecate command warnings feature (#70504) 4 years ago
constants-deprecation.yml Remove some constants.py deprecated items (#70466) 4 years ago
crypt-oserror.yml Throw AnsibleError instead of OSError, py3.9 crypt (#70246) 4 years ago
csvfile-parse_kv.yml csvfile: use parse_kv() for args, add tests (#70550) 4 years ago
deprecation-callback-get_item.yml Nuke _get_item() from callback, deprecated 2.11 (#70233) 4 years ago
deprecation-strategy-SharedPluginLoaderObj.yml Nuke strategy.SharedPluginLoaderObj, depr. 2.11 (#70235) 4 years ago
deprecation-systemd-user.yml Nuke systemd module user option, 2.11 deprecation (#70211) 4 years ago
deprecation-taskexecutor-squash.yml Nuke with_ squashing, deprecated for 2.11 (#70209) 4 years ago
display-stdout-column-width.yml display: use stdout for column width (#70199) 4 years ago
distribution_support_parrot.yml Add support for Parrot Linux, a Debian derivate (#69158) 4 years ago
fix_lp_flat.yml fix flatten handling of nulls/nones (#70141) 4 years ago
git-add-single_branch.yml git - add single_branch option (#28465) 4 years ago
handle_undefined_in_type_errors_filters.yml Make filter type errors 'loop friendly' (#70417) 4 years ago
pause-catch-error-when-no-std-exists.yml pause - fix curses.setupterm() error (#47851) 4 years ago
plugin-loader-cleanup.yml Change comprehension to `list()` in plugin loader. 4 years ago
plugin-loader-collection-name.yml plugin loader: return collection name; ansible-doc: handle ansible.builtin correctly (#70026) 4 years ago
runtime-splunk-redirect.yml fix runtime.yml splunk.enterprise_security -> splunk.es (#70305) 4 years ago
syslog-prettier-error.yml Throw a prettier error in m_u.basic syslog (#70312) 4 years ago
v2.11.0-initial-commit.yaml Bump devel to 2.11.0 (#70121) 4 years ago
validate-modules-ps-doc-blacklist.yaml ansible-test - do not validate blacklisted ps modules (#70376) 4 years ago
varnames-error-grammar.yml varnames: add tests, fix exception grammar (#70573) 4 years ago
win_setup-redirection.yaml Fix up the redirection of the win setup module (#70158) 4 years ago
with_seq_example.yml with_sequence: example using vars (#69369) 4 years ago