diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-03 19:03:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:36 +0000 |
commit | 27ec69e38f72cd86165f6266eca1417ce7c17eee (patch) | |
tree | de12e03318712c1380fb5c2aa53e790a372f4ae0 | |
parent | ff0ea429496012b2d409311dadd367de2e15743c (diff) | |
download | aports-27ec69e38f72cd86165f6266eca1417ce7c17eee.tar.gz aports-27ec69e38f72cd86165f6266eca1417ce7c17eee.tar.bz2 aports-27ec69e38f72cd86165f6266eca1417ce7c17eee.tar.xz |
main/py-typing: rebuild against python 3.7
-rw-r--r-- | main/py-typing/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-typing/APKBUILD b/main/py-typing/APKBUILD index f60026800c..6bca443adf 100644 --- a/main/py-typing/APKBUILD +++ b/main/py-typing/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-typing _pkgname=typing pkgver=3.6.6 -pkgrel=0 +pkgrel=1 pkgdesc="Typing – Type Hints for Python" url="https://pypi.python.org/pypi/typing/" arch="noarch" |