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

Jelle van der Waa jelle at archlinux.org
Wed Mar 25 19:51:06 UTC 2020


    Date: Wednesday, March 25, 2020 @ 19:51:05
  Author: jelle
Revision: 604376

upgpkg: python-bleach 3.1.3-1

Upstream update

Modified:
  python-bleach/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-25 19:22:56 UTC (rev 604375)
+++ PKGBUILD	2020-03-25 19:51:05 UTC (rev 604376)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg <johannes at kyriasis.com>
 
 pkgname=python-bleach
-pkgver=3.1.1
+pkgver=3.1.3
 pkgrel=1
 
 pkgdesc="An easy whitelist-based HTML-sanitizing tool"
@@ -13,17 +13,10 @@
              'python-setuptools')
 checkdepends=('python-pytest')
 
-source=(https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz
-        pytest5.patch)
+source=(https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz)
 
-sha256sums=('aa8b870d0f46965bac2c073a93444636b0e1ca74e9777e34f03dd494b8a59d48'
-            'a1d3dea566e7c56540b83bcd006c730f6c71fe531570fa2c5cccf0a917070bc6')
+sha256sums=('f8dfd8a7e26443e986c4e44df31870da8e906ea61096af06ba5d5cc2d519842a')
 
-prepare() {
-	# https://github.com/mozilla/bleach/pull/483
-	patch -Np1 -d bleach-$pkgver <pytest5.patch
-}
-
 build() {
 	cd "$srcdir"/bleach-$pkgver
 	python setup.py build



More information about the arch-commits mailing list