]> git.pld-linux.org Git - packages/ipython3.git/commitdiff
up to 7.25.0
authorJan Palus <atler@pld-linux.org>
Mon, 5 Jul 2021 13:56:07 +0000 (15:56 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 5 Jul 2021 13:56:07 +0000 (15:56 +0200)
ipython-use-setuptools.patch
ipython3.spec

index 973b250eef3aa77fd4688b70653de32032004a17..97c4d5c5e0725858292d10352be2f3b5f7ba9b6d 100644 (file)
@@ -2,7 +2,7 @@
 +++ ipython-5.8.0/setup.py     2019-09-22 17:07:55.804397695 +0200
 @@ -169,7 +169,7 @@
             'egg_info', 'easy_install', 'upload', 'install_egg_info',
-             ))
+           }
  
 -if len(needs_setuptools.intersection(sys.argv)) > 0:
 +if True:
index a85601bed851c6d53f1c75b0eb0fa9282de3675f..a5c7ba06bdc2c05a837080a191f9d23b4492e972 100644 (file)
@@ -6,17 +6,17 @@
 Summary:       An enhanced Interactive Python shell
 Summary(pl.UTF-8):     Interaktywna powłoka języka Python
 Name:          ipython3
-Version:       5.10.0
-Release:       2
+Version:       7.25.0
+Release:       1
 License:       BSD
 Group:         Applications/Shells
 Source0:       http://archive.ipython.org/release/%{version}/ipython-%{version}.tar.gz
-# Source0-md5: eae7393ed47415709df3823422571a49
+# Source0-md5: c83047b581398490b5d83129da73aa89
 Patch0:                ipython-use-setuptools.patch
 URL:           http://ipython.org/
-BuildRequires: pydoc3 >= 1:3.3
-BuildRequires: python3-devel >= 1:3.3
-BuildRequires: python3-devel-tools >= 1:3.3
+BuildRequires: pydoc3 >= 1:3.7
+BuildRequires: python3-devel >= 1:3.7
+BuildRequires: python3-devel-tools >= 1:3.7
 BuildRequires: python3-setuptools >= 18.5
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.747
@@ -25,12 +25,7 @@ BuildRequires:       python3-decorator
 BuildRequires: python3-ipykernel
 BuildRequires: python3-nbformat
 BuildRequires: python3-nose >= 0.10.1
-%if "%{py3_ver}" >= "3.4"
 BuildRequires: python3-numpy
-%endif
-%if "%{py3_ver}" < "3.4"
-BuildRequires: python3-pathlib2
-%endif
 BuildRequires: python3-pexpect
 BuildRequires: python3-pickleshare
 BuildRequires: python3-prompt_toolkit >= 1.0.4
@@ -102,8 +97,8 @@ Pakiet ten zawiera powłokę IPython.
 Summary:       An enhanced Interactive Python shell modules
 Summary(pl.UTF-8):     Moduły interaktywnej powłoki języka Python
 Group:         Libraries/Python
-Requires:      pydoc3 >= 1:3.3
-Requires:      python3-devel-tools >= 1:3.3
+Requires:      pydoc3 >= 1:3.7
+Requires:      python3-devel-tools >= 1:3.7
 
 %description -n python3-ipython
 IPython is a free software project which tries to:
This page took 0.110705 seconds and 4 git commands to generate.