Skip to content

Commit

Permalink
[changelog] Release v4.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Aug 18, 2024
1 parent dfa4e82 commit c046982
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 40 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/autofix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ jobs:
rm ./pyproject.toml
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/uv.txt
- name: Install gha-utils
run: |
uv --no-progress venv --system
uv --no-progress pip install \
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/gha-utils.txt
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/gha-utils.txt
- name: Project metadata
id: project-metadata
env:
Expand Down Expand Up @@ -143,12 +143,12 @@ jobs:
requirements/*.txt
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/uv.txt
- name: Install Ruff, blacken-docs and autopep8
run: |
uv --no-progress venv --system
uv --no-progress pip install \
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/format-python.txt
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/format-python.txt
- name: Run autopep8
if: needs.project-metadata.outputs.python_files
# Ruff is not wrapping comments: https:/astral-sh/ruff/issues/7414
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
requirements/*.txt
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/uv.txt
- name: Sync uv.lock
run: |
uv --no-progress sync --upgrade
Expand Down Expand Up @@ -340,12 +340,12 @@ jobs:
rm ./pyproject.toml
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/uv.txt
- name: Install mdformat
run: |
uv --no-progress venv --system
uv --no-progress pip install \
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/mdformat.txt
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/mdformat.txt
- name: Install shfmt
run: |
sudo apt install --yes shfmt
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
requirements/*.txt
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/uv.txt
- name: Install bump-my-version
run: |
uv --no-progress venv --system
uv --no-progress pip install \
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/changelog.txt
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/changelog.txt
- name: ${{ matrix.part }} version bump
# TODO: get configuration URL once https:/callowayproject/bump-my-version/issues/148 is addressed,
# so we can factorize projects' pyproject.toml files to kdeldycke/workflow/pyproject.toml .
Expand Down Expand Up @@ -122,12 +122,12 @@ jobs:
requirements/*.txt
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/uv.txt
- name: Install bump-my-version and gha-utils
run: |
uv --no-progress venv --system
uv --no-progress pip install \
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/changelog.txt
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/changelog.txt
- name: Extract version
id: get_version
run: >
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ jobs:
requirements/*.txt
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/uv.txt
- name: Install gha-utils
run: |
uv --no-progress venv --system
uv --no-progress pip install \
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/gha-utils.txt
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/gha-utils.txt
- name: Generate .mailmap
run: |
uv --no-progress run --frozen -- gha-utils --verbosity DEBUG mailmap-sync --skip-if-missing ./.mailmap
Expand Down Expand Up @@ -188,12 +188,12 @@ jobs:
rm ./pyproject.toml
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/uv.txt
- name: Install gha-utils
run: |
uv --no-progress venv --system
uv --no-progress pip install \
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/gha-utils.txt
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/gha-utils.txt
- name: Project metadata
id: project-metadata
env:
Expand All @@ -219,12 +219,12 @@ jobs:
requirements/*.txt
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/uv.txt
- name: Install pipdeptree
run: |
uv --no-progress venv --system
uv --no-progress pip install \
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/pipdeptree.txt
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/pipdeptree.txt
- name: Install project
run: |
uv --no-progress pip install .
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
requirements/*.txt
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/uv.txt
- name: Install project dependencies
run: |
uv --no-progress venv --system
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:
requirements/*.txt
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/uv.txt
- name: Install project dependencies
run: |
uv --no-progress venv --system
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeller-content-based.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Download default rules
run: >
curl -fsSL --output ./.github/labeller-content-based.yaml
https://raw.githubusercontent.com/kdeldycke/workflows/main/.github/labeller-content-based.yaml
https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/.github/labeller-content-based.yaml
- name: Extend default rules
if: inputs.extra-rules
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeller-file-based.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Download default rules
run: >
curl -fsSL --output ./.github/labeller-file-based.yaml
https://raw.githubusercontent.com/kdeldycke/workflows/main/.github/labeller-file-based.yaml
https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/.github/labeller-file-based.yaml
- name: Extend default rules
if: inputs.extra-rules
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
with:
skip_delete: true
from: |
https://raw.githubusercontent.com/kdeldycke/workflows/main/.github/labels.yaml
https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/.github/labels.yaml
${{ inputs.extra-label-files }}
${{ ( startsWith(github.event.repository.name, 'awesome-')
&& github.event.repository.name != 'awesome-template' &&
'https://raw.githubusercontent.com/kdeldycke/workflows/main/.github/labels-awesome.yaml' ) || '' }}
'https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/.github/labels-awesome.yaml' ) || '' }}
12 changes: 6 additions & 6 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ jobs:
rm ./pyproject.toml
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/uv.txt
- name: Install gha-utils
run: |
uv --no-progress venv --system
uv --no-progress pip install \
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/gha-utils.txt
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/gha-utils.txt
- name: Project metadata
id: project-metadata
env:
Expand All @@ -99,12 +99,12 @@ jobs:
requirements/*.txt
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/uv.txt
- name: Install Mypy
run: |
uv --no-progress venv --system
uv --no-progress pip install \
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/mypy.txt
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/mypy.txt
- name: Install package from all requirement files
run: |
uv --no-progress pip install --all-extras ${{ needs.project-metadata.outputs.uv_requirement_params }}
Expand Down Expand Up @@ -158,12 +158,12 @@ jobs:
rm ./pyproject.toml
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/uv.txt
- name: Install yamllint
run: |
uv --no-progress venv --system
uv --no-progress pip install \
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/yamllint.txt
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/yamllint.txt
- name: Run yamllint
run: >
uv --no-progress run --frozen --
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
requirements/*.txt
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/uv.txt
- name: Install gha-utils
run: |
uv --no-progress venv --system
uv --no-progress pip install \
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/gha-utils.txt
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/gha-utils.txt
- name: Project metadata
id: project-metadata
env:
Expand Down Expand Up @@ -93,12 +93,12 @@ jobs:
requirements/*.txt
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/uv.txt
- name: Install build dependencies
run: |
uv --no-progress venv --system
uv --no-progress pip install \
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/build.txt
--requirement https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/build.txt
- name: Build package
run: |
uv --no-progress run --frozen -- python -m build
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
requirements/*.txt
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/uv.txt
- name: Install Nuitka
# XXX We cannot break the long "pip install" line below with a class "\" because it will not be able to run on
# Windows' shell:
Expand All @@ -146,7 +146,7 @@ jobs:
# yamllint disable rule:line-length
run: |
uv --no-progress venv --system
uv --no-progress pip install --requirement https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/nuitka.txt
uv --no-progress pip install --requirement https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/nuitka.txt
# yamllint enable
- name: Nuitka + compilers versions
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install uv
run: |
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5/requirements/uv.txt
- name: Install project
run: |
uv --no-progress venv --system
Expand Down
5 changes: 1 addition & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Changelog

## [4.4.5 (unreleased)](https:/kdeldycke/workflows/compare/v4.4.4...main)

> \[!IMPORTANT\]
> This version is not released yet and is under active development.
## [4.4.5 (2024-08-18)](https:/kdeldycke/workflows/compare/v4.4.4...v4.4.5)

- Bump `gha-utils` CLI.

Expand Down

0 comments on commit c046982

Please sign in to comment.