Debian Patches
Status for elasticsearch-curator/5.8.1-6
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
setup.py-read-README-utf-8 | Properly read unicode data from README.md for Python 3 README.md contains non-ASCII characters and Python 3 errors out since it was not instructed to read unicode data from the file. Fix this by opening the file with a utf-8 encoding for Python 3. |
Apollon Oikonomopoulos <apoikos@debian.org> | no | 2015-02-02 | ||
0002-sphinx-use-local-inventory-references-for-intersphin.patch | sphinx: use local inventory references for intersphinx Note that we will not be making this conditional: we want the build to fail if intersphinx was to fetch inventory data from the internet. |
Apollon Oikonomopoulos <apoikos@debian.org> | no | 2016-07-22 | ||
0003-Remove-versions-dependencies-from-setup.patch | Remove versions dependencies from setup.* | Emmanuel Arias <emmanuelarias30@gmail.com> | no | 2019-12-17 | ||
0004-Remove-requests_aws4auth-from-requirements.patch | Remove requests_aws4auth from requirements | Emmanuel Arias <emmanuelarias30@gmail.com> | no | 2019-12-17 | ||
0005-Skip-tests-that-fails-on-Debian.patch | Skip tests that fails on Debian. | Emmanuel Arias <eamanu@yaerobi.com> | no | 2019-12-19 | ||
0006-Bump-version-yaml-5.4.1.patch | Make compatible with PyYAML 5.4.1+ Tests fail because yaml.load() need the parameter Loader. This patch add yaml.FullLoader as Loader where the yaml.load() is called in tests. =================================================================== |
Aaron Mildenstein <aaron@mildensteins.com> | no | upstream, https://github.com/elastic/curator/pull/1596 | ||
python3.12 | no |