Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-tldextract
Commits:
e69f2a33 by Felix Yan at 2024-11-10T15:04:33+08:00
upgpkg: 5.1.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-tldextract
pkgdesc = Accurately separate the TLD from the registered domain and
subdomains of a URL, using the Public Suffix List
- pkgver = 5.1.2
- pkgrel = 3
+ pkgver = 5.1.3
+ pkgrel = 1
url = https://github.com/john-kurkowski/tldextract
arch = any
license = BSD-3-Clause
@@ -20,7 +20,7 @@ pkgbase = python-tldextract
depends = python-requests
depends = python-requests-file
depends = python-filelock
- source = git+https://github.com/john-kurkowski/tldextract.git#tag=5.1.2
- sha512sums =
b44ca708da11f70c771ca10d5f901d3187dc2c5505f0e42a264c4614baa2b6328d8356d0353e0826f8a4245ebf95f8573673c8b1ef2cc5775756898a2dd6661b
+ source = git+https://github.com/john-kurkowski/tldextract.git#tag=5.1.3
+ sha512sums =
f4e2fcdff1707d645d8ace07d739dc441807f238c815459172b09189e00ae892b56576e3117ef46422d5e5d3e5fdd68e604454ae6905cf89378246a0c0769696
pkgname = python-tldextract
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-tldextract
-pkgver=5.1.2
-pkgrel=3
+pkgver=5.1.3
+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"
@@ -13,7 +13,7 @@ makedepends=('git' 'python-build' 'python-installer'
'python-setuptools' 'python
checkdepends=('python-pytest' 'python-pytest-mock' 'python-responses'
'python-isort' 'python-syrupy')
source=("git+https://github.com/john-kurkowski/tldextract.git#tag=$pkgver")
-sha512sums=('b44ca708da11f70c771ca10d5f901d3187dc2c5505f0e42a264c4614baa2b6328d8356d0353e0826f8a4245ebf95f8573673c8b1ef2cc5775756898a2dd6661b')
+sha512sums=('f4e2fcdff1707d645d8ace07d739dc441807f238c815459172b09189e00ae892b56576e3117ef46422d5e5d3e5fdd68e604454ae6905cf89378246a0c0769696')
build() {
cd tldextract
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tldextract/-/commit/e69f2a33547238816970dda1dc40bebeaa850a79
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tldextract/-/commit/e69f2a33547238816970dda1dc40bebeaa850a79
You're receiving this email because of your account on gitlab.archlinux.org.