Skip to content

Commit 255733d

Browse files
Prepare for 2.2 release
1 parent bf847bc commit 255733d

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

htgettoken.spec

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

66
License: 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 <[email protected]> 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 <[email protected]> 2.1-1
7981
- Fix htdecodetoken to work with token files that do not end in a newline.

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.1"
18+
version = "2.2"
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.1
3+
version = 2.2
44
author = Dave Dykstra
55
author_email = [email protected]
66
license = BSD-3-Clause

0 commit comments

Comments
 (0)