public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-trx-python] f44: Update to 0.5.0 (close RHBZ#2528532)
@ 2026-09-20 6:45 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-20 6:45 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-trx-python
Branch : f44
Commit : 1e84b22b528db639df97a711e7f8ee15705c7b3d
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-14T11:38:37+01:00
Stats : +14/-5 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/python-trx-python/c/1e84b22b528db639df97a711e7f8ee15705c7b3d?branch=f44
Log:
Update to 0.5.0 (close RHBZ#2528532)
---
diff --git a/python-trx-python.spec b/python-trx-python.spec
index 15f3b11..d1b23c6 100644
--- a/python-trx-python.spec
+++ b/python-trx-python.spec
@@ -1,5 +1,9 @@
+# The “utils” extra enables more functionality, but at least python3dist(dipy)
+# and python3dist(fury) are not currently packaged.
+%bcond utils_extra 0
+
Name: python-trx-python
-Version: 0.4.0
+Version: 0.5.0
Release: %{autorelease}
Summary: Community-oriented file format for tractography
@@ -26,11 +30,11 @@ BuildArch: noarch
BuildSystem: pyproject
BuildOption(generate_buildrequires): --extras=test
+%if %{with utils_extra}
+BuildOption(generate_buildrequires): --extras=utils
+%endif
BuildOption(install): --assert-license trx
-# This would enable more tests, but it was orphaned and retired.
-# BuildRequires: %%{py3_dist dipy}
-
%global common_description %{expand:
This is a Python implementation of the trx file-format for tractography data.
@@ -46,6 +50,11 @@ Summary: %{summary}
%description -n python3-trx-python %{common_description}
+%if %{with utils_extra}
+%pyproject_extras_subpkg -n python3-trx-python utils
+%endif
+
+
%prep -a
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters
%pyproject_patch_dependency pytest-cov:ignore
diff --git a/sources b/sources
index cc664b8..da1ee9e 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-SHA512 (trx-python-0.4.0.tar.gz) = 5da1234c8afc81263d5aa93513e4918e192716040b963a55b5103ae654eb20986f89f100ee02da94e03d9d8a218b8103006a258f5c88e522b88ae45af09ac9f9
+SHA512 (trx-python-0.5.0.tar.gz) = 6d39ce90a19fa10889820944360146f11fa34315addd0c5fa231444d2dfc72ef87ad0f90a71aa9d2928680be6f3ff0abd87c0e3e229ebd5075435122706ecb4e
SHA512 (DSI.zip) = 1840690cbd2d14b04a0e2f052c30b07c31b9bdd8e3c0eeeb2a99de256dc4e0f976565b2195a2b9b08f0b33d72c837499a794b2acbf7f22652a7cf1c9817cfddf
SHA512 (memmap_test_data.zip) = b67c8695b59e9c97589c3dafc5ef077ce3813a08fa9f52ed510ddfdcb02b399352b0e3d3ced92f14434c7224fe85a06feeea53c1230e16f578a5262fcaff5d84
SHA512 (trx_from_scratch.zip) = bf5ee26defad73003f689296c27ff31f04169e6044de85ab6588b20c5d110a302fa07b7d0b3b69221878d43ff776a8a45735b7d968ce050fd8e0a978f55a39df
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-20 6:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-20 6:45 [rpms/python-trx-python] f44: Update to 0.5.0 (close RHBZ#2528532) Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox