Fri, 10 May 2024 12:21:48 UTC | login

Information for build morphio-3.3.7-4.fc40

ID288691
Package Namemorphio
Version3.3.7
Release4.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/morphio.git#6f0d6e9c797dd55707ccf35809abef5c882cf809
SummaryA python and C++ library for reading and writing neuronal morphologies
DescriptionMorphIO is a library for reading and writing neuron morphology files. It supports the following formats: - SWC - ASC (aka. neurolucida) - H5 v1 - H5 v2 is not supported anymore It provides 3 C++ classes that are the starting point of every morphology analysis: - Soma: contains the information related to the soma. - Section: a section is the succession of points between two bifurcations. To the bare minimum the Section object will contain the section type, the position and diameter of each point. - Morphology: the morphology object contains general information about the loaded cell but also provides accessors to the different sections. One important concept is that MorphIO is split into a read-only part and a read/write one.
Built bydavidlt
State failed
Volume DEFAULT
StartedFri, 22 Mar 2024 10:54:15 UTC
CompletedFri, 22 Mar 2024 11:39:41 UTC
Taskbuild (f40, /rpms/morphio.git:6f0d6e9c797dd55707ccf35809abef5c882cf809)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/morphio.git#6f0d6e9c797dd55707ccf35809abef5c882cf809'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Dec 12 2023 Sandro <devel@penguinpee.nl> - 3.3.7-2 - Additional changes for 3.3.7 - Change license to Apache-2.0 (follow upstream) - Remove obsolete patches (merged upstream) - Amend remaining patches as required - New license is in `LICENSE.txt` - Add `AUTHORS.txt` to doc sub package * Mon Dec 11 2023 Packit <hello@packit.dev> - 3.3.7-1 - [packit] 3.3.7 upstream release - Resolves rhbz#2253995 * Fri Sep 22 2023 Sandro <devel@penguinpee.nl> - 3.3.6-6 - Include the actual patch * Fri Sep 22 2023 Sandro <devel@penguinpee.nl> - 3.3.6-5 - Rebase patch onto 3.3.6 * Fri Sep 22 2023 Sandro <devel@penguinpee.nl> - 3.3.6-4 - Make test more robust and increase verbosity * Tue Sep 19 2023 Sandro <devel@penguinpee.nl> - 3.3.6-3 - Stop building for i686 * Tue Sep 19 2023 Sandro <devel@penguinpee.nl> - 3.3.6-2 - Add Packit config * Tue Sep 19 2023 Sandro <devel@penguinpee.nl> - 3.3.6-1 - Update to 3.3.6 (RHBZ#2161602) - Use forge macros - Drop patch numbering - Refresh patches - Unbundle ghc_filesystem (gulrak-filesytem) - Untie ghc_filesystem from CMake * Tue Sep 19 2023 Sandro <devel@penguinpee.nl> - 3.3.4-1 - Update to 3.3.4 (RHBZ#2161602) - Update 0007-pytest-float32.patch * Mon Sep 04 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 3.3.3-8 - Rebuild with lexertl14-0.1.0^20230826git5bd3180 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jul 12 2023 Python Maint <python-maint@redhat.com> - 3.3.3-6 - Rebuilt for Python 3.12 * Fri Mar 10 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 3.3.3-5 - Use the catch2 v2 compat package as needed (close RHBZ#2176133) * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 3.3.3-2 - Rebuilt for Python 3.11 * Thu Mar 03 2022 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 3.3.3-1 - feat: update to 3.3.3 (fixes rhbz#2060432) * Thu Mar 03 2022 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 3.3.2-3 - feat: clean up spec * Mon Feb 28 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 3.3.2-2 - Rebuild for lexertl14 cd5a1f1 (Unicode 15) * Mon Feb 21 2022 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 3.3.2-1 - feat: update to 3.3.2 (fixes rhbz#2021598)