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 | |
parent | 14169cc00b3491ccb01795449715abda01d3ef53 (diff) |
automatic import of python-strongtyping
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-strongtyping.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /strongtyping-3.10.7.tar.gz +/strongtyping-3.11.1.tar.gz 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 @@ -1 +1 @@ -3a0cde3626b2f6293595124509813070 strongtyping-3.10.7.tar.gz +d35fe324ee8988de36a9784517015343 strongtyping-3.11.1.tar.gz |