aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-03-16 17:26:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:18:22 +0000
commitb09341511811993feaf1cfb8ba5ef2b63832b0e5 (patch)
tree0a84c3632f3a9bdc82e8e6a8256f5f07d9b178c3
parenta8e6684a0801f4cbca4d7c76dd0b2331c8ddc4c7 (diff)
community/py3-deprecation: rebuild against python 3.9
-rw-r--r--community/py3-deprecation/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-deprecation/APKBUILD b/community/py3-deprecation/APKBUILD
index 1ac5bbafff2..eb9aefdaac2 100644
--- a/community/py3-deprecation/APKBUILD
+++ b/community/py3-deprecation/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=py3-deprecation
pkgver=2.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="Library to handle automated deprecations"
options="!check" # Requires unittest2
url="https://deprecation.readthedocs.io/en/latest/"