python-jupyter: Multiple updates (#3753)

* python-jupyter_core: Update to 4.4.0

* python-jupyter_client: Update to 5.2.3

* python-jupyter_console: Update to 5.2.0
This commit is contained in:
Peter Budai
2018-05-16 22:20:43 -07:00
committed by Алексей
parent ddaa2b6c7f
commit ab7112f7fb
3 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
_realname=jupyter_client
pkgbase=mingw-w64-python-jupyter_client
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=5.0.1
pkgver=5.2.3
pkgrel=1
pkgdesc="The reference implementation of the Jupyter protocol (mingw-w64)"
arch=('any')
@@ -12,7 +12,7 @@ license=('BSD')
makedepends=("${MINGW_PACKAGE_PREFIX}-python2-setuptools"
"${MINGW_PACKAGE_PREFIX}-python3-setuptools")
source=("${_realname}-${pkgver}.tar.gz::https://github.com/jupyter/jupyter_client/archive/${pkgver}.tar.gz")
sha256sums=('a3e1c1f3e7415ec76471996d48d982bcdb4468ec595d1e25f3ec70dfc97cdbe1')
sha256sums=('40d4dd389f34748a5fe8814240afdb24fe5672d54a794285a24288a8cfef4a10')
all_build() {
cd "${srcdir}/${_realname}-${pkgver}"

View File

@@ -3,7 +3,7 @@
_realname=jupyter_console
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=5.1.0
pkgver=5.2.0
pkgrel=1
pkgdesc="A terminal-based console frontend for Jupyter kernels. (mingw-w64)"
arch=('any')
@@ -12,7 +12,7 @@ license=('BSD')
makedepends=("${MINGW_PACKAGE_PREFIX}-python2-setuptools"
"${MINGW_PACKAGE_PREFIX}-python3-setuptools")
source=("${_realname}-${pkgver}.tar.gz::https://github.com/jupyter/jupyter_console/archive/${pkgver}.tar.gz")
sha256sums=('bee20976846123eda49ca880a84e567edd184c28a0ddcbbc0d990d2d8822e8e1')
sha256sums=('371d03aeefcf48967f2f00af4c1709f52d2a688deee33f395c6330e4e8aa171c')
all_build() {
cd "${srcdir}/${_realname}-${pkgver}"

View File

@@ -3,7 +3,7 @@
_realname=jupyter_core
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=4.3.0
pkgver=4.4.0
pkgrel=1
pkgdesc="Core common functionality of Jupyter projects. (mingw-w64)"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2-setuptools"
"${MINGW_PACKAGE_PREFIX}-python3-setuptools")
source=("${_realname}-${pkgver}.tar.gz::https://github.com/jupyter/jupyter_core/archive/${pkgver}.tar.gz")
sha256sums=('9fdca98cc6d2f2c7faac8be53d35d5cbb4891fe3822aa678b7e84a2514d135bb')
sha256sums=('a3c693cb4cd1251f887f034eba4b74e5ad1beab5baef43cc3ae9387450e72367')
all_build() {
cd "${srcdir}/${_realname}-${pkgver}"