Date: Tuesday, November 1, 2022 @ 20:31:30 Author: felixonmars Revision: 1340308
upgpkg: scrapy 2.7.0-1 Modified: scrapy/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-01 20:31:01 UTC (rev 1340307) +++ PKGBUILD 2022-11-01 20:31:30 UTC (rev 1340308) @@ -3,7 +3,7 @@ # Contributor: Anibal Pacheco <[email protected]> pkgname=scrapy -pkgver=2.6.3 +pkgver=2.7.0 pkgrel=1 pkgdesc="A fast high-level scraping and web crawling framework." arch=('any') @@ -13,13 +13,13 @@ 'python-lxml' 'libxml2' 'python-parsel' 'python-pydispatcher' 'python-pyopenssl' 'python-queuelib' 'python-service-identity' 'python-setuptools' 'python-w3lib' 'python-zope-interface' 'python-protego' 'python-itemadapter' 'python-h2' - 'python-priority' 'python-tldextract') + 'python-priority' 'python-tldextract' 'python-packaging') checkdepends=('python-pytest' 'python-botocore' 'bpython' 'python-brotli' 'python-jmespath' 'ipython' 'mitmproxy' 'python-pillow' '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=('4248fdde8e71e8045811ef1ce78bf30939a705d1d0a075025e79f15ceca357391345e24a7990bf63e9c98b5ee099b95535fc134f49175c0275bef5393da2a5c8') +sha512sums=('07de00a4369b312ccea77289879dc29175d95becec518120557be33ff97be213016875458372acd71f42f6fb5918299ce2b7760a7b6980e180b894f4cb2c308d') build() { cd scrapy-$pkgver
