[arch-commits] Commit in scrapy/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jun 26 18:52:50 UTC 2020
Date: Friday, June 26, 2020 @ 18:52:49
Author: felixonmars
Revision: 654402
upgpkg: scrapy 2.2.0-1
Modified:
scrapy/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-26 18:47:35 UTC (rev 654401)
+++ PKGBUILD 2020-06-26 18:52:49 UTC (rev 654402)
@@ -3,7 +3,7 @@
# Contributor: Anibal Pacheco <apacheco.uy at gmail.com>
pkgname=scrapy
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc="A fast high-level scraping and web crawling framework."
arch=('any')
@@ -12,13 +12,13 @@
depends=('python-twisted' 'python-cryptography' 'python-cssselect' 'python-lxml' 'libxml2'
'python-parsel' 'python-pydispatcher' 'python-pyopenssl' 'python-queuelib'
'python-service-identity' 'python-setuptools' 'python-w3lib' 'python-zope-interface'
- 'python-protego')
+ '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')
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=('72bf6ebcabd6022236cfb8ab4479d577e38417a8c4bcfec80539bd25711cb39ceb44702f801fa0f029777411840506e07da1982ff19776e458ab697756e3f31c')
+sha512sums=('d5530b37942a0de23e39c442c44d6788bf78a4f316b97e76cb120cabc5c36e097c838f67aaaf307460a3aed9907aa6832f16d476494722e653eb81068f92aa27')
build() {
cd scrapy-$pkgver
More information about the arch-commits
mailing list