aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-avro
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-13 19:13:14 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-13 19:56:19 -0300
commitf840cce8ccef91aeccaf36b94784772400413871 (patch)
treea7f8f02d4918da09428a4f5cbce859273ed52981 /testing/py3-avro
parente24b3ef1bddb4c99c04a4e3cd4ba5b85f7bb6266 (diff)
downloadaports-f840cce8ccef91aeccaf36b94784772400413871.tar.bz2
aports-f840cce8ccef91aeccaf36b94784772400413871.tar.xz
testing/py3-avro: upgrade to 1.9.2
Diffstat (limited to 'testing/py3-avro')
-rw-r--r--testing/py3-avro/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py3-avro/APKBUILD b/testing/py3-avro/APKBUILD
index d66ca5560c..221fc2c065 100644
--- a/testing/py3-avro/APKBUILD
+++ b/testing/py3-avro/APKBUILD
@@ -2,14 +2,14 @@
# Contributor: Gennady Feldman <gena01@gmail.com>
pkgname=py3-avro
_pkgname=avro
-pkgver=1.9.1
-pkgrel=1
+pkgver=1.9.2
+pkgrel=0
pkgdesc="Avro is a serialization and RPC framework."
url="https://avro.apache.org/"
arch="noarch"
license="Apache-2.0"
depends="py3-six"
-makedepends="py3-setuptools"
+makedepends="py3-setuptools py3-pycodestyle"
source="$pkgname-$pkgver.tar.gz::http://github.com/apache/$_pkgname/archive/release-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-release-$pkgver/lang/py3"
@@ -25,4 +25,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="7732ac648b99bede4c57610e2db0bf229e5c672da255c0cd3f09272b0f6d4851fd93e60bc8661a1629fc7140d1596067215108cf5a10d81629bb404f478c68d2 py3-avro-1.9.1.tar.gz"
+sha512sums="6a6980901eea964c050eb3d61fadf28712e2f02c36985bf8e5176b668bba48985f6a666554a1964435448de29b18d790ab86b787d0288a22fd9cba00746a7846 py3-avro-1.9.2.tar.gz"