mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
python-bleach: update to 3.1.0.
This commit is contained in:
parent
c189043407
commit
739fb83a11
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-bleach'
|
# Template file for 'python-bleach'
|
||||||
pkgname=python-bleach
|
pkgname=python-bleach
|
||||||
version=3.0.2
|
version=3.1.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="bleach-${version}"
|
wrksrc="bleach-${version}"
|
||||||
|
@ -10,10 +10,11 @@ hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-six python-webencodings"
|
depends="python-six python-webencodings"
|
||||||
short_desc="Easy safelist-based HTML-sanitizing tool (Python2)"
|
short_desc="Easy safelist-based HTML-sanitizing tool (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/mozilla/bleach"
|
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/mozilla/bleach"
|
||||||
|
changelog="https://raw.githubusercontent.com/mozilla/bleach/master/CHANGES"
|
||||||
distfiles="${PYPI_SITE}/b/bleach/bleach-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/bleach/bleach-${version}.tar.gz"
|
||||||
checksum=48d39675b80a75f6d1c3bdbffec791cf0bbbab665cf01e20da701c77de278718
|
checksum=3fdf7f77adcf649c9911387df51254b813185e32b2c6619f690b593a617e19fa
|
||||||
|
|
||||||
python3-bleach_package() {
|
python3-bleach_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
|
|
Loading…
Add table
Reference in a new issue