Date: Wednesday, August 5, 2020 @ 13:30:32
  Author: felixonmars
Revision: 669485

upgpkg: scrapy 2.3.0-1

Modified:
  scrapy/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-08-05 13:29:52 UTC (rev 669484)
+++ PKGBUILD    2020-08-05 13:30:32 UTC (rev 669485)
@@ -3,22 +3,22 @@
 # Contributor: Anibal Pacheco <[email protected]>
 
 pkgname=scrapy
-pkgver=2.2.1
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="A fast high-level scraping and web crawling framework."
 arch=('any')
 license=('BSD')
 url="https://scrapy.org";
-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-itemadapter')
+depends=('python-twisted' 'python-cryptography' 'python-cssselect' 
'python-itemloaders'
+         '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')
 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=('4bc7ed321f6b33f0cf9f2344d59bf0ed7724abc79104e0d06c0d7d198aa5a7be6b50a5e5d1a1dcf62c6ce4ab35190ee1edf3ee0c0959180d2233a8ff0567763b')
+sha512sums=('be1cc2b62d08b87989a1f33132223deabebb62cc126611d5473425fca46de88f95ad049ce9fb4195eaac57dbfaeb1a49f933fd3211ae602c9c43aea68ec49999')
 
 build() {
   cd scrapy-$pkgver

Reply via email to