Date: Wednesday, July 13, 2022 @ 15:12:16
  Author: dvzrv
Revision: 1252539

upgpkg: python-pydantic 1.9.1-2: Rebuild to compile using cython.

Compile using cython to improve performance: 
https://bugs.archlinux.org/task/71724

Modified:
  python-pydantic/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-07-13 14:47:59 UTC (rev 1252538)
+++ PKGBUILD    2022-07-13 15:12:16 UTC (rev 1252539)
@@ -4,12 +4,12 @@
 _name=pydantic
 pkgname=python-$_name
 pkgver=1.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Data parsing and validation using Python type hints'
-arch=(any)
+arch=(x86_64)
 url="https://github.com/samuelcolvin/pydantic";
 license=(MIT)
-depends=(python python-typing-extensions)
+depends=(cython python python-typing-extensions)
 optdepends=(
   'python-dotenv: for .env file support'
   'python-email-validator: for email validation'

Reply via email to