[arch-commits] Commit in python-jupyter_client/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Dec 14 10:56:53 UTC 2021
Date: Tuesday, December 14, 2021 @ 10:56:53
Author: arojas
Revision: 1072732
Update dependency name
Modified:
python-jupyter_client/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-14 10:48:03 UTC (rev 1072731)
+++ PKGBUILD 2021-12-14 10:56:53 UTC (rev 1072732)
@@ -2,13 +2,13 @@
pkgname=python-jupyter_client
pkgver=7.1.0
-pkgrel=4
+pkgrel=5
pkgdesc="Jupyter protocol implementation and client libraries"
arch=('any')
url="https://pypi.python.org/pypi/jupyter_client"
license=('BSD')
depends=('python-ipykernel' 'python-traitlets' 'python-pyzmq'
- 'python-jupyter_core' 'python-dateutil' 'python-entrypoints' 'python-nest_asyncio')
+ 'python-jupyter_core' 'python-dateutil' 'python-entrypoints' 'python-nest-asyncio')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-async_generator')
#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz")
More information about the arch-commits
mailing list