diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-01-18 09:17:08 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-01-18 09:17:08 -0300 |
commit | 9d50606dc78ac46d033b73879db9470a042089dc (patch) | |
tree | 23b50ec7c72a1d72b286ea7b89571726ac7fdbd1 | |
parent | 5349365b899266a53ae9013a4eefa8be3530583f (diff) | |
download | aports-9d50606dc78ac46d033b73879db9470a042089dc.tar.gz aports-9d50606dc78ac46d033b73879db9470a042089dc.tar.bz2 aports-9d50606dc78ac46d033b73879db9470a042089dc.tar.xz |
testing/py3-intervals: upgrade to 0.9.1
-rw-r--r-- | testing/py3-intervals/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-intervals/APKBUILD b/testing/py3-intervals/APKBUILD index 1f303f4f173..bf55f8748d3 100644 --- a/testing/py3-intervals/APKBUILD +++ b/testing/py3-intervals/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-intervals _pkgname=intervals -pkgver=0.9.0 +pkgver=0.9.1 pkgrel=0 pkgdesc="Python module for handling intervals (ranges of comparable objects)" url="https://github.com/kvesteri/intervals" @@ -30,5 +30,5 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="474ce8fadaf5e884b1cf2f429497e0c234ef18b47592bd9a8e71eacae75abd5605c22153a2649123bfb7132272a8fa75009f4c8c872baf689528319f0af503d3 intervals-0.9.0.tar.gz +sha512sums="8b7030ac37a0e59c00c9bd43bc043dcbdf9bd92d82b701c1ec05089bde93bf1e1c89c59e1ede2abb0c3889b1d7b8fb9aa3b5d331a79d7794337371448d16762e intervals-0.9.1.tar.gz af545bec7d8157259197e045396d69ac1791b5e0420056fca69bea444cceacaa208ae568fd80792f614e1c775611ea22c48521bdd47dbdd976a699c150835f96 pytest5.patch" |