Wed, 29 May 2024 03:54:06 UTC | login

Information for build python-xnat-0.5.3-6.fc40

ID292730
Package Namepython-xnat
Version0.5.3
Release6.fc40
Epoch
SummaryXNAT client that exposes XNAT objects/functions as python objects/functions
Description XNAT client that exposes XNAT objects/functions as python objects/functions. The aim is to abstract as much of the REST API away as possible and make xnatpy feel like native Python code. This reduces the need for the user to know the details of the REST API. Low level functionality can still be accessed via the connection object which has get, head, put, post, delete methods for more directly calling the REST API.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 29 Feb 2024 10:29:40 UTC
CompletedThu, 29 Feb 2024 10:29:40 UTC
Tags
f40
f41
RPMs
src
python-xnat-0.5.3-6.fc40.src.rpm (info) (download)
noarch
python3-xnat-0.5.3-6.fc40.noarch.rpm (info) (download)
Changelog * Wed Feb 21 2024 Sandro <devel@penguinpee.nl> - 0.5.3-6 - Apply patch fixing import test * Tue Feb 06 2024 Sandro <devel@penguinpee.nl> - 0.5.3-5 - Patch out xnat4tests * Tue Feb 06 2024 Sandro <devel@penguinpee.nl> - 0.5.3-4 - Add Packit config * Tue Feb 06 2024 Sandro <devel@penguinpee.nl> - 0.5.3-3 - Clean up spec file - Define test dependencies manually - Drop mangling of *requirements.txt (obsolete) - Run all tests by default * Tue Feb 06 2024 Sandro <devel@penguinpee.nl> - 0.5.3-2 - Use human friendly bcond - Run import test (once that is fixed) * Tue Feb 06 2024 Sandro <devel@penguinpee.nl> - 0.5.3-1 - Update to 0.5.3 (RHBZ#2241765) * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jan 04 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.1-4 - Assert that the .dist-info directory contains a license file * Tue Sep 19 2023 Sandro <devel@penguinpee.nl> - 0.5.1-3 - Silence %forgemeta * Sun Sep 17 2023 Sandro <devel@penguinpee.nl> - 0.5.1-2 - Add man pages (thanks @ankursinha) - small change to %summary and %description * Fri Sep 15 2023 Sandro <devel@penguinpee.nl> - 0.5.1-1 - Update to 0.5.1 (RHBZ#2138814) - Use forge macros for fedora >= 40 - Migrate to SPDX license - Fix line breaks in %description * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.4.2-5 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.4.2-2 - Rebuilt for Python 3.11 * Fri May 06 2022 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 0.4.2-1 - feat: update to 0.4.2 (fixes rhbz#2056929)