Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-tldextract


Commits:
a24992dc by Felix Yan at 2024-03-30T13:11:17+00:00
upgpkg: 5.1.2-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.1.1
+       pkgver = 5.1.2
        pkgrel = 1
        url = https://github.com/john-kurkowski/tldextract
        arch = any
@@ -10,6 +10,7 @@ pkgbase = python-tldextract
        checkdepends = python-pytest-pylint
        checkdepends = python-responses
        checkdepends = python-isort
+       checkdepends = python-syrupy
        makedepends = git
        makedepends = python-build
        makedepends = python-installer
@@ -20,7 +21,7 @@ pkgbase = python-tldextract
        depends = python-requests
        depends = python-requests-file
        depends = python-filelock
-       source = 
git+https://github.com/john-kurkowski/tldextract.git#commit=c0867a4ef26bd39d58c08c52af797f2dca8bb5a9
-       sha512sums = SKIP
+       source = git+https://github.com/john-kurkowski/tldextract.git#tag=5.1.2
+       sha512sums = 
b44ca708da11f70c771ca10d5f901d3187dc2c5505f0e42a264c4614baa2b6328d8356d0353e0826f8a4245ebf95f8573673c8b1ef2cc5775756898a2dd6661b
 
 pkgname = python-tldextract


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=python-tldextract
-pkgver=5.1.1
-_commit=c0867a4ef26bd39d58c08c52af797f2dca8bb5a9
+pkgver=5.1.2
 pkgrel=1
 pkgdesc="Accurately separate the TLD from the registered domain and subdomains 
of a URL, using the Public Suffix List"
 arch=('any')
@@ -12,9 +11,9 @@ depends=('python-idna' 'python-requests' 
'python-requests-file' 'python-filelock
 makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 
'python-setuptools-scm'
              'python-wheel')
 checkdepends=('python-pytest' 'python-pytest-mock' 'python-pytest-pylint' 
'python-responses'
-              'python-isort')
-source=("git+https://github.com/john-kurkowski/tldextract.git#commit=$_commit";)
-sha512sums=('SKIP')
+              'python-isort' 'python-syrupy')
+source=("git+https://github.com/john-kurkowski/tldextract.git#tag=$pkgver";)
+sha512sums=('b44ca708da11f70c771ca10d5f901d3187dc2c5505f0e42a264c4614baa2b6328d8356d0353e0826f8a4245ebf95f8573673c8b1ef2cc5775756898a2dd6661b')
 
 build() {
   cd tldextract



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tldextract/-/commit/a24992dc36e624cc4a2352e2edec741bdbbc73f3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tldextract/-/commit/a24992dc36e624cc4a2352e2edec741bdbbc73f3
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to