diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2021-12-08 08:07:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 20:18:02 +0100 |
commit | dc835df9d45031f6fdfc45a8626c456a3b2916d9 (patch) | |
tree | fdba2e3a5307efd0faf6f724e30b31a145e97600 | |
parent | 2206cc6ddb54649d387cc0244da1b8cc82dfbd57 (diff) | |
download | aports-dc835df9d45031f6fdfc45a8626c456a3b2916d9.tar.gz aports-dc835df9d45031f6fdfc45a8626c456a3b2916d9.tar.bz2 aports-dc835df9d45031f6fdfc45a8626c456a3b2916d9.tar.xz |
community/py3-cattrs: rebuild against python 3.10
-rw-r--r-- | community/py3-cattrs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-cattrs/APKBUILD b/community/py3-cattrs/APKBUILD index 3db209196e..80e9f237a3 100644 --- a/community/py3-cattrs/APKBUILD +++ b/community/py3-cattrs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=py3-cattrs pkgver=1.8.0 -pkgrel=0 +pkgrel=1 pkgdesc="Complex custom class converters for attrs" url="https://github.com/Tinche/cattrs" arch="noarch" |