Update to 6.0.0rc1
This commit is contained in:
parent
55250a48f9
commit
d6ad23305c
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ ipython-0.10.tar.gz
|
|||||||
/ipython-3.1.0.tar.gz
|
/ipython-3.1.0.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
|
||||||
|
16
ipython.spec
16
ipython.spec
@ -2,8 +2,10 @@
|
|||||||
%bcond_without doc
|
%bcond_without doc
|
||||||
|
|
||||||
Name: ipython
|
Name: ipython
|
||||||
Version: 5.3.0
|
Version: 6.0.0
|
||||||
Release: 4%{?dist}
|
%global tag rc1
|
||||||
|
%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
|
||||||
@ -11,7 +13,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-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{realversion}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
@ -139,7 +141,7 @@ This package contains the documentation of %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{realversion}
|
||||||
|
|
||||||
# delete bundling libs
|
# delete bundling libs
|
||||||
pushd IPython/external
|
pushd IPython/external
|
||||||
@ -212,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-%{version}-py?.?.egg-info
|
%{python3_sitelib}/ipython-%{realversion}-py?.?.egg-info
|
||||||
|
|
||||||
%{python3_sitelib}/IPython/core/
|
%{python3_sitelib}/IPython/core/
|
||||||
%{python3_sitelib}/IPython/extensions/
|
%{python3_sitelib}/IPython/extensions/
|
||||||
@ -241,6 +243,10 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 11 2017 Miro Hrončok <mhroncok@redhat.com> - 6.0.0-0.1.rc1
|
||||||
|
- Update to 6.0.0rc1
|
||||||
|
- Drop Python 2 (unsupported)
|
||||||
|
|
||||||
* Fri Mar 17 2017 Miro Hrončok <mhroncok@redhat.com> - 5.3.0-4
|
* Fri Mar 17 2017 Miro Hrončok <mhroncok@redhat.com> - 5.3.0-4
|
||||||
- Provide ipython2/3
|
- Provide ipython2/3
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ipython-5.3.0.tar.gz) = 41706d7521cc84f36f5580dc44cd91832a60aa8a7a946d15a9ec9563649b9ae97931b9f135f1fdbaecbcb0b9b925d467edfd6eec7f8c82309872047be77b598d
|
SHA512 (ipython-6.0.0rc1.tar.gz) = 81ea6d93c7b20ae3ca526af35df6eb406b82fa531aaf289c49f0fb929167cd489b2b940adb8c1a8977ed53931b404af2a875fba9958eafaee91c2154b9fb074e
|
||||||
|
Loading…
Reference in New Issue
Block a user