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

Felix Yan fyan at archlinux.org
Thu Dec 31 10:12:17 UTC 2015


    Date: Thursday, December 31, 2015 @ 11:12:17
  Author: fyan
Revision: 155051

upgpkg: scrapy 1.0.4-1

Modified:
  scrapy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-31 08:26:35 UTC (rev 155050)
+++ PKGBUILD	2015-12-31 10:12:17 UTC (rev 155051)
@@ -4,8 +4,8 @@
 # Contributor: Anibal Pacheco <apacheco.uy at gmail.com>
 
 pkgname=scrapy
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
 pkgdesc="A fast high-level scraping and web crawling framework."
 arch=(any)
 license=('BSD')
@@ -13,7 +13,7 @@
 depends=('python2-twisted' 'libxml2' 'python2-w3lib' 'python2-lxml' 'python2-six' 'python2-queuelib' 
          'python2-setuptools' 'python2-cssselect' 'python2-pyopenssl' 'python2-service-identity')
 makedepends=('git')
-checkdepends=('python2-pytest' 'python2-mock' 'python2-boto' 'python2-pillow')
+checkdepends=('python2-pytest' 'python2-mock' 'python2-boto' 'python2-pillow' 'mitmproxy')
 optdepends=('ipython2: for enhanced support of the interactive scraping shell')
 source=("git+https://github.com/scrapy/scrapy.git#tag=${pkgver}")
 md5sums=('SKIP')



More information about the arch-commits mailing list