public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-brukerapi] rawhide: Update to 0.3.0 (close RHBZ#2506545)
@ 2026-07-23 21:23 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-23 21:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-brukerapi
Branch : rawhide
Commit : 663722227ba2813a14c6f24fede38ee742fa00a9
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-07-23T22:20:05+01:00
Stats : +15/-18 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/python-brukerapi/c/663722227ba2813a14c6f24fede38ee742fa00a9?branch=rawhide
Log:
Update to 0.3.0 (close RHBZ#2506545)
---
diff --git a/bruker-filter.1 b/bruker-filter.1
index 5e1ad0f..38b6521 100644
--- a/bruker-filter.1
+++ b/bruker-filter.1
@@ -1,4 +1,4 @@
-.TH BRUKER\-FILTER "1" "August 2023" "" "User Commands"
+.TH BRUKER\-FILTER "1" "July 2026" "" "User Commands"
.SH NAME
.B bruker\-filter
\(en get files based on query
@@ -13,10 +13,10 @@
.B \-h\fR, \fB\-\-help
Show a help message and exit
.TP
-.B \-i\ \fIINPUT\fR, \fB\-\-input\ \fIINPUT
+.B \-i\fR, \fB\-\-input\ \fIINPUT
Path to a folder containing Bruker data
.TP
-.B \-q\ \fIQUERY\fR, \fB\-\-query\ \fIQUERY
+.B \-q\fR, \fB\-\-query\ \fIQUERY
Filter query
.SH "SEE\ ALSO"
.BR bruker (1)
diff --git a/bruker-report.1 b/bruker-report.1
index d9b0661..3999413 100644
--- a/bruker-report.1
+++ b/bruker-report.1
@@ -1,4 +1,4 @@
-.TH BRUKER\-REPORT "1" "February 2026" "" "User Commands"
+.TH BRUKER\-REPORT "1" "July 2026" "" "User Commands"
.SH NAME
.B bruker\-report
\(en export properties of data sets to json, or yaml file
@@ -16,16 +16,16 @@
.B \-h\fR, \fB\-\-help
Show a help message and exit
.TP
-.B \-i\ \fIINPUT\fR, \fB\-\-input\ \fIINPUT
+.B \-i\fR, \fB\-\-input\ \fIINPUT
Path to a folder containing Bruker data
.TP
-.B \-o\ \fIOUTPUT\fR, \fB\-\-output\ \fIOUTPUT
+.B \-o\fR, \fB\-\-output\ \fIOUTPUT
Path to a folder containing Bruker data
.TP
-.B \-f\ \fR{\fBjson\fR,\fByml\fR}, \fB\-\-format\ \fR{\fBjson\fR,\fByml\fR}
+.B \-f\fR, \fB\-\-format\ \fR{\fBjson\fR,\fByml\fR}
Format of report files
.TP
-.B \-p\ \fIPROPS\fR\ [\fIPROPS\fR\ ...], \fB\-\-props\ \\fIPROPS\fR\ [\fIPROPS\fR\ ...],
+.B \-p\fR, \fB\-\-props\ \\fIPROPS\fR\ [\fIPROPS\fR\ ...],
List of properties to include
.TP
.B \-v\fR, \fB\-\-verbose
diff --git a/bruker-split.1 b/bruker-split.1
index e343634..17cb3cc 100644
--- a/bruker-split.1
+++ b/bruker-split.1
@@ -1,4 +1,4 @@
-.TH BRUKER\-SPLIT "1" "August 2023" "" "User Commands"
+.TH BRUKER\-SPLIT "1" "July 2026" "" "User Commands"
.SH NAME
.B bruker\-split
\(en split dataset into several sub-datasets
@@ -15,16 +15,16 @@
.B \-h\fR, \fB\-\-help
Show a help message and exit
.TP
-.B \-i\ \fIPATH_IN\fR, \fB\-\-input\ \fIPATH_IN
+.B \-i\fR, \fB\-\-input\ \fIPATH_IN
Bruker 2dseq data set
.TP
-.B \-o\ \fIPATH_OUT\fR, \fB\-\-output\ \fIPATH_OUT
+.B \-o\fR, \fB\-\-output\ \fIPATH_OUT
Folder to save split data sets
.TP
.B \-s\fR, \fB\-\-slice_package
Split by slice package
.TP
-.B \-f\ \fIFRAME_GROUP\fR, \fB\-\-frame_group\ \fIFRAME_GROUP
+.B \-f\fR, \fB\-\-frame_group\ \fIFRAME_GROUP
Split by frame group
.SH "SEE\ ALSO"
.BR bruker (1)
diff --git a/python-brukerapi.spec b/python-brukerapi.spec
index aa97a2e..459f508 100644
--- a/python-brukerapi.spec
+++ b/python-brukerapi.spec
@@ -1,5 +1,5 @@
Name: python-brukerapi
-Version: 0.2.6
+Version: 0.3.0
Release: %autorelease
Summary: Python package providing I/O interface for Bruker data sets
@@ -9,10 +9,7 @@ URL: https://github.com/isi-nmr/brukerapi-python
Source0: %{url}/archive/v%{version}/brukerapi-python-%{version}.tar.gz
# Man pages hand-written for Fedora in groff_man(7) format based on --help
-# output; see:
-#
-# Interest in man pages?
-# https://github.com/isi-nmr/brukerapi-python/issues/19
+# output; see https://github.com/isi-nmr/brukerapi-python/issues/19, declined.
Source10: bruker.1
Source11: bruker-filter.1
Source12: bruker-report.1
diff --git a/sources b/sources
index 4c09ecd..6f4da45 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (brukerapi-python-0.2.6.tar.gz) = c20e7bb0ad9de65119b4e851c78704aec9e4cc1e60b4f432f920437145ac9f3d53f33f5b0a6ad3f4b4429c3c78454c215f7becde4d52fe9f999fb2fd11088237
+SHA512 (brukerapi-python-0.3.0.tar.gz) = 77e70cfa0ef6e151adb6ff524d63154dbd9b11ea4a55838a265c1994da5dad2a5af952cc4cfadcc32257434521fadd1ad62341336c1a26c50a130112d9ffdf15
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-23 21:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-23 21:23 [rpms/python-brukerapi] rawhide: Update to 0.3.0 (close RHBZ#2506545) 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