diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pytype.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /pytype-2023.3.31.tar.gz +/pytype-2023.4.18.tar.gz diff --git a/python-pytype.spec b/python-pytype.spec index 0247091..e5c607f 100644 --- a/python-pytype.spec +++ b/python-pytype.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pytype -Version: 2023.3.31 +Version: 2023.4.18 Release: 1 Summary: Python type inferencer License: Apache 2.0 URL: https://google.github.io/pytype -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a1/fa/4c9e0e72e3fcfbda5f392bc7f5c787b2032e6f98a98a4a7133e77e0213de/pytype-2023.3.31.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e2/b1/c1c6466f958a1e8898e2ccba1a4aebb5e7970b08db0a70a286897a2707aa/pytype-2023.4.18.tar.gz BuildArch: noarch @@ -892,7 +892,7 @@ This is not an official Google product. %prep -%autosetup -n pytype-2023.3.31 +%autosetup -n pytype-2023.4.18 %build %py3_build @@ -932,5 +932,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.3.31-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.4.18-1 - Package Spec generated @@ -1 +1 @@ -f00b63f84a96679f01041dad73b7b766 pytype-2023.3.31.tar.gz +95d6d65d7f6d01555f72741840166597 pytype-2023.4.18.tar.gz |