Package: elasticsearch-curator / 5.2.0-1

Metadata

Package Version Patches format
elasticsearch-curator 5.2.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
setup.py read README utf 8 | (download)

setup.py | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 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.

0002 sphinx use local inventory references for intersphin.patch | (download)

docs/conf.py | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 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.

Closes: #830550