File tree Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 6060 -bs \
6161 htgettoken.spec
6262
63- - uses : actions/upload-artifact@v3
63+ - uses : actions/upload-artifact@v4
6464 with :
6565 name : srpm-${{ matrix.distro }}-${{ matrix.version }}
6666 path : " *.src.rpm"
8484 container : ${{ matrix.distro }}:${{ matrix.version }}
8585 steps :
8686 - name : Download SRPM
87- uses : actions/download-artifact@v3
87+ uses : actions/download-artifact@v4
8888 with :
8989 name : srpm-${{ matrix.distro }}-${{ matrix.version }}
9090
@@ -135,7 +135,7 @@ jobs:
135135 rpm --query --package "${rpmf}" --requires
136136 done
137137
138- - uses : actions/upload-artifact@v3
138+ - uses : actions/upload-artifact@v4
139139 with :
140140 name : rpm-${{ matrix.distro }}-${{ matrix.version }}
141141 path : " *.rpm"
@@ -159,7 +159,7 @@ jobs:
159159 container : ${{ matrix.distro }}:${{ matrix.version }}
160160 steps :
161161 - name : Download RPMs
162- uses : actions/download-artifact@v3
162+ uses : actions/download-artifact@v4
163163 with :
164164 name : rpm-${{ matrix.distro }}-${{ matrix.version }}
165165
Original file line number Diff line number Diff line change 4949 uses : conda-incubator/setup-miniconda@v2
5050 with :
5151 activate-environment : test
52- miniforge-variant : Mambaforge
52+ miniforge-variant : Miniforge3
5353 python-version : ${{ matrix.python-version }}
5454 use-mamba : true
5555
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