aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-05-27 02:30:46 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-27 06:11:00 +0000
commite96039a9b64942ea30ba2983900a13699e061c24 (patch)
tree30f68c39d8a8e6ecdb5f28f9ec2bd791c005b1c9
parenta551b915589b967d6402684abe7d79a8da088039 (diff)
downloadalpine_aports-e96039a9b64942ea30ba2983900a13699e061c24.tar.bz2
alpine_aports-e96039a9b64942ea30ba2983900a13699e061c24.tar.xz
alpine_aports-e96039a9b64942ea30ba2983900a13699e061c24.zip
testing/py3-path: upgrade to 14.0.1
-rw-r--r--testing/py3-path/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-path/APKBUILD b/testing/py3-path/APKBUILD
index 8c056e676b..19a8ce009f 100644
--- a/testing/py3-path/APKBUILD
+++ b/testing/py3-path/APKBUILD
@@ -1,7 +1,7 @@
1# Contributor: Leo <thinkabit.ukim@gmail.com> 1# Contributor: Leo <thinkabit.ukim@gmail.com>
2# Maintainer: 2# Maintainer:
3pkgname=py3-path 3pkgname=py3-path
4pkgver=14.0.0 4pkgver=14.0.1
5pkgrel=0 5pkgrel=0
6pkgdesc="Module wrapper for os.path" 6pkgdesc="Module wrapper for os.path"
7options="!check" # Requires unpackaged 'pytest-checkdocs' 7options="!check" # Requires unpackaged 'pytest-checkdocs'
@@ -26,4 +26,4 @@ package() {
26 python3 setup.py install --prefix=/usr --root="$pkgdir" 26 python3 setup.py install --prefix=/usr --root="$pkgdir"
27} 27}
28 28
29sha512sums="542bc29e3bd2eb7a72f145811cd97a15b3b2594b31edc61bbcf31297cba7660b5599d2243dd5a226a5d896aa5dfbcb189d3a7cbecb3abbb387641fb0c5a2dfc1 py3-path-14.0.0.tar.gz" 29sha512sums="2ea45186ea4a067734aad4bce6127c324eaa4b5fdad003f0ea9ebcaf244d3ccd6327e981ebfdc6d19a240d7821700bc4fcf28cc8c8e618e3d6485c605f973a09 py3-path-14.0.1.tar.gz"