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

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 20 17:46:25 UTC 2022


    Date: Sunday, March 20, 2022 @ 17:46:24
  Author: felixonmars
Revision: 1164502

upgpkg: python-behave 1.2.7.dev2-1

Modified:
  python-behave/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 17:46:18 UTC (rev 1164501)
+++ PKGBUILD	2022-03-20 17:46:24 UTC (rev 1164502)
@@ -1,17 +1,18 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-behave
-pkgver=1.2.7.dev1
-pkgrel=3
+pkgver=1.2.7.dev2
+pkgrel=1
 pkgdesc="Behaviour-driven development, Python style"
 url="https://github.com/behave/behave"
 license=('BSD')
 arch=('any')
-depends=('python-cucumber-tag-expressions' 'python-parse' 'python-parse-type' 'python-six')
+depends=('python-cucumber-tag-expressions' 'python-parse' 'python-parse-type' 'python-six'
+         'python-colorama')
 makedepends=('python-setuptools')
 checkdepends=('python-mock' 'python-path' 'python-pyhamcrest' 'python-pytest' 'python-pytest-html')
 source=("https://github.com/behave/behave/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('a352a2f1594831b3c85a54225e5bd4f425ab06c38e708b6ec65f1c8fb2eb3a92924baa15d5742c344e58ac95773f00393aa1338bd839dd8345f701eb37ce62b6')
+sha512sums=('5c4bba820fa1a6691ae275e3adb0b6077a1957686a9ee205d471ffddc9601b32e5b2f47cd2b3e2d7a72a31c39f171c3b2af524d7f787243585d4d95086675118')
 
 build() {
   cd behave-$pkgver



More information about the arch-commits mailing list