diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-01-04 01:59:18 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-01-04 01:59:18 +0000 |
commit | 8174972ecddc82807e0f06531be9c1386ecf2c8b (patch) | |
tree | 1694531bfe6566919ff02c7cb543c085345dca90 /user/py3-future | |
parent | 8a2b1ad85893e7b4ccf11b90953e175ea4bb7c9c (diff) | |
parent | ca837d06981520b100cc6118dbdd6fed30a93f0a (diff) | |
download | packages-8174972ecddc82807e0f06531be9c1386ecf2c8b.tar.gz packages-8174972ecddc82807e0f06531be9c1386ecf2c8b.tar.bz2 packages-8174972ecddc82807e0f06531be9c1386ecf2c8b.tar.xz packages-8174972ecddc82807e0f06531be9c1386ecf2c8b.zip |
Merge branch '2019-01-02_zlg_bumps' into 'master'
Routine package bumps for 2019-01-02
Just some bumps. I took the opportunity to update a few URLs and rolled them into the same branch for simplicity's sake.
EDIT: !133 should be merged before this one.
See merge request !132
Diffstat (limited to 'user/py3-future')
-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 f6f6b1fcc..e34369279 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.15.2 +pkgver=0.16.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="96365f3c97f801e045d0957509ce05269e72f411202e4af0f9ddff08e5d385e25d73c9a5ad3080d157fd9fed65483a2a355f05d75ab15b19c4777e93c180f70b py3-future-0.15.2.tar.gz" +sha512sums="8422e132921d7c0da1f1025ce672ddb301d604bf4629c73634b709a12d77465e941f7365f9e85e870d98718a37988bd928cda7325eb0cc27b1351d23d31a365e py3-future-0.16.0.tar.gz" |