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

Johannes Löthberg demize at archlinux.org
Fri Oct 26 17:28:51 UTC 2018


    Date: Friday, October 26, 2018 @ 17:28:51
  Author: demize
Revision: 399137

upgpkg: python-bleach 3.0.2-3

Modified:
  python-bleach/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-26 17:25:21 UTC (rev 399136)
+++ PKGBUILD	2018-10-26 17:28:51 UTC (rev 399137)
@@ -3,7 +3,7 @@
 pkgbase=python-bleach
 pkgname=(python-bleach python2-bleach)
 pkgver=3.0.2
-pkgrel=2
+pkgrel=3
 
 pkgdesc="An easy whitelist-based HTML-sanitizing tool"
 url="https://pypi.org/project/bleach/"
@@ -11,12 +11,12 @@
 license=('Apache')
 makedepends=('python'
              'python-setuptools'
+             'python-webencodings'
              'python2'
-             'python2-setuptools')
+             'python2-setuptools'
+              'python2-webencodings')
 checkdepends=('python-pytest'
-              'python-webencodings'
-              'python2-pytest'
-              'python2-webencodings')
+              'python2-pytest')
 
 source=(https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz)
 



More information about the arch-commits mailing list