update to 7.32.0 [release 7.32.0-1mamba;Thu Mar 31 2022]
This commit is contained in:
parent
35b198f332
commit
224fc58b34
@ -1,2 +1,4 @@
|
|||||||
# python-ipython
|
# python-ipython
|
||||||
|
|
||||||
|
The IPython Notebook is an interactive computational environment, in which you can combine code execution, rich text, mathematics, plots and rich media
|
||||||
|
|
||||||
|
189
python-ipython.spec
Normal file
189
python-ipython.spec
Normal file
@ -0,0 +1,189 @@
|
|||||||
|
Name: python-ipython
|
||||||
|
Version: 7.32.0
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: An interactive computational environment for Python
|
||||||
|
Group: System/Libraries
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: https://ipython.org/notebook.html
|
||||||
|
Source: https://pypi.debian.net/ipython/ipython-%{version}.tar.gz
|
||||||
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: (python3.7dist(prompt-toolkit) < 3 or python3.7dist(prompt-toolkit) > 3)
|
||||||
|
BuildRequires: (python3.7dist(prompt-toolkit) < 3.0.1 or python3.7dist(prompt-toolkit) > 3.0.1)
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(backcall)
|
||||||
|
BuildRequires: python3.7dist(decorator)
|
||||||
|
BuildRequires: python3.7dist(jedi)
|
||||||
|
BuildRequires: python3.7dist(matplotlib-inline)
|
||||||
|
BuildRequires: python3.7dist(pexpect)
|
||||||
|
BuildRequires: python3.7dist(pickleshare)
|
||||||
|
BuildRequires: python3.7dist(prompt-toolkit)
|
||||||
|
BuildRequires: python3.7dist(pygments)
|
||||||
|
BuildRequires: python3.7dist(setuptools)
|
||||||
|
BuildRequires: python3.7dist(traitlets)
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
|
%description
|
||||||
|
The IPython Notebook is an interactive computational environment, in which you can combine code execution, rich text, mathematics, plots and rich media
|
||||||
|
|
||||||
|
%if 0%{?with_pyver}
|
||||||
|
%define py_requires_append \
|
||||||
|
Provides: ipython \
|
||||||
|
Obsoletes: ipython < 7.32.0
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n ipython-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%{__python} setup.py install \
|
||||||
|
-O1 --skip-build \
|
||||||
|
--root="%{buildroot}" \
|
||||||
|
--install-headers=%{python_inc} \
|
||||||
|
--install-lib=%{python_sitearch} \
|
||||||
|
--record=%{name}.filelist
|
||||||
|
|
||||||
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{python3_sitearch}/ipython-%{version}-py*.egg-info
|
||||||
|
%{python3_sitearch}/ipython-%{version}-py*.egg-info/*
|
||||||
|
%doc COPYING.rst
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Mar 31 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 7.32.0-1mamba
|
||||||
|
- update to 7.32.0
|
||||||
|
|
||||||
|
* Sat Feb 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 7.31.0-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
|
* Wed Jan 05 2022 Automatic Build System <autodist@mambasoft.it> 7.31.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Dec 02 2021 Automatic Build System <autodist@mambasoft.it> 7.30.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Nov 27 2021 Automatic Build System <autodist@mambasoft.it> 7.30.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Oct 30 2021 Automatic Build System <autodist@mambasoft.it> 7.29.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Sep 25 2021 Automatic Build System <autodist@mambasoft.it> 7.28.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Aug 28 2021 Automatic Build System <autodist@mambasoft.it> 7.27.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Aug 02 2021 Automatic Build System <autodist@mambasoft.it> 7.26.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jun 25 2021 Automatic Build System <autodist@mambasoft.it> 7.25.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jun 03 2021 Automatic Build System <autodist@mambasoft.it> 7.24.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri May 28 2021 Automatic Build System <autodist@mambasoft.it> 7.24.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu May 06 2021 Automatic Build System <autodist@mambasoft.it> 7.23.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat May 01 2021 Automatic Build System <autodist@mambasoft.it> 7.23.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 7.22.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Feb 27 2021 Automatic Build System <autodist@mambasoft.it> 7.21.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 7.20.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Dec 31 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 7.19.0-1mamba
|
||||||
|
- update to 7.19.0
|
||||||
|
|
||||||
|
* Mon Jun 29 2020 Automatic Build System <autodist@mambasoft.it> 7.16.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat May 30 2020 Automatic Build System <autodist@mambasoft.it> 7.15.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon May 04 2020 Automatic Build System <autodist@mambasoft.it> 7.14.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Mar 03 2020 Automatic Build System <autodist@mambasoft.it> 7.13.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Feb 03 2020 Automatic Build System <autodist@mambasoft.it> 7.12.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Jan 01 2020 Automatic Build System <autodist@mambasoft.it> 7.11.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Dec 31 2019 Automatic Build System <autodist@mambasoft.it> 7.11.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Dec 19 2019 Automatic Build System <autodist@mambasoft.it> 7.10.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Dec 02 2019 Automatic Build System <autodist@mambasoft.it> 7.10.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 7.9.0-1mamba
|
||||||
|
- update to 7.9.0
|
||||||
|
|
||||||
|
* Thu Aug 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 7.7.0-1mamba
|
||||||
|
- update to 7.7.0
|
||||||
|
|
||||||
|
* Tue Apr 30 2019 Automatic Build System <autodist@mambasoft.it> 7.5.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Feb 23 2019 Automatic Build System <autodist@mambasoft.it> 7.3.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Jan 28 2019 Automatic Build System <autodist@mambasoft.it> 7.2.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Nov 19 2018 Automatic Build System <autodist@mambasoft.it> 7.1.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Oct 01 2018 Automatic Build System <autodist@mambasoft.it> 6.5.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Apr 05 2017 Automatic Build System <autodist@mambasoft.it> 5.3.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Oct 10 2016 Automatic Build System <autodist@mambasoft.it> 5.1.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jul 16 2016 Automatic Build System <autodist@mambasoft.it> 5.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Apr 21 2016 Automatic Build System <autodist@mambasoft.it> 4.2.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Mar 06 2016 Automatic Build System <autodist@mambasoft.it> 4.1.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Feb 04 2016 Automatic Build System <autodist@mambasoft.it> 4.1.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jan 16 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.2-1mamba
|
||||||
|
- update to 4.0.2
|
||||||
|
|
||||||
|
* Tue Oct 06 2015 Automatic Build System <autodist@mambasoft.it> 4.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Sep 25 2015 Davide Madrisan <davide.madrisan@gmail.com> 3.2.2-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user