py-bleach package: add version 3.1.0 (#12814)

This commit is contained in:
Adam J. Stewart 2019-09-13 21:15:54 -05:00 committed by Peter Scheibel
parent 3a47a6196f
commit 5f18696169

View file

@ -10,11 +10,12 @@ class PyBleach(PythonPackage):
"""An easy whitelist-based HTML-sanitizing tool."""
homepage = "http://github.com/mozilla/bleach"
url = "https://pypi.io/packages/source/b/bleach/bleach-1.5.0.tar.gz"
url = "https://pypi.io/packages/source/b/bleach/bleach-3.1.0.tar.gz"
version('3.1.0', sha256='3fdf7f77adcf649c9911387df51254b813185e32b2c6619f690b593a617e19fa')
version('1.5.0', 'b663300efdf421b3b727b19d7be9c7e7')
depends_on('python@2.6:2.8,3.2:3.5')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-six', type=('build', 'run'))
depends_on('py-html5lib@0.999,0.999999:0.9999999', type=('build', 'run'))
depends_on('py-six@1.9.0:', type=('build', 'run'))
depends_on('py-webencodings', type=('build', 'run'))