diff options
author | prspkt <prspkt@protonmail.com> | 2018-04-23 14:22:30 +0000 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-04-24 00:46:58 +0300 |
commit | b93c53e364560d13823fb75d20c88e7589aaf64b (patch) | |
tree | 9e53dc7c437a133b65a08b66be347e22d1131736 /testing | |
parent | d0ddab1ea1403f8cebfd0040c6e019dd541e9ee0 (diff) | |
download | aports-b93c53e364560d13823fb75d20c88e7589aaf64b.tar.bz2 aports-b93c53e364560d13823fb75d20c88e7589aaf64b.tar.xz |
testing/py-sortedcontainers: upgrade to 1.5.10
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-sortedcontainers/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-sortedcontainers/APKBUILD b/testing/py-sortedcontainers/APKBUILD index 9cc312378a..3761786d9f 100644 --- a/testing/py-sortedcontainers/APKBUILD +++ b/testing/py-sortedcontainers/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=py-sortedcontainers _pkgname=sortedcontainers -pkgver=1.5.7 +pkgver=1.5.10 pkgrel=0 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet" url="http://www.grantjenks.com/docs/sortedcontainers/" @@ -43,4 +43,4 @@ _py3() { _py python3 } -sha512sums="9b6aef9c95c5543e06e7ee8bd89f86de7ce8f5b518663256113fdbbbd5a9f800c2e9f0ad993acc497f78ae665dd8473369912b3780df565403aee1c519b72814 sortedcontainers-1.5.7.tar.gz" +sha512sums="22ec92d9d7dc44159f47be9b028cc468637cae68d4702fff87e8531a155d56bb031b32c77efcc6f839ead19d27471cb80660fe990b3d424ed1fe58178ee803b8 sortedcontainers-1.5.10.tar.gz" |