update to latest.. 2024.11.0
Changed Removed support for deprecated Python version 3.8 Updated the bank registries for Austria, Germany, Poland, Netherlands, Spain, Czech Republic, Italy, and Switzerland. Added New French Banks @Natim Add modulr bank to Spanish bank registry @jose-reveni
This commit is contained in:
parent
1486dd79ba
commit
c7e94a8d07
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = python-schwifty
|
||||
pkgdesc = Validate/generate IBANS and BICS
|
||||
pkgver = 2023.3.0
|
||||
pkgver = 2024.11.0
|
||||
pkgrel = 1
|
||||
url = http://github.com/mdomke/schwifty
|
||||
arch = any
|
||||
|
@ -10,10 +10,10 @@ pkgbase = python-schwifty
|
|||
makedepends = python-setuptools
|
||||
makedepends = python-setuptools-scm
|
||||
makedepends = python-wheel
|
||||
depends = python>=3.7
|
||||
depends = python>=3.9
|
||||
depends = python-iso3166
|
||||
depends = python-pycountry
|
||||
source = https://files.pythonhosted.org/packages/source/s/schwifty/schwifty-2023.3.0.tar.gz
|
||||
sha256sums = 527f49d58cedd3cd2f677af3a1551136931c00e6c14bc26c9f990440a515c5fd
|
||||
source = https://files.pythonhosted.org/packages/source/s/schwifty/schwifty-2024.11.0.tar.gz
|
||||
sha256sums = d0aaed03168403b433de515d663df09516941ae70152850da3afe3c242255f6a
|
||||
|
||||
pkgname = python-schwifty
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,16 +1,16 @@
|
|||
# Contributor: Richard PALO <richard.palo@free.fr>
|
||||
pkgname=python-schwifty
|
||||
_name=${pkgname#python-}
|
||||
pkgver=2023.3.0
|
||||
pkgver=2024.11.0
|
||||
pkgrel=1
|
||||
pkgdesc="Validate/generate IBANS and BICS"
|
||||
arch=('any')
|
||||
url="http://github.com/mdomke/schwifty"
|
||||
license=('MIT')
|
||||
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-wheel')
|
||||
depends=('python>=3.7' 'python-iso3166' 'python-pycountry')
|
||||
depends=('python>=3.9' 'python-iso3166' 'python-pycountry')
|
||||
source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
|
||||
sha256sums=('527f49d58cedd3cd2f677af3a1551136931c00e6c14bc26c9f990440a515c5fd')
|
||||
sha256sums=('d0aaed03168403b433de515d663df09516941ae70152850da3afe3c242255f6a')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$_name-$pkgver"
|
||||
|
|
Loading…
Add table
Reference in a new issue