Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/python3-yarl/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-yarl'
pkgname=python3-yarl
version=1.22.0
revision=2
version=1.23.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
makedepends="python3-devel"
Expand All @@ -12,7 +12,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="Apache-2.0"
homepage="https://yarl.readthedocs.io/"
distfiles="https://github.com/aio-libs/yarl/archive/refs/tags/v${version}.tar.gz"
checksum=d63cfdafde4efd6b1730c600c32c5a8ea6282cf4122924edb5da85014a20275e
checksum=0008f2f6248957895da30ae6f03357d3ce2a4c7ecf64be59b055264ed63a9a1c

pre_build() {
cythonize yarl/_quoting_c.pyx
Expand Down