[packages/python3-nptyping] - rel 5, fix also required version of numpy

baggins baggins at pld-linux.org
Sat Mar 29 22:20:14 CET 2025


commit 644056bdc5b10aeaaba9537cd9ba49aaf11a0e6c
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Mar 29 23:16:17 2025 +0100

    - rel 5, fix also required version of numpy

 numpy2.patch          | 7 +++++++
 python3-nptyping.spec | 3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/python3-nptyping.spec b/python3-nptyping.spec
index efc9cb5..5890dfe 100644
--- a/python3-nptyping.spec
+++ b/python3-nptyping.spec
@@ -6,7 +6,7 @@ Summary:	Type hints for NumPy
 Summary(pl.UTF-8):	Podpowiedzi typów dla NumPy
 Name:		python3-nptyping
 Version:	2.5.0
-Release:	4
+Release:	5
 License:	MIT
 Group:		Libraries/Python
 #Source0Download: https://pypi.org/simple/nptyping/
@@ -44,6 +44,7 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %setup -q -n nptyping-%{version}
 
 find -name '*.py' -print0 | xargs -0 %{__sed} -i -e 's/\r$//'
+%{__sed} -i -e 's/\r$//' dependencies/*.txt
 
 %patch -P0 -p1
 
diff --git a/numpy2.patch b/numpy2.patch
index d6c2e21..e1208e6 100644
--- a/numpy2.patch
+++ b/numpy2.patch
@@ -94,3 +94,10 @@
          self.assertIsInstance(np.array([np.uint8(42)]), NDArray[Any, np.uint8])
          self.assertIsInstance(np.array([True]), NDArray[Any, np.bool_])
  
+--- nptyping-2.5.0/dependencies/requirements.txt~	2025-03-29 23:15:09.000000000 +0100
++++ nptyping-2.5.0/dependencies/requirements.txt	2025-03-29 23:15:36.066648406 +0100
+@@ -1,3 +1,2 @@
+-numpy==1.21.5; python_version<'3.8'
+-numpy>=1.20.0,<2.0.0; python_version>='3.8'
++numpy>=2.0.0; python_version>='3.8'
+ typing_extensions>=4.0.0,<5.0.0; python_version<'3.10'
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-nptyping.git/commitdiff/644056bdc5b10aeaaba9537cd9ba49aaf11a0e6c



More information about the pld-cvs-commit mailing list