diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-05-19 13:45:27 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-05-19 18:34:37 +0000 |
commit | 9417d759542b944281ec9dabdb4e9fbbb6651e85 (patch) | |
tree | 6af85ac4882e911a118aebc07ffc9a7b9c186822 /testing/py3-parsel/APKBUILD | |
parent | 3bf7ae80bb1400d1f7169d56a4ee90082ffee657 (diff) |
testing/py3-parsel: upgrade to 1.6.0
Diffstat (limited to 'testing/py3-parsel/APKBUILD')
-rw-r--r-- | testing/py3-parsel/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py3-parsel/APKBUILD b/testing/py3-parsel/APKBUILD index 7f4cb4653a9..388a8fcda8b 100644 --- a/testing/py3-parsel/APKBUILD +++ b/testing/py3-parsel/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: prspkt <prspkt@protonmail.com> pkgname=py3-parsel _pkgname=parsel -pkgver=1.5.2 -pkgrel=1 +pkgver=1.6.0 +pkgrel=0 pkgdesc="Library to extract data from HTML and XML using XPath and CSS selectors" url="https://github.com/scrapy/parsel" arch="noarch" license="BSD-3-Clause" depends="py3-cssselect py3-lxml py3-six py3-w3lib" -checkdepends="py3-pytest" +checkdepends="py3-pytest py3-sybil" source="$_pkgname-$pkgver.tar.gz::https://github.com/scrapy/parsel/archive/v$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver @@ -25,4 +25,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="89394b52d33469d8ddd60800ecaaeb2179490631d7adc5a8689d62efe9ddadcc35d6fdef92351b310e5ecd2bf20ee8c977df755b539cb83a3be64f1a3296ec36 parsel-1.5.2.tar.gz" +sha512sums="d3161522e1102cceeb1f29ab020b33019d4ac7f096cfab8fbe40f54073e49afc24f02aa54206d86f56c8f92e3db2d0d2f8a3dbdfa6417492cf299201f2ae6604 parsel-1.6.0.tar.gz" |