Skip to content

Commit 903344f

Browse files
authored
Merge pull request #312 from ASFHyP3/develop
Release v3.1.1
2 parents 99f4a65 + 4a54ac4 commit 903344f

12 files changed

Lines changed: 23 additions & 16 deletions

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ on:
1414
jobs:
1515
call-changelog-check-workflow:
1616
# Docs: https://github.com/ASFHyP3/actions
17-
uses: ASFHyP3/actions/.github/workflows/[email protected].1
17+
uses: ASFHyP3/actions/.github/workflows/[email protected].2

.github/workflows/create-jira-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
call-create-jira-issue-workflow:
9-
uses: ASFHyP3/actions/.github/workflows/[email protected].1
9+
uses: ASFHyP3/actions/.github/workflows/[email protected].2
1010
secrets:
1111
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
1212
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}

.github/workflows/distribute.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
call-version-info-workflow:
11-
uses: ASFHyP3/actions/.github/workflows/[email protected].1
11+
uses: ASFHyP3/actions/.github/workflows/[email protected].2
1212

1313
distribute:
1414
runs-on: ubuntu-latest
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222

23-
- uses: mamba-org/setup-micromamba@v1
23+
- uses: mamba-org/setup-micromamba@v2
2424
with:
2525
environment-file: environment.yml
2626

@@ -30,7 +30,7 @@ jobs:
3030
python -m build
3131
3232
- name: upload to PyPI.org
33-
uses: pypa/gh-action-pypi-publish@v1.9.0
33+
uses: pypa/gh-action-pypi-publish@v1.10.3
3434
with:
3535
user: __token__
3636
password: ${{ secrets.TOOLS_PYPI_PAK }}
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@v4
4848

49-
- uses: mamba-org/setup-micromamba@v1
49+
- uses: mamba-org/setup-micromamba@v2
5050
with:
5151
environment-file: environment.yml
5252

.github/workflows/labeled-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ on:
1313
jobs:
1414
call-labeled-pr-check-workflow:
1515
# Docs: https://github.com/ASFHyP3/actions
16-
uses: ASFHyP3/actions/.github/workflows/[email protected].1
16+
uses: ASFHyP3/actions/.github/workflows/[email protected].2

.github/workflows/release-checklist-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
call-release-checklist-workflow:
1212
# Docs: https://github.com/ASFHyP3/actions
13-
uses: ASFHyP3/actions/.github/workflows/[email protected].1
13+
uses: ASFHyP3/actions/.github/workflows/[email protected].2
1414
permissions:
1515
pull-requests: write
1616
secrets:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
call-release-workflow:
1010
# Docs: https://github.com/ASFHyP3/actions
11-
uses: ASFHyP3/actions/.github/workflows/[email protected].1
11+
uses: ASFHyP3/actions/.github/workflows/[email protected].2
1212
with:
1313
release_prefix: HyP3-lib
1414
secrets:

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on: push
55
jobs:
66
call-secrets-analysis-workflow:
77
# Docs: https://github.com/ASFHyP3/actions
8-
uses: ASFHyP3/actions/.github/workflows/[email protected].1
8+
uses: ASFHyP3/actions/.github/workflows/[email protected].2
99

1010
call-flake8-workflow:
1111
# Docs: https://github.com/ASFHyP3/actions
12-
uses: ASFHyP3/actions/.github/workflows/[email protected].1
12+
uses: ASFHyP3/actions/.github/workflows/[email protected].2
1313
with:
1414
local_package_names: hyp3lib

.github/workflows/tag-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
call-bump-version-workflow:
1010
# Docs: https://github.com/ASFHyP3/actions
11-
uses: ASFHyP3/actions/.github/workflows/[email protected].1
11+
uses: ASFHyP3/actions/.github/workflows/[email protected].2
1212
with:
1313
user: tools-bot
1414

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
call-pytest-workflow:
1515
# Docs: https://github.com/ASFHyP3/actions
16-
uses: ASFHyP3/actions/.github/workflows/[email protected].1
16+
uses: ASFHyP3/actions/.github/workflows/[email protected].2
1717
with:
1818
local_package_name: hyp3lib
1919
python_versions: >-

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
77
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [3.1.1]
10+
11+
### Fixed
12+
* Pin Python version to `<3.13` because the standard library [`cgi` module](https://docs.python.org/3.12/library/cgi.html) has been removed in Python 3.13. See <https://github.com/ASFHyP3/hyp3-lib/issues/300>.
13+
914
## [3.1.0]
1015

1116
### Removed

0 commit comments

Comments
 (0)