Click here to visit the old openkoji buildsystem (Archived)

Information for build python-papermill-2.6.0-4.fc41

ID86973
Package Namepython-papermill
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version2.6.0
Release4.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-papermill.git#2a2c7f28bf0e36f98dc9c29d01caf5792de51858
SummaryParameterize and run Jupyter and nteract Notebooks
Descriptionpapermill is a tool for parameterizing, executing, and analyzing Jupyter Notebooks. Papermill lets you: - parameterize notebooks - execute notebooks This opens up new opportunities for how notebooks can be used. For example: - Perhaps you have a financial report that you wish to run with different values on the first or last day of a month or at the beginning or end of the year, using parameters makes this task easier. - Do you want to run a notebook and depending on its results, choose a particular notebook to run next? You can now programmatically execute a workflow without having to copy and paste from notebook to notebook manually. Papermill takes an opinionated approach to notebook parameterization and execution based on our experiences using notebooks at scale in data pipelines.
Built bylichengxi
State failed
Volume DEFAULT
StartedSat, 19 Oct 2024 19:31:37 CST
CompletedSat, 19 Oct 2024 19:40:42 CST
Taskbuild (f41-build-side-1, /rpms/python-papermill.git:2a2c7f28bf0e36f98dc9c29d01caf5792de51858)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-papermill.git#2a2c7f28bf0e36f98dc9c29d01caf5792de51858'}}
Tags No tags
RPMs No RPMs
Changelog * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 14 2024 Python Maint <python-maint@redhat.com> - 2.6.0-3 - Rebuilt for Python 3.13 * Fri Apr 26 2024 Packit <hello@packit.dev> - 2.6.0-1 - Update to 2.6.0 upstream release - Resolves: rhbz#2277432 * Thu Apr 18 2024 Tomáš Hrnčiar <thrnciar@redhat.com> - 2.5.0-4 - Minimal patch for compatibility with pytest 8 * Wed Mar 13 2024 Sandro <devel@penguinpee.nl> - 2.5.0-3 - Fix Packit config * Fri Feb 23 2024 Sandro <devel@penguinpee.nl> - 2.5.0-2 - Add Packit config * Fri Feb 23 2024 Sandro <devel@penguinpee.nl> - 2.5.0-1 - Update to 2.5.0 (RHBZ#2247552) - Drop github extra (now part of all) - Apply patch fixing build * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jan 04 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 2.4.0-8 - Assert that the .dist-info directory contains a license file * Thu Nov 16 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 2.4.0-7 - Drop i686 support (leaf package) * Wed Sep 06 2023 Sandro <devel@penguinpee.nl> - 2.4.0-6 - Rebuild for RHBZ#2226274 - Builds now without changes * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Mar 24 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 2.4.0-4 - feat: upload sources (fixes rhbz#2173665) * Fri Mar 24 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 2.4.0-3 - feat: update as per review comments - spelling corrections - add extra subpkgs - generate man page in build - parallelise pytest - correct BRs * Fri Mar 24 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 2.4.0-2 - feat: ready for review * Fri Mar 24 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 2.4.0-1 - init