Information for build conda-build-3.28.4-3.fc41

ID63161
Package Nameconda-build
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version3.28.4
Release3.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/conda-build.git#7c611a0a70bfe321806cf313852075f8bda1c47b
SummaryCommands and tools for building conda packages
DescriptionYou can easily build your own packages for conda, and upload them to anaconda.org, a free service for hosting packages for conda, as well as other package managers. To build a package, create a recipe. See http://github.com/conda/conda-recipes for many example recipes, and http://conda.pydata.org/docs/build.html for documentation on how to build recipes. To upload to anaconda.org, create an account. Then, install the anaconda-client and login $ conda install anaconda-client $ anaconda login Then, after you build your recipe $ conda build <recipe-dir> you will be prompted to upload to anaconda.org. To add your anaconda.org channel, or the channel of others to conda so that conda install will find and install their packages, run $ conda config --add channels https://conda.anaconda.org/username (replacing username with the user name of the person whose channel you want to add).
Built bykojiadmin
State failed
Volume DEFAULT
StartedThu, 05 Sep 2024 08:28:27 CST
CompletedThu, 05 Sep 2024 08:37:50 CST
Taskbuild (rawhide, /rpms/conda-build.git:7c611a0a70bfe321806cf313852075f8bda1c47b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/conda-build.git#7c611a0a70bfe321806cf313852075f8bda1c47b'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jun 29 2024 Python Maint <python-maint@redhat.com> - 3.28.4-2 - Rebuilt for Python 3.13 * Tue Jan 30 2024 Orion Poplawski <orion@nwra.com> - 3.28.4-1 - Update to 3.28.4; Skip more failing tests * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Dec 06 2023 Orion Poplawski <orion@nwra.com> - 3.28.0-2 - Exclude tests/test_api_render.py::test_noarch_with_no_platform_deps which is failing in koji * Tue Dec 05 2023 Orion Poplawski <orion@nwra.com> - 3.28.0-1 - Initial import