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

Felix Yan felixonmars at archlinux.org
Sun Feb 17 18:11:06 UTC 2019


    Date: Sunday, February 17, 2019 @ 18:11:05
  Author: felixonmars
Revision: 434189

upgpkg: scrapy 1.6.0-1

Modified:
  scrapy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-17 18:10:05 UTC (rev 434188)
+++ PKGBUILD	2019-02-17 18:11:05 UTC (rev 434189)
@@ -3,7 +3,7 @@
 # Contributor: Anibal Pacheco <apacheco.uy at gmail.com>
 
 pkgname=scrapy
-pkgver=1.5.2
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="A fast high-level scraping and web crawling framework."
 arch=('any')
@@ -15,21 +15,9 @@
 checkdepends=('python-pytest-runner' 'python-pillow' 'python-testfixtures' 'python-botocore'
               'python-jmespath' 'mitmproxy')
 optdepends=('ipython: for enhanced support of the interactive scraping shell')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz"
-        "https://github.com/scrapy/scrapy/commit/b364d27247b2d9b86c164569c7e0459fa3f8391b.patch"
-        "https://github.com/scrapy/scrapy/commit/f4f39057cbbfa4daf66f82061e57101b88d88d05.patch")
-sha512sums=('92cb9e6cc5972aa8d0027a41755d88e4af54151e59ad39b9bb7afe4d31d1c2fdac55df3326071af554e8fb9b00401300ff5a63dc6633af1a738bc03ff4cdb886'
-            '2ea2838fa4a7a7417aa257eed40778ed5e5b46e80175a3ef27a6520a248897c4d8b8a08dd54537d0279bca15c3093ba08981a1c3c25f6f9d76a50ee8f71bc299'
-            '6300a2b790b4d377877d6883644627d7ff94dbd38f04cc1561e87bba2ba6ad474c41153dc0b8b55768ac38ae4cf72af942fcdb465e31fe90741471adb947d1d0')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz")
+sha512sums=('755b0abae78a175ef6ed1a9e8e4ad1ff7c75ea2772bcb91eff07ad54263c0bc8adf508f57158c28fd559d62fb1173c5c89d4312564f0d3383d5d1ca935425f47')
 
-prepare() {
-  cd scrapy-$pkgver
-  # fix flaky tests: https://github.com/scrapy/scrapy/pull/3210
-  patch -p1 -i ../b364d27247b2d9b86c164569c7e0459fa3f8391b.patch
-  # fix python37 issues: https://github.com/scrapy/scrapy/pull/3326
-  patch -p1 -i ../f4f39057cbbfa4daf66f82061e57101b88d88d05.patch
-}
-
 build() {
   cd scrapy-$pkgver
   python setup.py build



More information about the arch-commits mailing list