diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-18 18:43:40 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-18 18:56:05 -0300 |
commit | 4012715f76fac40aa8a33c4e32952fcf30e1ab84 (patch) | |
tree | 7c9446b44789f770d08367922bced6d1ff936281 | |
parent | 76d4cd9306804eb30e35a367176c503eda25e1c8 (diff) | |
download | aports-4012715f76fac40aa8a33c4e32952fcf30e1ab84.tar.bz2 aports-4012715f76fac40aa8a33c4e32952fcf30e1ab84.tar.xz |
community/py3-wrapt: upgrade to 1.12.0
-rw-r--r-- | community/py3-wrapt/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/py3-wrapt/APKBUILD b/community/py3-wrapt/APKBUILD index 19577e9259..ee41d1917b 100644 --- a/community/py3-wrapt/APKBUILD +++ b/community/py3-wrapt/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: prspkt <prspkt@protonmail.com> pkgname=py3-wrapt _pkgname=wrapt -pkgver=1.11.2 -pkgrel=1 +pkgver=1.12.0 +pkgrel=0 pkgdesc="Module for decorators, wrappers and monkey patching" url="https://github.com/GrahamDumpleton/wrapt" arch="all" @@ -11,7 +11,7 @@ license="BSD-2-Clause" depends="python3" makedepends="python3-dev" checkdepends="py3-pytest" -source="https://github.com/GrahamDumpleton/wrapt/archive/$pkgver/$pkgname-$pkgver.tar.gz" +source="https://github.com/GrahamDumpleton/wrapt/archive/$pkgver/py3-wrapt-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" build() { @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="2551247c46fbc34068e0f2d6efa91d8c87669c8bf1e16c3b5e2e5e0d84402301c38a78485b7e9a13120c99c9c942db680a84d87a52a072d530aba6444d86297d py3-wrapt-1.11.2.tar.gz" +sha512sums="56a88e223dfe3d1b0f5fa01219b0a9a710d5a67cacd87d8766cf122498c47a41f4e64d2fcb0d3c939bc775893a7edcac68295754819b37ca469b301f1e98df41 py3-wrapt-1.12.0.tar.gz" |