Date: Thursday, June 30, 2022 @ 15:48:31 Author: alucryd Revision: 1243063
upgpkg: python-outcome 1.2.0-1 Modified: python-outcome/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-30 15:47:18 UTC (rev 1243062) +++ PKGBUILD 2022-06-30 15:48:31 UTC (rev 1243063) @@ -1,8 +1,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-outcome -pkgver=1.1.0 -pkgrel=3 +pkgver=1.2.0 +pkgrel=1 pkgdesc='Capture the outcome of Python function calls' arch=(any) url=https://github.com/python-trio/outcome @@ -18,7 +18,7 @@ python-pytest-cov python-setuptools ) -_tag=a351a52f5102f05803a213d3521e5d3905c0102b +_tag=ae996f8b7887e4a61ee6b3717c01ecba19a5b7dc source=(git+https://github.com/python-trio/outcome.git#tag=${_tag}) sha256sums=(SKIP)
