Update to 6.0.0 final
This commit is contained in:
parent
3b557d7ba1
commit
e91de27413
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ ipython-0.10.tar.gz
|
|||||||
/ipython-3.2.1.tar.gz
|
/ipython-3.2.1.tar.gz
|
||||||
/ipython-5.3.0.tar.gz
|
/ipython-5.3.0.tar.gz
|
||||||
/ipython-6.0.0rc1.tar.gz
|
/ipython-6.0.0rc1.tar.gz
|
||||||
|
/ipython-6.0.0.tar.gz
|
||||||
|
13
ipython.spec
13
ipython.spec
@ -3,9 +3,7 @@
|
|||||||
|
|
||||||
Name: ipython
|
Name: ipython
|
||||||
Version: 6.0.0
|
Version: 6.0.0
|
||||||
%global tag rc1
|
Release: 1%{?dist}
|
||||||
%global realversion %{version}%{tag}
|
|
||||||
Release: 0.1.%{tag}%{?dist}
|
|
||||||
Summary: An enhanced interactive Python shell
|
Summary: An enhanced interactive Python shell
|
||||||
|
|
||||||
# See bug #603178 for a quick overview for the choice of licenses
|
# See bug #603178 for a quick overview for the choice of licenses
|
||||||
@ -13,7 +11,7 @@ Summary: An enhanced interactive Python shell
|
|||||||
# There are some extensions released under GPLv2+
|
# There are some extensions released under GPLv2+
|
||||||
License: (BSD and MIT and Python) and GPLv2+
|
License: (BSD and MIT and Python) and GPLv2+
|
||||||
URL: http://ipython.org/
|
URL: http://ipython.org/
|
||||||
Source0: https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{realversion}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
@ -143,7 +141,7 @@ This package contains the documentation of %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{realversion}
|
%setup -q
|
||||||
|
|
||||||
# delete bundling libs
|
# delete bundling libs
|
||||||
pushd IPython/external
|
pushd IPython/external
|
||||||
@ -216,7 +214,7 @@ popd
|
|||||||
%{python3_sitelib}/IPython/testing/__pycache__/
|
%{python3_sitelib}/IPython/testing/__pycache__/
|
||||||
%{python3_sitelib}/IPython/testing/*.py*
|
%{python3_sitelib}/IPython/testing/*.py*
|
||||||
%{python3_sitelib}/IPython/testing/plugin
|
%{python3_sitelib}/IPython/testing/plugin
|
||||||
%{python3_sitelib}/ipython-%{realversion}-py?.?.egg-info
|
%{python3_sitelib}/ipython-%{version}-py?.?.egg-info
|
||||||
|
|
||||||
%{python3_sitelib}/IPython/core/
|
%{python3_sitelib}/IPython/core/
|
||||||
%{python3_sitelib}/IPython/extensions/
|
%{python3_sitelib}/IPython/extensions/
|
||||||
@ -245,6 +243,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 21 2017 Miro Hrončok <mhroncok@redhat.com> - 6.0.0-1
|
||||||
|
- Update to 6.0.0 final
|
||||||
|
|
||||||
* Tue Apr 11 2017 Miro Hrončok <mhroncok@redhat.com> - 6.0.0-0.1.rc1
|
* Tue Apr 11 2017 Miro Hrončok <mhroncok@redhat.com> - 6.0.0-0.1.rc1
|
||||||
- Update to 6.0.0rc1
|
- Update to 6.0.0rc1
|
||||||
- Drop Python 2 (unsupported)
|
- Drop Python 2 (unsupported)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ipython-6.0.0rc1.tar.gz) = 81ea6d93c7b20ae3ca526af35df6eb406b82fa531aaf289c49f0fb929167cd489b2b940adb8c1a8977ed53931b404af2a875fba9958eafaee91c2154b9fb074e
|
SHA512 (ipython-6.0.0.tar.gz) = 73322e43214cea3598eaf40c89401ee94163c6ceb321792de768d436fb04bab9439216ddb2c383f58910de124a5af9daf75f44f66cd2dfac9ae2d557a493ed82
|
||||||
|
Loading…
Reference in New Issue
Block a user