python/bleach: Updated for version 3.0.2.

This commit is contained in:
Benjamin Trigona-Harany 2018-10-18 07:22:12 -07:00 committed by Willy Sudiarto Raharjo
parent 03f849920f
commit 1ec3cb744c
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bleach
VERSION=${VERSION:-3.0.1}
VERSION=${VERSION:-3.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="bleach"
VERSION="3.0.1"
VERSION="3.0.2"
HOMEPAGE="https://github.com/mozilla/bleach"
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-3.0.1.tar.gz"
MD5SUM="97b9ffb97aaab834ba98e977c733fb9a"
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bleach/bleach-3.0.2.tar.gz"
MD5SUM="f042c4e8a953824dc8511f535daa20a4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-webencodings python3-six six"