Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
python-papermill


Commits:
610e74e5 by Jakub Klinkovský at 2025-12-24T20:39:14+01:00
upgpkg: 2.6.0-3: Rebuild for Python 3.14

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
 pkgbase = python-papermill
        pkgdesc = Parametrize and run Jupyter and nteract Notebooks
        pkgver = 2.6.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/nteract/papermill
        arch = any
        license = BSD-3-Clause
        checkdepends = python-boto3
        checkdepends = python-moto
        checkdepends = python-pytest
+       checkdepends = python-ipykernel
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-setuptools-scm


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 _pkgname=papermill
 pkgname="python-${_pkgname}"
 pkgver=2.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Parametrize and run Jupyter and nteract Notebooks"
 arch=('any')
 url="https://github.com/nteract/papermill";
@@ -20,6 +20,7 @@ checkdepends=(
   python-boto3
   python-moto
   python-pytest
+  python-ipykernel
 )
 depends=(
   python
@@ -53,6 +54,9 @@ check() {
     --deselect papermill/tests/test_gcs.py::GCSTest::test_gcs_handle_exception
     --deselect papermill/tests/test_gcs.py::GCSTest::test_gcs_retry
     --deselect 
papermill/tests/test_gcs.py::GCSTest::test_gcs_retry_older_exception
+    # probably failing due to changes in output formatting
+    --deselect papermill/tests/test_execute.py::TestBrokenNotebook2::test
+    --deselect 
papermill/tests/test_execute.py::TestOutputFormatting::test_output_formatting
     -vv
   )
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-papermill/-/commit/610e74e5b4e401e79bdc5deea886c06f67a97b7f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-papermill/-/commit/610e74e5b4e401e79bdc5deea886c06f67a97b7f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to