[arch-commits] Commit in python-bleach/trunk (PKGBUILD)

Johannes Löthberg demize at archlinux.org
Fri Jan 22 23:47:57 UTC 2021


    Date: Friday, January 22, 2021 @ 23:47:57
  Author: demize
Revision: 825384

upgpkg: python-bleach 3.2.1-1

Modified:
  python-bleach/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-22 23:47:19 UTC (rev 825383)
+++ PKGBUILD	2021-01-22 23:47:57 UTC (rev 825384)
@@ -2,13 +2,15 @@
 
 pkgname=python-bleach
 pkgver=3.2.1
-pkgrel=3
+pkgrel=1
 
 pkgdesc="An easy whitelist-based HTML-sanitizing tool"
 url="https://pypi.org/project/bleach/"
 arch=('any')
 license=('Apache')
-depends=('python-webencodings')
+depends=('python-packaging'
+         'python-six'
+         'python-webencodings')
 makedepends=('python'
              'python-setuptools')
 checkdepends=('python-pytest')



More information about the arch-commits mailing list