diff options
-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 |