[packages/ipython3] up to 7.25.0
atler
atler at pld-linux.org
Mon Jul 5 15:56:30 CEST 2021
commit 973a45868ea26fd99608e13fed0018c09b0b1135
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Jul 5 15:56:07 2021 +0200
up to 7.25.0
ipython-use-setuptools.patch | 2 +-
ipython3.spec | 21 ++++++++-------------
2 files changed, 9 insertions(+), 14 deletions(-)
---
diff --git a/ipython3.spec b/ipython3.spec
index a85601b..a5c7ba0 100644
--- a/ipython3.spec
+++ b/ipython3.spec
@@ -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:
diff --git a/ipython-use-setuptools.patch b/ipython-use-setuptools.patch
index 973b250..97c4d5c 100644
--- a/ipython-use-setuptools.patch
+++ b/ipython-use-setuptools.patch
@@ -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:
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ipython3.git/commitdiff/973a45868ea26fd99608e13fed0018c09b0b1135
More information about the pld-cvs-commit
mailing list