diff options
author | robot-contrib <[email protected]> | 2022-05-18 00:43:36 +0300 |
---|---|---|
committer | robot-contrib <[email protected]> | 2022-05-18 00:43:36 +0300 |
commit | 9e5f436a8b2a27bcc7802e443ea3ef3e41a82a75 (patch) | |
tree | 78b522cab9f76336e62064d4d8ff7c897659b20e /contrib/python/ipython/py3/patches/02-fix-ya.make.patch | |
parent | 8113a823ffca6451bb5ff8f0334560885a939a24 (diff) |
Update contrib/python/ipython/py3 to 8.3.0
ref:e84342d4d30476f9148137f37fd0c6405fd36f55
Diffstat (limited to 'contrib/python/ipython/py3/patches/02-fix-ya.make.patch')
-rw-r--r-- | contrib/python/ipython/py3/patches/02-fix-ya.make.patch | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/contrib/python/ipython/py3/patches/02-fix-ya.make.patch b/contrib/python/ipython/py3/patches/02-fix-ya.make.patch index 75e0e9b0bba..7ae6f38152e 100644 --- a/contrib/python/ipython/py3/patches/02-fix-ya.make.patch +++ b/contrib/python/ipython/py3/patches/02-fix-ya.make.patch @@ -1,17 +1,17 @@ --- contrib/python/ipython/py3/.dist-info/METADATA (index) +++ contrib/python/ipython/py3/.dist-info/METADATA (working tree) -@@ -24,7 +24,7 @@ Classifier: Programming Language :: Python :: 3 :: Only - Classifier: Topic :: System :: Shells - Requires-Python: >=3.7 - Requires-Dist: setuptools (>=18.5) +@@ -28,7 +28,7 @@ Classifier: Programming Language :: Python :: 3 :: Only + License-File: LICENSE + Requires-Dist: backcall + Requires-Dist: decorator -Requires-Dist: jedi (>=0.16) +Requires-Dist: jedi (>=0.13) - Requires-Dist: decorator + Requires-Dist: matplotlib-inline Requires-Dist: pickleshare - Requires-Dist: traitlets (>=4.2) + Requires-Dist: prompt-toolkit (!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0) --- contrib/python/ipython/py3/ya.make (index) +++ contrib/python/ipython/py3/ya.make (working tree) -@@ -14,13 +14,28 @@ PEERDIR( +@@ -14,14 +14,29 @@ PEERDIR( contrib/python/decorator contrib/python/jedi contrib/python/matplotlib-inline @@ -19,6 +19,7 @@ contrib/python/pickleshare contrib/python/prompt-toolkit contrib/python/setuptools + contrib/python/stack-data contrib/python/traitlets ) |