From 35ab3d074cfa6f30b39387a50ed154199b202006 Mon Sep 17 00:00:00 2001 From: robot-contrib Date: Tue, 12 Dec 2023 09:19:22 +0300 Subject: Update contrib/python/ipython/py3 to 8.18.1 --- contrib/python/ipython/py3/.dist-info/METADATA | 4 ++-- contrib/python/ipython/py3/IPython/core/release.py | 2 +- contrib/python/ipython/py3/IPython/utils/_sysinfo.py | 2 +- contrib/python/ipython/py3/ya.make | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'contrib/python/ipython') diff --git a/contrib/python/ipython/py3/.dist-info/METADATA b/contrib/python/ipython/py3/.dist-info/METADATA index 732f97c10d4..ded1f01e884 100644 --- a/contrib/python/ipython/py3/.dist-info/METADATA +++ b/contrib/python/ipython/py3/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: ipython -Version: 8.18.0 +Version: 8.18.1 Summary: IPython: Productive Interactive Computing Home-page: https://ipython.org Author: The IPython Development Team @@ -29,7 +29,7 @@ License-File: LICENSE Requires-Dist: decorator Requires-Dist: jedi >=0.13 Requires-Dist: matplotlib-inline -Requires-Dist: prompt-toolkit !=3.0.37,<3.1.0,>=3.0.30 +Requires-Dist: prompt-toolkit <3.1.0,>=3.0.41 Requires-Dist: pygments >=2.4.0 Requires-Dist: stack-data Requires-Dist: traitlets >=5 diff --git a/contrib/python/ipython/py3/IPython/core/release.py b/contrib/python/ipython/py3/IPython/core/release.py index f79a43ab3b2..d012ec426bb 100644 --- a/contrib/python/ipython/py3/IPython/core/release.py +++ b/contrib/python/ipython/py3/IPython/core/release.py @@ -17,7 +17,7 @@ # version _version_major = 8 _version_minor = 18 -_version_patch = 0 +_version_patch = 1 _version_extra = ".dev" # _version_extra = "rc1" _version_extra = "" # Uncomment this for full releases diff --git a/contrib/python/ipython/py3/IPython/utils/_sysinfo.py b/contrib/python/ipython/py3/IPython/utils/_sysinfo.py index 35828a83e62..8cb62ae3d01 100644 --- a/contrib/python/ipython/py3/IPython/utils/_sysinfo.py +++ b/contrib/python/ipython/py3/IPython/utils/_sysinfo.py @@ -1,2 +1,2 @@ # GENERATED BY setup.py -commit = "928881c53" +commit = "49914f938" diff --git a/contrib/python/ipython/py3/ya.make b/contrib/python/ipython/py3/ya.make index debdff64195..46c7cd63c3a 100644 --- a/contrib/python/ipython/py3/ya.make +++ b/contrib/python/ipython/py3/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(8.18.0) +VERSION(8.18.1) LICENSE(BSD-3-Clause) -- cgit v1.3