Date: Sunday, November 13, 2022 @ 15:48:24
  Author: dvzrv
Revision: 1347288

upgpkg: python-natsort 8.2.0-2: Rebuild to remove python-mock from checkdepends.

Add python-typing-extensions to depens.

Modified:
  python-natsort/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-13 15:44:57 UTC (rev 1347287)
+++ PKGBUILD    2022-11-13 15:48:24 UTC (rev 1347288)
@@ -3,14 +3,14 @@
 _name=natsort
 pkgname=python-natsort
 pkgver=8.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple yet flexible natural sorting in Python"
 arch=(any)
 url="https://github.com/SethMMorton/natsort";
 license=(MIT)
-depends=(python)
+depends=(python python-typing-extensions)
 makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-hypothesis python-mock python-pytest-mock)
+checkdepends=(python-hypothesis python-pytest-mock)
 optdepends=(
   'python-fastnumbers: more efficient sorting'
   'python-pyicu: sort in locale dependant manner'

Reply via email to