[x] Bumped the build number (if the version is unchanged)
[ ] Reset the build number to 0 (if the version changed)
[x] Re-rendered with the latest conda-smithy (Use the phrase code>@<space/conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
[x] Ensured the license file is being packaged.
Not sure what grayskull did last time, but I did this manually based on upstream setup.py. This fixes the dropped idna dependency and allows a wider range for charset_normalizer. I need the latter to get to >= 2.0.2 (from 2.0.0) to fix a bug involving unicodedata2. Also, upstream only now requires chardet for Python 2.
Checklist
0
(if the version changed)conda-smithy
(Use the phrase code>@<space/conda-forge-admin, please rerender in a comment in this PR for automated rerendering)Not sure what grayskull did last time, but I did this manually based on upstream
setup.py
. This fixes the droppedidna
dependency and allows a wider range forcharset_normalizer
. I need the latter to get to >= 2.0.2 (from 2.0.0) to fix a bug involvingunicodedata2
. Also, upstream only now requireschardet
for Python 2.