diff --git a/community/py3-concurrent-log-handler/APKBUILD b/community/py3-concurrent-log-handler/APKBUILD index c817f4bfc20..14862539c97 100644 --- a/community/py3-concurrent-log-handler/APKBUILD +++ b/community/py3-concurrent-log-handler/APKBUILD @@ -1,11 +1,11 @@ # Contributor: Antoine Martin (ayakael) # Maintainer: Antoine Martin (ayakael) pkgname=py3-concurrent-log-handler -_pyname=concurrent-log-handler -pkgver=0.9.24 +_pyname=concurrent_log_handler +pkgver=0.9.25 pkgrel=0 arch="noarch" -pkgdesc="The lightning-fast ASGI server" +pkgdesc="RotatingFileHandler replacement with concurrency, gzip and Windows support" url="https://pypi.python.org/project/concurrent-log-handler" license="Apache-2.0" depends=" @@ -15,13 +15,14 @@ makedepends=" py3-setuptools py3-gpep517 py3-wheel + py3-hatchling " checkdepends=" py3-pytest py3-stresstest " options="!check" # Missing depend stresstest -source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/c/concurrent-log-handler/concurrent-log-handler-$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/c/concurrent-log-handler/concurrent_log_handler-$pkgver.tar.gz" builddir="$srcdir"/$_pyname-$pkgver subpackages="$pkgname-pyc" @@ -41,5 +42,5 @@ package() { } sha512sums=" -370003f3c3778f99ba85f8d1fa8331eeee39f76f7ecc6f30ce2cb809790a80cc288005098bbb1b4e737957f08e29b7dbec055bcd685ae50611f909b6c74f8d78 py3-concurrent-log-handler-0.9.24.tar.gz +d13d51b0379a7c246958ef367f2c878f8d8b6e08f9afd3fd3e00d678ff450c615e96aed8f2d575269883da3fa53205bf27177dab69d824a53b100fcada4db339 py3-concurrent-log-handler-0.9.25.tar.gz "