diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-transcrypt.spec | 10 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 6 deletions
@@ -1 +1,2 @@ /Transcrypt-3.9.0.linux-x86_64.tar.gz +/Transcrypt-3.9.1.linux-x86_64.tar.gz diff --git a/python-transcrypt.spec b/python-transcrypt.spec index b9eca46..1804dbe 100644 --- a/python-transcrypt.spec +++ b/python-transcrypt.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-Transcrypt -Version: 3.9.0 +Version: 3.9.1 Release: 1 Summary: Python to JavaScript transpiler, supporting multiple inheritance and generating lean, highly readable code License: Apache 2.0 -URL: http://www.transcrypt.org -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8f/24/662487f8a883722b9bbef01260a19fb6be3b65ecb1fd558c5267a4c6cb07/Transcrypt-3.9.0.linux-x86_64.tar.gz +URL: https://www.transcrypt.org +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/af/fc/ea9a37fd8082f1f5d8c37691f54216a7b3049a49920b5855138adbd80600/Transcrypt-3.9.1.linux-x86_64.tar.gz BuildArch: noarch Requires: python3-mypy @@ -62,7 +62,7 @@ Provides: python3-Transcrypt-doc - Pip-install and go! %prep -%autosetup -n Transcrypt-3.9.0 +%autosetup -n Transcrypt-3.9.1 %build %py3_build @@ -102,5 +102,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 3.9.0-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 3.9.1-1 - Package Spec generated @@ -1 +1 @@ -8f4fb6387c6c848b13a7eb2d4c7b1e02 Transcrypt-3.9.0.linux-x86_64.tar.gz +9c620babb2ec53732c4cf15d9db0cfc3 Transcrypt-3.9.1.linux-x86_64.tar.gz |
