Date: Wednesday, October 21, 2020 @ 17:30:03 Author: felixonmars Revision: 728066
upgpkg: python-tldextract 3.0.0-1 Modified: python-tldextract/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-21 17:29:34 UTC (rev 728065) +++ PKGBUILD 2020-10-21 17:30:03 UTC (rev 728066) @@ -1,17 +1,17 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-tldextract -pkgver=2.2.3 +pkgver=3.0.0 pkgrel=1 pkgdesc="Accurately separate the TLD from the registered domain and subdomains of a URL, using the Public Suffix List" arch=('any') url="https://github.com/john-kurkowski/tldextract" license=('BSD') -depends=('python-idna' 'python-requests' 'python-requests-file') +depends=('python-idna' 'python-requests' 'python-requests-file' 'python-filelock') makedepends=('python-setuptools-scm' 'python-pip') checkdepends=('python-pytest' 'python-pytest-mock' 'python-pytest-pylint' 'python-responses') source=("https://pypi.io/packages/source/t/tldextract/tldextract-$pkgver.tar.gz") -sha512sums=('bc8b00723db7a8908f733f317fdf8ea16411262b93e1b3332446be379bfdeec67efcca9b032f22cada7978c9be44890c246730650aeaa786f240f28a2b57233f') +sha512sums=('8a5663880b7470e7bfa4440c56da4e22992f8326ead207dea21ac2c02f2361b7e1785b4cb6bae25ccbcdc154f491dda58fa4dc2075e4fa15f69ce0e54ff2419a') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
