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

Felix Yan felixonmars at archlinux.org
Wed Jan 8 15:14:19 UTC 2020


    Date: Wednesday, January 8, 2020 @ 15:14:18
  Author: felixonmars
Revision: 550294

upgpkg: scrapy 1.8.0-1

Modified:
  scrapy/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-08 14:20:38 UTC (rev 550293)
+++ PKGBUILD	2020-01-08 15:14:18 UTC (rev 550294)
@@ -3,20 +3,22 @@
 # Contributor: Anibal Pacheco <apacheco.uy at gmail.com>
 
 pkgname=scrapy
-pkgver=1.7.4
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
 pkgdesc="A fast high-level scraping and web crawling framework."
 arch=('any')
 license=('BSD')
 url="https://scrapy.org"
-depends=('python-twisted' 'libxml2' 'python-w3lib' 'python-lxml' 'python-six' 'python-queuelib'
-         'python-setuptools' 'python-cssselect' 'python-pyopenssl' 'python-parsel'
-         'python-pydispatcher' 'python-service-identity')
-checkdepends=('python-pytest-runner' 'python-pillow' 'python-testfixtures' 'python-botocore'
-              'python-jmespath' 'mitmproxy')
+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')
+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=('28f3899e2a6edbb2da4dcc7f766221a6a4b6b94c5bc90383801331406426abf89e2f27c8faf6bf4c1c3de0df6c31b9c72d9cd324343ba58fe8858280fc337809')
+sha512sums=('112050599b0cb5dbc647bb4f92a6007230e5ccea13bf954c21d059845219867ef7c4193dcbafd37ed3ff4fc01b8631864c4dea5a7c7550cecc4e317dd899fd29')
 
 build() {
   cd scrapy-$pkgver



More information about the arch-commits mailing list