From 834355b64465aa54b9f6b715c55e57d6e9fd354a Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 16 Oct 2025 15:45:40 +0300 Subject: [PATCH] Update package version to 2.3.4 --- pkg.info | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index 4dd43e9..ddad486 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,17 @@ name: python-numpy description: The fundamental package for scientific computing with Python -version: 2.3.3 +version: 2.3.4 +revision: 1 url: https://numpy.org/ license: BSD-3-Clause architecture: any -depends: ["python3"] -make_depends: ["cmake","python-cython","gcc-fortran","meson-python","python-build","python-installer"] type: source +depends: + - python3 +make_depends: + - cmake + - python-cython + - gcc-fortran + - meson-python + - python-build + - python-installer