diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-28 03:00:53 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-28 03:04:31 -0300 |
commit | 112c9300cdd8b7aef3446bb50bcb41d96a5e17af (patch) | |
tree | 60462263029ba0169641d317433b638c6d0e5c2f | |
parent | 297a840b479323a9a3a7cbdeb9045d096fe02fdb (diff) | |
download | aports-112c9300cdd8b7aef3446bb50bcb41d96a5e17af.tar.bz2 aports-112c9300cdd8b7aef3446bb50bcb41d96a5e17af.tar.xz |
testing/py3-u-msgpack: upgrade to 2.5.2
-rw-r--r-- | testing/py3-u-msgpack/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py3-u-msgpack/APKBUILD b/testing/py3-u-msgpack/APKBUILD index 76c54eae1a..f975a4ca23 100644 --- a/testing/py3-u-msgpack/APKBUILD +++ b/testing/py3-u-msgpack/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Stefan Wagner <stw@bit-strickerei.de> pkgname=py3-u-msgpack _pkgname=u-msgpack-python -pkgver=2.5.1 -pkgrel=2 +pkgver=2.5.2 +pkgrel=0 pkgdesc="A portable, lightweight MessagePack serializer and deserializer written in pure Python." url="https://github.com/vsergeev/u-msgpack-python" arch="noarch" license="MIT" -checkdepends="pytest" +checkdepends="py3-pytest" makedepends="py3-setuptools" source="$pkgname-$pkgver.tar.gz::https://github.com/vsergeev/$_pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" @@ -28,4 +28,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="a39e052b2776e271f177eebae6d18110ee62748ae4394c7c3fce71cdf7baa8371b468d5a6dcaf56491c6429b3b3bd805949c198b526c9e3a8f28949fe3915a40 py3-u-msgpack-2.5.1.tar.gz" +sha512sums="6d249ae59d07a6ad591fa921d16d56b1f29fb2eb54e8c0d4e8c0819d8265c01e41563f6523424a5f66b42c218afb392e10d120c57c0a4d96c54e90e11f891dde py3-u-msgpack-2.5.2.tar.gz" |