Click here to visit the old openkoji buildsystem (Archived)

Information for build python-papermill-2.6.0-2.fc40

ID39439
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
Release2.fc40
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-papermill.git#1f7570191f6ea90fde51d6509b103307790a40db
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 bykojiadmin
State complete
Volume DEFAULT
StartedSun, 05 May 2024 19:24:42 CST
CompletedSun, 05 May 2024 19:46:19 CST
Taskbuild (f40, /rpms/python-papermill.git:1f7570191f6ea90fde51d6509b103307790a40db)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-papermill.git#1f7570191f6ea90fde51d6509b103307790a40db'}}
Tags
f40
RPMs
src
python-papermill-2.6.0-2.fc40.src.rpm (info) (download)
noarch
python3-papermill-2.6.0-2.fc40.noarch.rpm (info) (download)
python3-papermill+all-2.6.0-2.fc40.noarch.rpm (info) (download)
python3-papermill+azure-2.6.0-2.fc40.noarch.rpm (info) (download)
python3-papermill+black-2.6.0-2.fc40.noarch.rpm (info) (download)
python3-papermill+gcs-2.6.0-2.fc40.noarch.rpm (info) (download)
python3-papermill+github-2.6.0-2.fc40.noarch.rpm (info) (download)
python3-papermill+hdfs-2.6.0-2.fc40.noarch.rpm (info) (download)
python3-papermill+s3-2.6.0-2.fc40.noarch.rpm (info) (download)
Logs
noarch
root.log
hw_info.log
build.log
installed_pkgs.log
state.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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