diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-30 06:29:40 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 06:29:40 +0000 |
commit | 13a7f6e99254e42caf210b6a85a36d0fb10567b6 (patch) | |
tree | 3173e345ffc29cf3edc077583a4338c637f0d274 /python-strongtyping.spec | |
parent | 14169cc00b3491ccb01795449715abda01d3ef53 (diff) |
automatic import of python-strongtyping
Diffstat (limited to 'python-strongtyping.spec')
-rw-r--r-- | python-strongtyping.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python-strongtyping.spec b/python-strongtyping.spec index 6c11d8e..cac9e22 100644 --- a/python-strongtyping.spec +++ b/python-strongtyping.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-strongtyping -Version: 3.10.7 +Version: 3.11.1 Release: 1 Summary: Decorator which checks whether the function is called with the correct type of parameters License: MIT URL: https://strongtyping.readthedocs.io/en/latest/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d2/fa/0e29a3519f8cd7c0c10962375670e1fde97fa3733ec298e2ebd6b7bedd0d/strongtyping-3.10.7.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f5/dc/d522fd5fe0af1cf4bd4a2c05508a14bf3d75d137d264e9dc10d8a2476e80/strongtyping-3.11.1.tar.gz BuildArch: noarch @@ -88,7 +88,7 @@ And <b><em>raises</em> TypeMisMatch</b> if the used parameters in a function cal %prep -%autosetup -n strongtyping-3.10.7 +%autosetup -n strongtyping-3.11.1 %build %py3_build @@ -128,5 +128,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.10.7-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.11.1-1 - Package Spec generated |