Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-tldextract
Commits:
642046e7 by Felix Yan at 2023-11-10T12:25:03+02:00
upgpkg: 5.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-tldextract
pkgdesc = Accurately separate the TLD from the registered domain and
subdomains of a URL, using the Public Suffix List
- pkgver = 5.0.1
+ pkgver = 5.1.0
pkgrel = 1
url = https://github.com/john-kurkowski/tldextract
arch = any
@@ -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#commit=b848277e7c5ddba0663d4df1e0135a27a0febafd
+ source =
git+https://github.com/john-kurkowski/tldextract.git#commit=40e3f2a35203c207112eeb87861067c2dd50dad1
sha512sums = SKIP
pkgname = python-tldextract
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-tldextract
-pkgver=5.0.1
-_commit=b848277e7c5ddba0663d4df1e0135a27a0febafd
+pkgver=5.1.0
+_commit=40e3f2a35203c207112eeb87861067c2dd50dad1
pkgrel=1
pkgdesc="Accurately separate the TLD from the registered domain and subdomains
of a URL, using the Public Suffix List"
arch=('any')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tldextract/-/commit/642046e7969538e739b68c31b3dff065cd96dba8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tldextract/-/commit/642046e7969538e739b68c31b3dff065cd96dba8
You're receiving this email because of your account on gitlab.archlinux.org.