diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-02-16 14:14:03 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-02-16 14:14:03 +0000 |
commit | 7c045a52b7ca6e19bb638eb3e4293bdd1716126c (patch) | |
tree | a47ebce04d9b01176320036006094f69a7b5f9c3 /user/py3-future/APKBUILD | |
parent | 0ea9f15945803c23e6bf9ce4016d643eef081ff3 (diff) | |
parent | affa94487faef5b2f5af62e76b8b0625633c4ca3 (diff) | |
download | packages-7c045a52b7ca6e19bb638eb3e4293bdd1716126c.tar.gz packages-7c045a52b7ca6e19bb638eb3e4293bdd1716126c.tar.bz2 packages-7c045a52b7ca6e19bb638eb3e4293bdd1716126c.tar.xz packages-7c045a52b7ca6e19bb638eb3e4293bdd1716126c.zip |
Merge branch 'bumps.zlg.2019-01-27' into 'master'
Bump zlg's packages, January 2019
Routine bumps for the end of January, 2019.
Affected packages (all under `user/`):
* certbot
* py3-configargparse
* py3-cryptography
* py3-future
* py3-openssl
* py3-tz
The bumps are mostly bug-fix releases.
See merge request !157
Diffstat (limited to 'user/py3-future/APKBUILD')
-rw-r--r-- | user/py3-future/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/py3-future/APKBUILD b/user/py3-future/APKBUILD index e34369279..d98fc65c2 100644 --- a/user/py3-future/APKBUILD +++ b/user/py3-future/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: zlg <zlg+adelie@zlg.space> pkgname=py3-future _pkgname=python-future -pkgver=0.16.0 +pkgver=0.17.0 pkgrel=0 pkgdesc="Easy, clean, reliable Python 2/3 compatibility" url="http://python-future.org/" @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="8422e132921d7c0da1f1025ce672ddb301d604bf4629c73634b709a12d77465e941f7365f9e85e870d98718a37988bd928cda7325eb0cc27b1351d23d31a365e py3-future-0.16.0.tar.gz" +sha512sums="0b914ba062dd2b3c6837d8d8d274d27faadc587b264e887266527940fa7b4b98ce1b0076f1e589f943406d24b9e17f3ae8c2060c4ffa2207f620040988c176a3 py3-future-0.17.0.tar.gz" |