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

Jelle van der Waa jelle at gemini.archlinux.org
Tue Aug 31 19:31:03 UTC 2021


    Date: Tuesday, August 31, 2021 @ 19:31:02
  Author: jelle
Revision: 1010215

upgpkg: python-bleach 4.1.0-1

Modified:
  python-bleach/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-31 19:28:15 UTC (rev 1010214)
+++ PKGBUILD	2021-08-31 19:31:02 UTC (rev 1010215)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg <johannes at kyriasis.com>
 
 pkgname=python-bleach
-pkgver=3.3.1
+pkgver=4.1.0
 pkgrel=1
 
 pkgdesc="An easy whitelist-based HTML-sanitizing tool"
@@ -15,16 +15,12 @@
              'python-setuptools')
 checkdepends=('python-pytest')
 
-source=(https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz
-        $pkgname-py39.patch::https://github.com/mozilla/bleach/commit/9ba905729f17.patch)
+source=(https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz)
 
-sha256sums=('306483a5a9795474160ad57fce3ddd1b50551e981eed8e15a582d34cef28aafa'
-            '5b47567a3d47c8e4464b63d5d50abc38da55f2a67d2fa2f7c65041191ea6c156')
+sha256sums=('0900d8b37eba61a802ee40ac0061f8c2b5dee29c1927dd1d233e075ebf5a71da')
 
 prepare() {
 	cd "$srcdir"/bleach-$pkgver
-	# https://github.com/mozilla/bleach/pull/565
-	patch -Np1 -i ../$pkgname-py39.patch
 }
 
 build() {



More information about the arch-commits mailing list