user/py3-dacite: upgrade to 1.8.0

This commit is contained in:
Antoine Martin 2023-04-01 09:14:36 -04:00
parent b4de71a232
commit 9248c55972
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -3,8 +3,8 @@
_pyname=dacite
pkgname="py3-$_pyname"
pkgver=1.7.0
pkgrel=1
pkgver=1.8.0
pkgrel=0
arch="noarch"
pkgdesc="This module simplifies creation of data classes (PEP 557) from dictionaries."
url="https://pypi.python.org/project/$_pyname"
@ -28,5 +28,5 @@ package() {
install -Dm644 "./LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
sha512sums="
1bb5c0ca01810f61c45085f790f16c73e9d25942a6f4062a4f513571d5961776d0c76608044371b7c68f2b070be557eba8e1946ebc23b2f5ac303b2769ff814a py3-dacite-1.7.0.tar.gz
7e9ebf7da56aa8e65d5a5f0576a0e268344ee40459bdcde2560d17e90d4b73f660ce9dbec3ab5377100f42a21ad8698019b5b6f4fa03ddcd959af5ebb261b465 py3-dacite-1.8.0.tar.gz
"