Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / python-trio-asyncio
Commits: cdff3f93 by Maxime Gauduin at 2023-12-05T18:05:39+01:00 upgpkg: 0.13.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = python-trio-asyncio + pkgdesc = A re-implementation of the asyncio mainloop on top of Trio + pkgver = 0.13.0 + pkgrel = 1 + url = https://github.com/python-trio/trio-asyncio + arch = any + license = APACHE + license = MIT + makedepends = git + makedepends = python-setuptools + makedepends = python-pytest-runner + depends = python + depends = python-async_generator + depends = python-outcome + depends = python-trio + source = git+https://github.com/python-trio/trio-asyncio.git#tag=b3b9ddef2ebc29e4cdbf869d792da91dbd46a2af + sha256sums = SKIP + +pkgname = python-trio-asyncio ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-trio-asyncio -pkgver=0.12.0 -pkgrel=9 +pkgver=0.13.0 +pkgrel=1 pkgdesc='A re-implementation of the asyncio mainloop on top of Trio' arch=(any) url=https://github.com/python-trio/trio-asyncio @@ -21,7 +21,7 @@ makedepends=( python-setuptools python-pytest-runner ) -_tag=970d81c498f857d052738a2c4db2c899910dc038 +_tag=b3b9ddef2ebc29e4cdbf869d792da91dbd46a2af source=(git+https://github.com/python-trio/trio-asyncio.git#tag=${_tag}) sha256sums=(SKIP) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-trio-asyncio/-/commit/cdff3f93c9ffca7e2f30ca50622c436e5d6386b7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-trio-asyncio/-/commit/cdff3f93c9ffca7e2f30ca50622c436e5d6386b7 You're receiving this email because of your account on gitlab.archlinux.org.
