Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages /
python-pyhibp
Commits:
9a0c4145 by Fabian Bornschein at 2026-01-10T00:34:01+01:00
upgpkg: 4.2.0-1: Fix #1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pyhibp
pkgdesc = Python interface to Troy Hunt's 'Have I Been Pwned?' public
API
- pkgver = 4.1.0
- pkgrel = 2
+ pkgver = 4.2.0
+ pkgrel = 1
url = https://gitlab.com/kitsunix/pyHIBP/pyHIBP
arch = any
license = AGPL-3.0-only
@@ -11,7 +11,7 @@ pkgbase = python-pyhibp
makedepends = python-setuptools
depends = python
depends = python-requests
- source = git+https://gitlab.com/kitsunix/pyHIBP/pyHIBP.git#tag=v4.1.0
- b2sums =
3f1e488ac6af12fc6ee23e1d37bf4e864ed67b2850d6e57755ee5a42996122fe20167bf989f546a31ac3559ab12076b6799a7b6f30fad3562220eae1754ad892
+ source = git+https://gitlab.com/kitsunix/pyHIBP/pyHIBP.git#tag=v4.2.0
+ b2sums =
dd487a21c480a2dc72bae3d35f23eb6afd4dbffd7a9b74c2a5fe5ac4da7901315e99ebdcb69d641f380df3816a2fcf5891ef41262dc176abea229ff669a214f1
pkgname = python-pyhibp
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Fabian Bornschein <[email protected]>
pkgname=python-pyhibp
-pkgver=4.1.0
-pkgrel=2
+pkgver=4.2.0
+pkgrel=1
pkgdesc="Python interface to Troy Hunt's 'Have I Been Pwned?' public API"
url="https://gitlab.com/kitsunix/pyHIBP/pyHIBP"
license=('AGPL-3.0-only')
@@ -18,7 +18,7 @@ makedepends=(
python-setuptools
)
source=("git+https://gitlab.com/kitsunix/pyHIBP/pyHIBP.git#tag=v$pkgver")
-b2sums=('3f1e488ac6af12fc6ee23e1d37bf4e864ed67b2850d6e57755ee5a42996122fe20167bf989f546a31ac3559ab12076b6799a7b6f30fad3562220eae1754ad892')
+b2sums=('dd487a21c480a2dc72bae3d35f23eb6afd4dbffd7a9b74c2a5fe5ac4da7901315e99ebdcb69d641f380df3816a2fcf5891ef41262dc176abea229ff669a214f1')
build() {
cd pyHIBP
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyhibp/-/commit/9a0c41450531560b934e5b9745855e7c64cbc73b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyhibp/-/commit/9a0c41450531560b934e5b9745855e7c64cbc73b
You're receiving this email because of your account on gitlab.archlinux.org.