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

Felix Yan felixonmars at archlinux.org
Wed Jan 8 19:46:44 UTC 2020


    Date: Wednesday, January 8, 2020 @ 19:46:44
  Author: felixonmars
Revision: 550536

upgpkg: python-semver 2.9.0-1

Modified:
  python-semver/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-08 19:46:43 UTC (rev 550535)
+++ PKGBUILD	2020-01-08 19:46:44 UTC (rev 550536)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-semver
-pkgver=2.8.1
-pkgrel=3
+pkgver=2.9.0
+pkgrel=1
 pkgdesc="Python helper for Semantic Versioning"
 url="https://github.com/k-bx/python-semver"
 license=('BSD')
@@ -9,9 +9,9 @@
 arch=('any')
 depends=('python')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
+checkdepends=('python-pytest-runner' 'python-pytest-cov')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/k-bx/python-semver/archive/$pkgver.tar.gz")
-sha512sums=('a457b1a170b309ee563955e4c506de56a061acd4e7e92a58fd8bd78801e33207fbc5e0e026fc0ea243301bf9ecfe0b219c0d95681aa10066480cbd3974e17d3a')
+sha512sums=('5ae9a4a66474fc82cf7e4612796a6c0e0280ad9969ff8c509e99cb266154f39a2c03c68f6167f8e17fda1ac16ce17a838e63d81bc2e78debfd07adbb7cbc098d')
 
 prepare() {
   sed -i '/tests_require/d' python-semver-$pkgver/setup.py



More information about the arch-commits mailing list