[arch-commits] Commit in python-ddt/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Mar 10 10:11:04 UTC 2020
Date: Tuesday, March 10, 2020 @ 10:11:03
Author: felixonmars
Revision: 593487
upgpkg: python-ddt 1.3.0-1
Modified:
python-ddt/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-10 10:10:54 UTC (rev 593486)
+++ PKGBUILD 2020-03-10 10:11:03 UTC (rev 593487)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-ddt
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
pkgdesc="Data-Driven/Decorated Tests"
arch=('any')
license=('MIT')
@@ -11,7 +11,7 @@
makedepends=('python-setuptools')
checkdepends=('python-nose' 'python-mock' 'python-yaml')
source=("$pkgname-$pkgver.tar.gz::https://github.com/txels/ddt/archive/$pkgver.tar.gz")
-sha512sums=('9b45c4b422cab9e6858235b413b622f077bf4e5254214165c50afdea767dda7d9f39e7be7b0d583b87849a078271f4fba34ac5fe0f35bd196eb7f396bd308fe7')
+sha512sums=('8738765f37132e3cb87737ad2e73a760e1021b7defcd1e7b024b29331ebd2e44d2fff0b3758de4c5cb27cc1c20020dc2d56e6da5dec1155ba44665e6b1585506')
build() {
cd ddt-$pkgver
More information about the arch-commits
mailing list