[arch-commits] Commit in python-outcome/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Dec 5 13:50:09 UTC 2020


    Date: Saturday, December 5, 2020 @ 13:50:08
  Author: alucryd
Revision: 770595

upgpkg: python-outcome 1.1.0-1

Modified:
  python-outcome/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-05 13:50:04 UTC (rev 770594)
+++ PKGBUILD	2020-12-05 13:50:08 UTC (rev 770595)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=python-outcome
-pkgver=1.0.1
-pkgrel=5
+pkgver=1.1.0
+pkgrel=1
 pkgdesc='Capture the outcome of Python function calls'
 arch=(any)
 url=https://github.com/python-trio/outcome
@@ -18,7 +18,8 @@
   python-pytest-cov
   python-setuptools
 )
-source=(git+https://github.com/python-trio/outcome.git#tag=8f134767135f5236c952d37f7854903f7f196832)
+_tag=a351a52f5102f05803a213d3521e5d3905c0102b
+source=(git+https://github.com/python-trio/outcome.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {



More information about the arch-commits mailing list