File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-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.1
3+ Version: 2.2
44Release: 1%{?dist }
55
66License: BSD-3-Clause
@@ -71,9 +71,11 @@ rm -rf $RPM_BUILD_ROOT
7171
7272
7373%changelog
74- # - Add BuildRequires python3-devel to generate correct Python metadata.
75- # - Remove explicit Requires for python dependencies, rely on Python metadata.
76- # - Always build with wheels.
74+ * Fri Mar 21 2025 Dave Dykstra <dwd@fnal.gov> 2.2-1
75+ - Add BuildRequires python3-devel to generate correct Python metadata.
76+ - Remove explicit Requires for python dependencies, rely on Python metadata.
77+ - Always build with wheels.
78+ - Remove Python root logger configuration.
7779
7880* Tue Feb 25 2025 Dave Dykstra <dwd@fnal.gov> 2.1-1
7981- Fix htdecodetoken to work with token files that do not end in a newline.
Original file line number Diff line number Diff line change 1515from __future__ import print_function
1616
1717prog = "htgettoken"
18- version = "2.1 "
18+ version = "2.2 "
1919
2020import os
2121import sys
Original file line number Diff line number Diff line change 11[metadata]
22name = htgettoken
3- version = 2.1
3+ version = 2.2
44author = Dave Dykstra
55author_email = dwd@fnal.gov
66license = BSD-3-Clause
You can’t perform that action at this time.
0 commit comments