[arch-commits] Commit in python-jupyterlab_server/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Apr 20 06:44:50 UTC 2022


    Date: Wednesday, April 20, 2022 @ 06:44:49
  Author: arojas
Revision: 1187112

Update to 2.13.0

Modified:
  python-jupyterlab_server/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-20 06:21:31 UTC (rev 1187111)
+++ PKGBUILD	2022-04-20 06:44:49 UTC (rev 1187112)
@@ -3,7 +3,7 @@
 
 _pipname=jupyterlab_server
 pkgname=python-$_pipname
-pkgver=2.12.0
+pkgver=2.13.0
 pkgrel=1
 pkgdesc='Launch an application built using JupyterLab'
 arch=(any)
@@ -11,11 +11,12 @@
 license=(custom)
 depends=(jupyter-server python-requests python-json5 python-babel)
 makedepends=(python-build python-installer)
-checkdepends=(python-pytest-tornasync python-pytest-cov python-openapi-core python-strict-rfc3339 python-ruamel-yaml python-parse python-pip)
+checkdepends=(python-pytest-tornasync python-pytest-cov python-pytest-timeout
+              python-openapi-core python-strict-rfc3339 python-ruamel-yaml python-parse python-pip)
 conflicts=(jupyterlab_server)
 replaces=(jupyterlab_server)
 source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('00e0f4b4c399f55938323ea10cf92d915288fe12753e35d1069f6ca08b72abbf')
+sha256sums=('2040298a133458aa22f287a877d6bb91ff973f6298d562264f9f7b75e92a5ace')
 
 build() {
   cd $_pipname-$pkgver
@@ -24,7 +25,7 @@
 
 check() {
   cd $_pipname-$pkgver
-  pytest -v -k 'not test_translation_api.py'
+  pytest -v -k 'not test_translation_api.py' -W ignore::pytest.PytestAssertRewriteWarning -W ignore::DeprecationWarning
 }
 
 package() {



More information about the arch-commits mailing list