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

David Runge dvzrv at archlinux.org
Sat Sep 8 12:18:46 UTC 2018


    Date: Saturday, September 8, 2018 @ 12:18:46
  Author: dvzrv
Revision: 378806

upgpkg: python-natsort 5.4.0-1

Upgrading to 5.4.0. Adding python-pytest-mock to checkdepends.

Modified:
  python-natsort/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-08 12:16:30 UTC (rev 378805)
+++ PKGBUILD	2018-09-08 12:18:46 UTC (rev 378806)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge <dave at sleepmap.de>
 _name=natsort
 pkgname=python-natsort
-pkgver=5.3.3
-pkgrel=2
+pkgver=5.4.0
+pkgrel=1
 pkgdesc="Simple yet flexible natural sorting in Python"
 arch=('any')
 url="https://github.com/SethMMorton/natsort"
@@ -9,11 +9,12 @@
 license=('MIT')
 depends=('python-setuptools')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest-cov' 'python-pyflakes' 'flake8' 'python-hypothesis' 'python-mock')
+checkdepends=('python-pytest-cov' 'python-pytest-mock' 'python-pyflakes'
+'flake8' 'python-hypothesis' 'python-mock')
 optdepends=('python-fastnumbers: more efficient sorting'
             'python-pyicu: sort in locale dependant manner')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('3effdb73ecab7df705a809bb87ee2c93721bf897ceeea2500d1e205ee8f114dd92f46b530090dcaf4161cc4f5f6a51f45688ba780457a6c86c9494409e90634f')
+sha512sums=('b7c8af5d255ef2131a92a0e433fb12a0d0ade1094eb9ce33143706eb5083c91b56d2073128013769aa64b172f2b8113608f3072691a5f2978dbcc8cbcd612bfc')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"



More information about the arch-commits mailing list