From c7e94a8d070e2e2faeec875f19dffdfb60bc9e9c Mon Sep 17 00:00:00 2001
From: Richard PALO <richard.palo@free.fr>
Date: Mon, 24 Feb 2025 15:28:05 +0100
Subject: [PATCH] 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
---
 .SRCINFO | 8 ++++----
 PKGBUILD | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 7d8861f..7925955 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index a21f735..eec8427 100644
--- a/PKGBUILD
+++ b/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"