Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into switch-to-mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Apr 9, 2024
2 parents baea2ba + be1a983 commit 72b194f
Show file tree
Hide file tree
Showing 332 changed files with 1,167 additions and 513 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/branches.yml
Expand Up @@ -28,11 +28,11 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down Expand Up @@ -62,11 +62,11 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down Expand Up @@ -99,11 +99,11 @@ jobs:
- windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down Expand Up @@ -166,11 +166,11 @@ jobs:
- windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down Expand Up @@ -221,11 +221,11 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down Expand Up @@ -276,11 +276,11 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down
36 changes: 18 additions & 18 deletions .github/workflows/dev.yml
Expand Up @@ -24,11 +24,11 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down Expand Up @@ -58,11 +58,11 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down Expand Up @@ -95,11 +95,11 @@ jobs:
- windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down Expand Up @@ -163,11 +163,11 @@ jobs:
- windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down Expand Up @@ -218,11 +218,11 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down Expand Up @@ -273,11 +273,11 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down Expand Up @@ -307,11 +307,11 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down Expand Up @@ -358,17 +358,17 @@ jobs:
OUR_DOCKER_EMAIL: ${{ secrets.OUR_DOCKER_EMAIL }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone docker 📦 repository
with:
repository: PyFunceble/docker
path: ${{ env.BUILDER_CLONE_DIRNAME }}/

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down Expand Up @@ -427,7 +427,7 @@ jobs:
pacman -Syu --needed --noconfirm && \
pacman -S --needed --noconfirm git binutils pacman-contrib openssh rsync python python-setuptools jq
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- name: Publish 📦 to the AUR - if necessary
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/stable.yml
Expand Up @@ -24,11 +24,11 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down Expand Up @@ -58,11 +58,11 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down Expand Up @@ -95,11 +95,11 @@ jobs:
- windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down Expand Up @@ -159,11 +159,11 @@ jobs:
- ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down Expand Up @@ -210,17 +210,17 @@ jobs:
OUR_DOCKER_EMAIL: ${{ secrets.OUR_DOCKER_EMAIL }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone docker 📦 repository
with:
repository: PyFunceble/docker
path: ${{ env.BUILDER_CLONE_DIRNAME }}/

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
pacman -Syu --needed --noconfirm && \
pacman -S --needed --noconfirm git binutils pacman-contrib openssh rsync python python-setuptools jq
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Clone repository

- name: Publish 📦 to the AUR - if necessary
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -175,7 +175,7 @@

END OF TERMS AND CONDITIONS

Copyright 2017, 2018, 2019, 2020, 2022, 2023 Nissar Chababy
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024 Nissar Chababy

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/__init__.py
Expand Up @@ -34,7 +34,7 @@
::
Copyright 2017, 2018, 2019, 2020, 2022, 2023 Nissar Chababy
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024 Nissar Chababy
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/checker/__init__.py
Expand Up @@ -35,7 +35,7 @@
::
Copyright 2017, 2018, 2019, 2020, 2022, 2023 Nissar Chababy
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024 Nissar Chababy
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/checker/availability/__init__.py
Expand Up @@ -35,7 +35,7 @@
::
Copyright 2017, 2018, 2019, 2020, 2022, 2023 Nissar Chababy
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024 Nissar Chababy
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 72b194f

Please sign in to comment.