Date: Thursday, November 19, 2020 @ 07:23:54 Author: felixonmars Revision: 757333
upgpkg: scrapy 2.4.0-1 Modified: scrapy/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-19 07:18:30 UTC (rev 757332) +++ PKGBUILD 2020-11-19 07:23:54 UTC (rev 757333) @@ -3,8 +3,8 @@ # Contributor: Anibal Pacheco <[email protected]> pkgname=scrapy -pkgver=2.3.0 -pkgrel=3 +pkgver=2.4.0 +pkgrel=1 pkgdesc="A fast high-level scraping and web crawling framework." arch=('any') license=('BSD') @@ -15,10 +15,10 @@ 'python-zope-interface' 'python-protego' 'python-itemadapter') checkdepends=('python-pytest-runner' 'python-pytest-twisted' 'python-botocore' 'bpython' 'python-brotlipy' 'python-jmespath' 'ipython' 'mitmproxy' 'python-pillow' - 'python-sybil' 'python-testfixtures') + 'python-sybil' 'python-testfixtures' 'python-pyftpdlib' 'python-uvloop') optdepends=('ipython: for enhanced support of the interactive scraping shell') source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz") -sha512sums=('be1cc2b62d08b87989a1f33132223deabebb62cc126611d5473425fca46de88f95ad049ce9fb4195eaac57dbfaeb1a49f933fd3211ae602c9c43aea68ec49999') +sha512sums=('0ee24ccae664fbe35c1f5b7589a8b24ea9bfad62315e2736a166a839769b5d953bab00f5b34a449a585a3632faee460f484b939a05b3f69a7466b914531ec21c') build() { cd scrapy-$pkgver
