Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / scrapy
Commits: b51ff44f by Felix Yan at 2023-12-07T09:06:34+02:00 upgpkg: 2.9.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,54 @@ +pkgbase = scrapy + pkgdesc = A fast high-level scraping and web crawling framework. + pkgver = 2.9.0 + pkgrel = 1 + url = https://scrapy.org + arch = any + license = BSD + checkdepends = bpython + checkdepends = ipython + checkdepends = mitmproxy + checkdepends = python-attrs + checkdepends = python-botocore + checkdepends = python-brotli + checkdepends = python-h2 + checkdepends = python-markupsafe + checkdepends = python-pyftpdlib + checkdepends = python-pytest + checkdepends = python-sybil + checkdepends = python-testfixtures + checkdepends = python-uvloop + checkdepends = python-zstandard + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + depends = python + depends = python-cryptography + depends = python-cssselect + depends = python-itemadapter + depends = python-itemloaders + depends = python-lxml + depends = python-packaging + depends = python-parsel + depends = python-protego + depends = python-pydispatcher + depends = python-pyopenssl + depends = python-queuelib + depends = python-service-identity + depends = python-setuptools + depends = python-tldextract + depends = python-twisted + depends = python-w3lib + depends = python-zope-interface + optdepends = bpython: for ncurses support in cmdline + optdepends = ipython: for enhanced support of the interactive scraping shell + optdepends = python-botocore: for various utils + optdepends = python-brotli: for HTTP compression using brotli + optdepends = python-h2: for HTTP2 support + optdepends = python-hpack: for HTTP2 streaming support + optdepends = python-zstandard: for HTTP compression using zstandard + source = scrapy-2.9.0.tar.gz::https://github.com/scrapy/scrapy/archive/2.9.0.tar.gz + sha512sums = 86a30f2bf1842ac688a3e1a1bd99197b99527aae0c0ecc059f4a28d4734c98e33dfb056812ef6812390710ca25177c8adccbb821fa9a3947fe7cb40b451dda57 + b2sums = 6ff026cef9f78049a7f8c736bfd9fef58c251f5fb9759aa6d03abb213f9cc8c7e2f0846356a8cd580c5c1eb838a301f363c2a1622cb1ca4370d7da4e5bd0ba8e + +pkgname = scrapy ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Anibal Pacheco <[email protected]> pkgname=scrapy -pkgver=2.8.0 +pkgver=2.9.0 pkgrel=1 pkgdesc="A fast high-level scraping and web crawling framework." arch=('any') @@ -61,17 +61,9 @@ optdepends=( ) source=( "$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz" - $pkgname-1.8.0-cryptography.patch::https://github.com/scrapy/scrapy/commit/ada917307844950a81226f020b596d5932187f6e.patch ) -sha512sums=('c758e8aad459aad5f447e6e721afd3c8e8f5743c8a0961d7562ecea9735444a2a2b7fd1b4c443fd3623fcb9bd3db5fdd108aa6fe7fa629a36229a3175eabac7d' - '2b617f6b9710f711c10d3ba2011656fcf2893a6b7e86d61ed3710de3790686b2ad521d2c6655b4535f92243aaaff7ecfef1f27a0644bd660c26cc2f8c38f4116') -b2sums=('9a02d50cfde6c829e6c9064f29b75de4fb97139759b7822e20914ad3edfae104df3b4d65452f58bae6f4b7af4407ed87c6dc59000e5285e823637e54f1412102' - '436f2984552e2186c3dab8f920e7e71aa3cfa04835303610c452352b71b19342356dc624fa105173cc80762de1e6a2b277371da268bdc524bf4ceb2daf7de25b') - -prepare() { - # fix issues due to using pyopenssl internals: https://github.com/scrapy/scrapy/issues/5857 - patch -Np1 -d $pkgname-$pkgver -i ../$pkgname-1.8.0-cryptography.patch -} +sha512sums=('86a30f2bf1842ac688a3e1a1bd99197b99527aae0c0ecc059f4a28d4734c98e33dfb056812ef6812390710ca25177c8adccbb821fa9a3947fe7cb40b451dda57') +b2sums=('6ff026cef9f78049a7f8c736bfd9fef58c251f5fb9759aa6d03abb213f9cc8c7e2f0846356a8cd580c5c1eb838a301f363c2a1622cb1ca4370d7da4e5bd0ba8e') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/scrapy/-/commit/b51ff44f82774faf3bce37af8487a6375d59b69a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/scrapy/-/commit/b51ff44f82774faf3bce37af8487a6375d59b69a You're receiving this email because of your account on gitlab.archlinux.org.
