-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Pillow and drop support for 2.7 and 3.4 (#6)
- Updates Pillow (PIL-fork) to fix security vulnerabilities. - Drop support for Python 2.7 and 3.4
- Loading branch information
1 parent
bc4a497
commit dde4d3a
Showing
7 changed files
with
358 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#!/usr/bin/bash | ||
#!/bin/bash | ||
|
||
pipenv install twine wheel | ||
python setup.py sdist && python setup.py bdist_wheel && twine upload dist/* | ||
git reset hard HEAD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
alabaster==0.7.12 | ||
Babel==2.6.0 | ||
bleach==3.1.0 | ||
certifi==2019.3.9 | ||
Babel==2.7.0 | ||
certifi==2019.9.11 | ||
chardet==3.0.4 | ||
Click==7.0 | ||
commonmark==0.8.1 | ||
coverage==4.5.3 | ||
coveralls==1.7.0 | ||
commonmark==0.9.1 | ||
coverage==4.5.4 | ||
coveralls==1.8.2 | ||
docopt==0.6.2 | ||
docutils==0.14 | ||
Flask==1.0.2 | ||
future==0.17.1 | ||
docutils==0.15.2 | ||
Flask==1.1.1 | ||
idna==2.8 | ||
imagesize==1.1.0 | ||
importlib-metadata==0.23 | ||
itsdangerous==1.1.0 | ||
Jinja2==2.10.1 | ||
Jinja2==2.10.3 | ||
MarkupSafe==1.1.1 | ||
more-itertools==7.2.0 | ||
nose==1.3.7 | ||
packaging==19.0 | ||
Pallets-Sphinx-Themes==1.1.4 | ||
Pillow==5.4.1 | ||
pkginfo==1.5.0.1 | ||
Pygments==2.3.1 | ||
pyparsing==2.4.0 | ||
packaging==19.2 | ||
Pallets-Sphinx-Themes==1.2.2 | ||
Pillow==6.2.1 | ||
Pygments==2.4.2 | ||
pyparsing==2.4.2 | ||
python-dateutil==2.8.0 | ||
pytz==2019.1 | ||
readme-renderer==24.0 | ||
recommonmark==0.5.0 | ||
requests==2.21.0 | ||
requests-toolbelt==0.9.1 | ||
pytz==2019.3 | ||
recommonmark==0.6.0 | ||
requests==2.22.0 | ||
six==1.12.0 | ||
snowballstemmer==1.2.1 | ||
Sphinx==1.8.5 | ||
sphinxcontrib-websupport==1.1.0 | ||
tqdm==4.31.1 | ||
twine==1.13.0 | ||
urllib3==1.24.2 | ||
webencodings==0.5.1 | ||
Werkzeug==0.15.3 | ||
snowballstemmer==2.0.0 | ||
Sphinx==2.2.1 | ||
sphinxcontrib-applehelp==1.0.1 | ||
sphinxcontrib-devhelp==1.0.1 | ||
sphinxcontrib-htmlhelp==1.0.2 | ||
sphinxcontrib-jsmath==1.0.1 | ||
sphinxcontrib-qthelp==1.0.2 | ||
sphinxcontrib-serializinghtml==1.1.3 | ||
urllib3==1.25.6 | ||
Werkzeug==0.16.0 | ||
zipp==0.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters