Skip to content

Commit f02eda7

Browse files
authored
Merge pull request #133 from DrDaveD/prepare-2.3
Prepare for 2.3 release
2 parents 810f81f + 6a87b7b commit f02eda7

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

htgettoken.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Get OIDC bearer tokens by interacting with Hashicorp vault
22
Name: htgettoken
3-
Version: 2.2
4-
Release: 2%{?dist}
3+
Version: 2.3
4+
Release: 1%{?dist}
55

66
License: BSD-3-Clause
77
URL: 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.

htgettoken/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from __future__ import print_function
1616

1717
prog = "htgettoken"
18-
version = "2.2"
18+
version = "2.3"
1919

2020
import os
2121
import sys

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = htgettoken
3-
version = 2.2
3+
version = 2.3
44
author = Dave Dykstra
55
author_email = dwd@fnal.gov
66
license = BSD-3-Clause

0 commit comments

Comments
 (0)