[arch-commits] Commit in python-sure/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at gemini.archlinux.org
Sat Oct 30 15:24:09 UTC 2021
Date: Saturday, October 30, 2021 @ 15:24:08
Author: yan12125
Revision: 1034986
upgpkg: python-sure 2.0.0-1
Both python-httpretty and python-mocket (3.10.0) build fine with
python-sure 2.0.0
Modified:
python-sure/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-30 15:13:38 UTC (rev 1034985)
+++ PKGBUILD 2021-10-30 15:24:08 UTC (rev 1034986)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-sure
-pkgver=1.4.11
-pkgrel=7
+pkgver=2.0.0
+pkgrel=1
pkgdesc="An idiomatic testing library for python with powerful and flexible assertions"
arch=('any')
url="https://github.com/gabrielfalcao/sure"
@@ -9,9 +9,9 @@
license=('GPL')
depends=('python-six' 'python-mock')
makedepends=('python-setuptools' 'git')
-checkdepends=('python-nose')
+checkdepends=('python-nose' 'python-rednose')
source=("$pkgname-$pkgver.tar.gz::https://github.com/gabrielfalcao/sure/archive/$pkgver.tar.gz")
-sha512sums=('0f3601eff81074d73568014aaf81b2a3e782c95d3a62cf689031bd0c53eaa8eb531a32e4e2d16c4bee4291157f621e52857b575bcfdaf82839f8e1d0d40d3563')
+sha512sums=('d113b08afd63c379ec9f05169b1ad15f3bb616a1f6ad7d0ef6513e98ba7ebb7462254b2d25307906d9f63603fed4f9e4b83ccbca0ec53a2b483f9395fa0fb94a')
prepare() {
export LC_CTYPE=en_US.UTF-8
More information about the arch-commits
mailing list