[arch-commits] Commit in python-natsort/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Sep 10 17:29:55 UTC 2018
Date: Monday, September 10, 2018 @ 17:29:55
Author: dvzrv
Revision: 379227
upgpkg: python-natsort 5.4.1-1
Upgrading to 5.4.1.
Modified:
python-natsort/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-10 15:52:46 UTC (rev 379226)
+++ PKGBUILD 2018-09-10 17:29:55 UTC (rev 379227)
@@ -1,7 +1,7 @@
# Maintainer: David Runge <dave at sleepmap.de>
_name=natsort
pkgname=python-natsort
-pkgver=5.4.0
+pkgver=5.4.1
pkgrel=1
pkgdesc="Simple yet flexible natural sorting in Python"
arch=('any')
@@ -8,13 +8,12 @@
url="https://github.com/SethMMorton/natsort"
license=('MIT')
depends=('python-setuptools')
-makedepends=('python-setuptools')
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=('b7c8af5d255ef2131a92a0e433fb12a0d0ade1094eb9ce33143706eb5083c91b56d2073128013769aa64b172f2b8113608f3072691a5f2978dbcc8cbcd612bfc')
+sha512sums=('355aa834bec655232774b18f142fb5b296e427080f67778db2ee5a52cd3f0255adaa695c8adcc5b03b05884943e400dd682e82ba3d84235d0881ac37b1f84d62')
prepare() {
mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
More information about the arch-commits
mailing list