Bump IPython & related modules versions (#2220)

* Update python packages

* Update matplotlib

* Bump version of IPython and related modules

* Bump version of IPython and related modules

Make sure to update checksums

* Fix python-decorator package naming
This commit is contained in:
Ryuta Suzuki
2017-02-27 16:16:27 +09:00
committed by Алексей
parent 94f73b09f9
commit 5745ccfd3c
5 changed files with 17 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
_realname=ipython
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=5.1.0
pkgver=5.3.0
pkgrel=1
pkgdesc="An enhanced Interactive Python shell (mingw-w64)"
arch=('any')
@@ -15,7 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-sqlite3"
source=("${_realname}-${pkgver}.tar.gz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz"
0001-unimplemented-readline-calls.patch)
sha256sums=('82f733341c2b9b49fb51453dcd274cd4b3b7373c0e703a95ad796dfcd1fa2d92'
sha256sums=('8c6e0be8d11b85641eb6e738975e4c91a03db08702f39c45c4ff42c6e43b8754'
'cd6dac2442a2477c28096d87cdb7f38ef46b9d3341920d9e88396288a81bfbe2')
prepare() {