diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 05:04:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 05:04:17 +0000 |
commit | c3b4e554c59aa524737732d4376caa0aa33028aa (patch) | |
tree | 14027561a988d6bd90ec91fb6a8e4db7e2cb787f | |
parent | 59aba8c78c992c3d8c24f3adba739ec8a081a4ea (diff) |
automatic import of python-ipythonopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-ipython.spec | 9 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 5 deletions
@@ -1 +1,2 @@ /ipython-8.11.0.tar.gz +/ipython-8.12.0.tar.gz diff --git a/python-ipython.spec b/python-ipython.spec index 0381ef9..ae1ab7d 100644 --- a/python-ipython.spec +++ b/python-ipython.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ipython -Version: 8.11.0 +Version: 8.12.0 Release: 1 Summary: IPython: Productive Interactive Computing License: BSD-3-Clause URL: https://ipython.org -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a7/e1/7c277c1dd0b0520bf07070c3921ff1986a2eb3db704ad91f0ac46fb42d8f/ipython-8.11.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/32/38/123155a40a0837c7627114995bf5f7a0d0b469cb903b9a27051198fad222/ipython-8.12.0.tar.gz BuildArch: noarch Requires: python3-backcall @@ -17,6 +17,7 @@ Requires: python3-prompt-toolkit Requires: python3-pygments Requires: python3-stack-data Requires: python3-traitlets +Requires: python3-typing-extensions Requires: python3-pexpect Requires: python3-appnope Requires: python3-colorama @@ -207,7 +208,7 @@ site <http://github.com/ipython>`_. %prep -%autosetup -n ipython-8.11.0 +%autosetup -n ipython-8.12.0 %build %py3_build @@ -247,5 +248,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 8.11.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 8.12.0-1 - Package Spec generated @@ -1 +1 @@ -d1601937437f4ce74bea4c8b2cde6cd6 ipython-8.11.0.tar.gz +06ab1d0a2a478d2b5138d8347f0405af ipython-8.12.0.tar.gz |