[arch-commits] Commit in python-vistir/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Feb 22 11:56:07 UTC 2020
Date: Saturday, February 22, 2020 @ 11:56:07
Author: felixonmars
Revision: 578409
upgpkg: python-vistir 0.5.0-1
Modified:
python-vistir/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-22 11:53:28 UTC (rev 578408)
+++ PKGBUILD 2020-02-22 11:56:07 UTC (rev 578409)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-vistir
-pkgver=0.4.3
-pkgrel=3
+pkgver=0.5.0
+pkgrel=1
pkgdesc="Miscellaneous utilities for dealing with filesystems, paths, projects, subprocesses, and more"
url="https://github.com/sarugaku/vistir"
license=('BSD')
@@ -12,7 +12,7 @@
checkdepends=('python-pytest-runner' 'python-hypothesis-fspaths' 'python-pytest-cov'
'python-pytest-timeout' 'python-yaspin')
source=("$pkgname-$pkgver.tar.gz::https://github.com/sarugaku/vistir/archive/$pkgver.tar.gz")
-sha512sums=('60da4b1886fc0642530f3d3159844a2ff9401952584d72acdb9fe1a8e3578f05ba5a784f3f77a7379dcb1d93f2aa5aecd48a392b8acea1126b8e5be99d3d2eec')
+sha512sums=('6a2a87bfb7a3c1090e764eeb1ebf46f0155cff0270e9a88ffcc9cbb59f6a25c709213e77b06035da9fc55f810e4f94aa068dacb7050d0c46fd8ade9a36e70c9f')
build() {
cd vistir-$pkgver
@@ -21,7 +21,7 @@
check() {
cd vistir-$pkgver
- python setup.py pytest
+ LC_CTYPE=en_US.UTF-8 python setup.py pytest
}
package() {
More information about the arch-commits
mailing list