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:
Richard PALO 2025-02-24 15:28:05 +01:00
parent 1486dd79ba
commit c7e94a8d07
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = python-schwifty pkgbase = python-schwifty
pkgdesc = Validate/generate IBANS and BICS pkgdesc = Validate/generate IBANS and BICS
pkgver = 2023.3.0 pkgver = 2024.11.0
pkgrel = 1 pkgrel = 1
url = http://github.com/mdomke/schwifty url = http://github.com/mdomke/schwifty
arch = any arch = any
@ -10,10 +10,10 @@ pkgbase = python-schwifty
makedepends = python-setuptools makedepends = python-setuptools
makedepends = python-setuptools-scm makedepends = python-setuptools-scm
makedepends = python-wheel makedepends = python-wheel
depends = python>=3.7 depends = python>=3.9
depends = python-iso3166 depends = python-iso3166
depends = python-pycountry depends = python-pycountry
source = https://files.pythonhosted.org/packages/source/s/schwifty/schwifty-2023.3.0.tar.gz source = https://files.pythonhosted.org/packages/source/s/schwifty/schwifty-2024.11.0.tar.gz
sha256sums = 527f49d58cedd3cd2f677af3a1551136931c00e6c14bc26c9f990440a515c5fd sha256sums = d0aaed03168403b433de515d663df09516941ae70152850da3afe3c242255f6a
pkgname = python-schwifty pkgname = python-schwifty

View file

@ -1,16 +1,16 @@
# Contributor: Richard PALO <richard.palo@free.fr> # Contributor: Richard PALO <richard.palo@free.fr>
pkgname=python-schwifty pkgname=python-schwifty
_name=${pkgname#python-} _name=${pkgname#python-}
pkgver=2023.3.0 pkgver=2024.11.0
pkgrel=1 pkgrel=1
pkgdesc="Validate/generate IBANS and BICS" pkgdesc="Validate/generate IBANS and BICS"
arch=('any') arch=('any')
url="http://github.com/mdomke/schwifty" url="http://github.com/mdomke/schwifty"
license=('MIT') license=('MIT')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-wheel') 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) source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
sha256sums=('527f49d58cedd3cd2f677af3a1551136931c00e6c14bc26c9f990440a515c5fd') sha256sums=('d0aaed03168403b433de515d663df09516941ae70152850da3afe3c242255f6a')
build() { build() {
cd "$srcdir/$_name-$pkgver" cd "$srcdir/$_name-$pkgver"