Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-fints
Commits: f4e454cc by Jelle van der Waa at 2024-04-13T16:53:22+02:00 upgpkg: 4.0.0-2: rebuild with python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = python-fints + pkgdesc = Minimal pure-python FinTS (formerly known as HBCI) implementation + pkgver = 4.0.0 + pkgrel = 2 + url = https://github.com/raphaelm/python-fints + arch = any + license = LGPL + checkdepends = python-pytest + checkdepends = python-pytest-mock + makedepends = python-setuptools + depends = python + depends = python-mt-940 + depends = python-bleach + depends = python-sepaxml + depends = python-requests + source = python-fints-4.0.0.tar.gz::https://github.com/raphaelm/python-fints/archive/v4.0.0.tar.gz + sha512sums = 0a3fe337826d0d1545e46d9debca1a5025eb26c94f2fc899af1e66d4f2def55141e70d930bcf5ac119008afca8411cfb519b5a24e100b0df91d1d250bcd0f109 + b2sums = e7952dd6e4f96a5b80853a6cd515700ff8264ba7339b430e8988c8c4d6fa9145b3450f6e4373e43e82c32e5b0f55d1be8657f6ce825135374a57ab1b2349c098 + +pkgname = python-fints ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-fints pkgver=4.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Minimal pure-python FinTS (formerly known as HBCI) implementation" arch=(any) url="https://github.com/raphaelm/python-fints" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fints/-/commit/f4e454cc404d92c489615796e0c7f5555a8d11d1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fints/-/commit/f4e454cc404d92c489615796e0c7f5555a8d11d1 You're receiving this email because of your account on gitlab.archlinux.org.
