diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-06 12:44:07 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-06 17:35:11 -0300 |
commit | 7772c479383cc282f9c2ab0ed95333557ec346d3 (patch) | |
tree | 9b6c88f7bc37b3cf2efdeaac15c8dac73a5721e1 /testing/py3-path.py | |
parent | 187cd73d84d765d5cad7fc0e430e07e2a8c681d9 (diff) | |
download | aports-7772c479383cc282f9c2ab0ed95333557ec346d3.tar.bz2 aports-7772c479383cc282f9c2ab0ed95333557ec346d3.tar.xz |
testing/py3-path.py: upgrade to 12.0.2
Diffstat (limited to 'testing/py3-path.py')
-rw-r--r-- | testing/py3-path.py/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py3-path.py/APKBUILD b/testing/py3-path.py/APKBUILD index 7379842771..deb753c4e8 100644 --- a/testing/py3-path.py/APKBUILD +++ b/testing/py3-path.py/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-path.py -pkgver=12.0.1 -pkgrel=1 +pkgver=12.0.2 +pkgrel=0 pkgdesc="Module wrapper for os.path" options="!check" # Requires unpackaged 'pytest-checkdocs' url="https://github.com/jaraco/path.py" @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python3 py3-importlib-metadata" makedepends="py3-setuptools py3-setuptools_scm" -source="$pkgname-$pkgver.tar.gz::https://github.com/jaraco/path.py/archive/$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/jaraco/path.py/archive/v$pkgver.tar.gz" builddir="$srcdir/path.py-$pkgver" build() { @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="5906b31db753374a75e8b1a8515ed3d6ab7b394906ce8d07aea13be77d5e6db164d79c4b1dc517c8c6692b4eef57505a5c739ba54e282dcbda01f37d21e04044 py3-path.py-12.0.1.tar.gz" +sha512sums="8eb0f3046e8c642356dca9c51e3670475680d641d4d4252cfada48a2b179dbe22d05fa6c15782cd7913e30cb8d522cc681c47cf50e13fe8095f18f047bbf68ac py3-path.py-12.0.2.tar.gz" |