File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11Summary: Get OIDC bearer tokens by interacting with Hashicorp vault
22Name: htgettoken
3- Version: 2.2
4- Release: 2 %{?dist }
3+ Version: 2.3
4+ Release: 1 %{?dist }
55
66License: BSD-3-Clause
77URL: https://github.com/fermitools/htgettoken
@@ -74,6 +74,10 @@ rm -rf $RPM_BUILD_ROOT
7474
7575
7676%changelog
77+ * Fri Jun 20 2025 Dave Dykstra <dwd@fnal.gov> 2.3-1
78+ - Add "-s" and "-f" options to htdecodetoken and default it to "-s" when
79+ stdout is not a TTY.
80+
7781* Thu May 8 2025 Dave Dykstra <dwd@fnal.gov> 2.2-2
7882- Add "-I" to the shebang on /usr/bin/htgettoken to ignore PYTHONPATH
7983 and user libraries.
Original file line number Diff line number Diff line change 1515from __future__ import print_function
1616
1717prog = "htgettoken"
18- version = "2.2 "
18+ version = "2.3 "
1919
2020import os
2121import sys
Original file line number Diff line number Diff line change 11[metadata]
22name = htgettoken
3- version = 2.2
3+ version = 2.3
44author = Dave Dykstra
55author_email = dwd@fnal.gov
66license = BSD-3-Clause
You can’t perform that action at this time.
0 commit comments