diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-10 05:30:30 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 05:30:30 +0000 |
commit | 5b7af68304de49b658bc1cfebd9b158fa837c997 (patch) | |
tree | af57b8baa4a93284402681473695e2c4888fabbc | |
parent | 3cb5117d9d09915bf53201ba19bf7b979d8b8709 (diff) |
automatic import of python-spyder
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-spyder.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /spyder-5.4.2.tar.gz +/spyder-5.4.3.tar.gz diff --git a/python-spyder.spec b/python-spyder.spec index c5bce83..ec00a5b 100644 --- a/python-spyder.spec +++ b/python-spyder.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-spyder -Version: 5.4.2 +Version: 5.4.3 Release: 1 Summary: The Scientific Python Development Environment License: MIT URL: https://www.spyder-ide.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d7/33/02d542b6925bfc1a1d46ceafd82d375206242a5af067abcd516fd7556bdf/spyder-5.4.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/87/97/eb2f56f11b8415fa14f1caf88a72f680f18976e13ba7a0191af98eb37eee/spyder-5.4.3.tar.gz BuildArch: noarch Requires: python3-atomicwrites @@ -86,7 +86,7 @@ Provides: python3-spyder-doc ## How Spyder looks %prep -%autosetup -n spyder-5.4.2 +%autosetup -n spyder-5.4.3 %build %py3_build @@ -126,5 +126,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 5.4.2-1 +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 5.4.3-1 - Package Spec generated @@ -1 +1 @@ -ce7840ca0d0d7b398749d0346c119857 spyder-5.4.2.tar.gz +7068be0e3f71c5538c2e5afe653a0c1d spyder-5.4.3.tar.gz |