Browse Source

numpy-1.22.1-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
5e6b98a182
1 changed files with 11 additions and 1 deletions
  1. 11 1
      n/numpy/numpy-vl.spec

+ 11 - 1
n/numpy/numpy-vl.spec

@@ -5,7 +5,7 @@
 
 Name:           numpy
 Summary:        A fast multidimensional array facility for Python
-Version:        1.19.1
+Version:        1.22.1
 Release:        1%{?_dist_release}
 Group:          programming
 Vendor:         Project Vine
@@ -90,6 +90,9 @@ BuildArch:      noarch
 This package provides the complete documentation for NumPy.
 
 
+%debug_package
+
+
 %prep
 %setup -q -n %{name}-%{version}
 # Force re-cythonization (ifed for PKG-INFO presence in setup.py)
@@ -182,6 +185,10 @@ end
 %exclude %{python3_sitearch}/%{name}/LICENSE.txt
 %{_includedir}/numpy
 %{python3_sitearch}/%{name}/__init__.pxd
+%{python3_sitearch}/%{name}/__init__.cython-30.pxd
+%{python3_sitearch}/%{name}/py.typed
+%{python3_sitearch}/%{name}/typing/
+%{python3_sitearch}/%{name}/array_api/
 
 %files -n python3-numpy-f2py
 %{_bindir}/f2py
@@ -195,6 +202,9 @@ end
 
 
 %changelog
+* Tue Jan 25 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.22.1-1
+- new upstream release.
+
 * Sat Aug 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.19.1-1
 - new upstream release.
 - built with python3 only.