Tue, 21 Jan 2025 18:25:24 UTC | login

Information for build python-papermill-2.6.0-5.fc42

ID344585
Package Namepython-papermill
Version2.6.0
Release5.fc42
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedThu, 02 Jan 2025 09:53:46 UTC
CompletedThu, 02 Jan 2025 09:53:46 UTC
Tags
f42
RPMs
src
python-papermill-2.6.0-5.fc42.src.rpm (info) (download)
noarch
python3-papermill-2.6.0-5.fc42.noarch.rpm (info) (download)
python3-papermill+all-2.6.0-5.fc42.noarch.rpm (info) (download)
python3-papermill+azure-2.6.0-5.fc42.noarch.rpm (info) (download)
python3-papermill+black-2.6.0-5.fc42.noarch.rpm (info) (download)
python3-papermill+gcs-2.6.0-5.fc42.noarch.rpm (info) (download)
python3-papermill+github-2.6.0-5.fc42.noarch.rpm (info) (download)
python3-papermill+hdfs-2.6.0-5.fc42.noarch.rpm (info) (download)
python3-papermill+s3-2.6.0-5.fc42.noarch.rpm (info) (download)
Changelog * Wed Nov 27 2024 Richard W.M. Jones <rjones@redhat.com> - 2.6.0-5 - Rebuild for libarrow 18 * 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