upgpkg: python-schwifty 2025.1.0-1
upstream release
This commit is contained in:
parent
6ceac2dcd1
commit
8dc5456b37
2 changed files with 10 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = python-schwifty
|
||||
pkgdesc = Validate/generate IBANS and BICS
|
||||
pkgver = 2024.11.0
|
||||
pkgrel = 3
|
||||
pkgver = 2025.1.0
|
||||
pkgrel = 1
|
||||
url = http://github.com/mdomke/schwifty
|
||||
arch = any
|
||||
license = MIT
|
||||
|
@ -15,7 +15,7 @@ pkgbase = python-schwifty
|
|||
depends = python-pycountry
|
||||
depends = python-rstr
|
||||
optdepends = python-pydantic>=2.0: data validation
|
||||
source = https://files.pythonhosted.org/packages/source/s/schwifty/schwifty-2024.11.0.tar.gz
|
||||
sha256sums = d0aaed03168403b433de515d663df09516941ae70152850da3afe3c242255f6a
|
||||
source = https://files.pythonhosted.org/packages/source/s/schwifty/schwifty-2025.1.0.tar.gz
|
||||
sha256sums = f492f3cbea3beb1fe0bf11a89075e6e413a5f500ee1afdb29a124a9a89b1a2ca
|
||||
|
||||
pkgname = python-schwifty
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
# Contributor: Richard PALO <richard.palo@free.fr>
|
||||
# Maintainer: Richard PALO <richard.palo@free.fr>
|
||||
# Co-Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
|
||||
|
||||
pkgname=python-schwifty
|
||||
_name=${pkgname#python-}
|
||||
pkgver=2024.11.0
|
||||
pkgrel=3
|
||||
pkgver=2025.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Validate/generate IBANS and BICS"
|
||||
arch=('any')
|
||||
url="http://github.com/mdomke/schwifty"
|
||||
|
@ -11,7 +13,7 @@ makedepends=('python-build' 'python-installer' 'python-wheel' 'python-hatchling'
|
|||
optdepends=('python-pydantic>=2.0: data validation')
|
||||
depends=('python>=3.9' 'python-iso3166' 'python-pycountry' 'python-rstr')
|
||||
source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
|
||||
sha256sums=('d0aaed03168403b433de515d663df09516941ae70152850da3afe3c242255f6a')
|
||||
sha256sums=('f492f3cbea3beb1fe0bf11a89075e6e413a5f500ee1afdb29a124a9a89b1a2ca')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$_name-$pkgver"
|
||||
|
|
Loading…
Add table
Reference in a new issue