[arch-commits] Commit in python-utils/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Wed Mar 4 17:05:09 UTC 2020
Date: Wednesday, March 4, 2020 @ 17:05:09
Author: dvzrv
Revision: 590303
upgpkg: python-utils 2.4.0-1: Upgrading to 2.4.0. Updating maintainer info. Minor fixes.
Modified:
python-utils/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-04 16:59:42 UTC (rev 590302)
+++ PKGBUILD 2020-03-04 17:05:09 UTC (rev 590303)
@@ -1,11 +1,11 @@
-# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: David Runge <dvzrv at archlinux.org>
# Contributor: Maxim Andersson <thesilentboatman at gmail.com>
# Contributor: NicoHood <archlinux {cat} nicohood {dog} de>
pkgdesc="A module with some convenient utilities not included with the standard Python install"
pkgname=python-utils
-pkgver=2.3.0
-pkgrel=6
+pkgver=2.4.0
+pkgrel=1
url="https://github.com/WoLpH/python-utils"
license=('BSD')
arch=('any')
@@ -13,7 +13,7 @@
makedepends=('python-setuptools')
checkdepends=('python-pytest-runner')
source=("https://pypi.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('482ccf9c635a0cbe603b69488a364d9033f8b7fada279d901725b5bf91ac13b1cd4a6b7e8d5834a9355d97d8b0803397d5e13da2b7ba72f8d8e2f7f39fee027a'
+sha512sums=('bfad0ef30383df634b89bb2206a00e45434eff9fee9ba0eeab99361bacfb56f3fb420019608b639713a7e8777870de75becb1d7b48aa09c582df27f9ebe8c512'
'SKIP')
validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem <wolph at wol.ph>
@@ -31,7 +31,7 @@
check() {
cd "${pkgname}-${pkgver}"
export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
- py.test
+ pytest -v
}
package() {
More information about the arch-commits
mailing list