File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
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.0
4- Release: 2 %{?dist }
3+ Version: 2.1
4+ Release: 1 %{?dist }
55
66License: BSD-3-Clause
77URL: https://github.com/fermitools/htgettoken
@@ -80,8 +80,9 @@ rm -rf $RPM_BUILD_ROOT
8080
8181
8282%changelog
83- # - Fix htdecodetoken to work with token files that do not end in a newline.
84- # - Support args in htgettoken.main() Python entry point.
83+ * Tue Feb 25 2025 Dave Dykstra <dwd@fnal.gov> 2.1-1
84+ - Fix htdecodetoken to work with token files that do not end in a newline.
85+ - Support args in htgettoken.main() Python entry point.
8586
8687* Thu Jul 25 2024 Dave Dykstra <dwd@fnal.gov> 2.0-2
8788- Fix broken httokendecode symlink.
Original file line number Diff line number Diff line change 1515from __future__ import print_function
1616
1717prog = "htgettoken"
18- version = "2.0 "
18+ version = "2.1 "
1919
2020import os
2121import sys
Original file line number Diff line number Diff line change 11[metadata]
22name = htgettoken
3- version = 2.0
3+ version = 2.1
44author = Dave Dykstra
55author_email = dwd@fnal.gov
66license = BSD-3-Clause
You can’t perform that action at this time.
0 commit comments