From d250e7fe585097adbdb528d9a93a6475c8c6f60f Mon Sep 17 00:00:00 2001 From: Faisal Shahzad <84210709+seowings@users.noreply.github.com> Date: Mon, 23 Oct 2023 23:23:31 +0200 Subject: [PATCH 1/8] Update GitPython version to 3.1.37 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8dfce7a..52da62e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.11.1 lxml>=4.9.1 requests==2.31.0 -GitPython==3.1.32 +GitPython==3.1.37 PyGithub==1.59.1 PyYAML==6.0.1 \ No newline at end of file From 185eca1205cfc8974a42d81408dd798fca5edfd3 Mon Sep 17 00:00:00 2001 From: Faisal Shahzad <84210709+seowings@users.noreply.github.com> Date: Mon, 23 Oct 2023 23:36:18 +0200 Subject: [PATCH 2/8] documentation cleanup --- docs/core-project.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 docs/core-project.md diff --git a/docs/core-project.md b/docs/core-project.md deleted file mode 100644 index f17105f..0000000 --- a/docs/core-project.md +++ /dev/null @@ -1,3 +0,0 @@ -# Project Class - -::: staticwordpress.core.project.Project \ No newline at end of file From 70a599959eca6aa5ffb37d27bfe7a5521b5c1112 Mon Sep 17 00:00:00 2001 From: Faisal Shahzad <84210709+seowings@users.noreply.github.com> Date: Tue, 24 Oct 2023 01:41:41 +0200 Subject: [PATCH 3/8] Python 3.12 tests --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 78c3343..dccf5d2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - python-version: [3.8, 3.9, "3.10", "3.11"] + python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] runs-on: ubuntu-latest @@ -40,4 +40,4 @@ jobs: - name: Run unit tests run: python -m pytest --import-mode=append tests/ - \ No newline at end of file + From 16c2b6f955f0f7f0d02ba3bcf84820120db7a232 Mon Sep 17 00:00:00 2001 From: Faisal Shahzad <84210709+seowings@users.noreply.github.com> Date: Tue, 24 Oct 2023 01:44:08 +0200 Subject: [PATCH 4/8] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dccf5d2..e315e4c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] + python-version: [3.8, 3.9, "3.10", "3.11", "3.12.0-beta.4"] runs-on: ubuntu-latest From d71ffb7227df34c96ff860996df6d15d65a08936 Mon Sep 17 00:00:00 2001 From: Faisal Shahzad <84210709+seowings@users.noreply.github.com> Date: Tue, 24 Oct 2023 01:46:50 +0200 Subject: [PATCH 5/8] Update tests.yml --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e315e4c..494bf04 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - python-version: [3.8, 3.9, "3.10", "3.11", "3.12.0-beta.4"] + python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] runs-on: ubuntu-latest @@ -31,6 +31,7 @@ jobs: uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} + allow-prereleases: true - name: Install dependencies run: | From 9f51b2e6ee6b5a89f706731983f9be352f433f63 Mon Sep 17 00:00:00 2001 From: Faisal Shahzad <84210709+seowings@users.noreply.github.com> Date: Tue, 24 Oct 2023 01:48:35 +0200 Subject: [PATCH 6/8] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 494bf04..833654d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: run: git checkout ${{ env.BRANCH }} - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} allow-prereleases: true From 440496c405b7b5b4064bba8fb5f0f2706d6dd869 Mon Sep 17 00:00:00 2001 From: Faisal Shahzad <84210709+seowings@users.noreply.github.com> Date: Tue, 24 Oct 2023 01:52:46 +0200 Subject: [PATCH 7/8] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2278269..65bfca7 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ Python Package for Converting WordPress Installation to a Static Website. [![build_Tests](https://github.com/serpwings/static-wordpress/actions/workflows/tests.yml/badge.svg)](https://github.com/serpwings/static-wordpress/actions/workflows/tests.yml) -[![license](https://img.shields.io/pypi/l/staticwordpress.svg?style=flat-square "Project License: GPLv3+")](https://github.com/pleiszenburg/staticwordpress/blob/master/LICENSE) -[![status](https://img.shields.io/pypi/status/staticwordpress.svg?style=flat-square "Project Development Status")](https://github.com/pleiszenburg/staticwordpress/milestone/1) +[![license](https://img.shields.io/pypi/l/staticwordpress.svg?style=flat-square "Project License: GPLv3+")](https://github.com/serpwings/staticwordpress/blob/master/LICENSE) +[![status](https://img.shields.io/pypi/status/staticwordpress.svg?style=flat-square "Project Development Status")](https://github.com/serpwings/staticwordpress/milestone/1) [![pypi_version](https://img.shields.io/pypi/v/staticwordpress.svg?style=flat-square "Available on PyPi - the Python Package Index")](https://pypi.python.org/pypi/staticwordpress) [![supported_python_versions](https://img.shields.io/pypi/pyversions/staticwordpress.svg?style=flat-square "Supported Python Version")](https://pypi.python.org/pypi/staticwordpress) From 2ae2b7df5037d7a5b76bb7a37061aee141a66abc Mon Sep 17 00:00:00 2001 From: Faisal Shahzad <84210709+seowings@users.noreply.github.com> Date: Tue, 24 Oct 2023 02:01:32 +0200 Subject: [PATCH 8/8] Updated Version to 0.0.4 --- src/staticwordpress/core/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/staticwordpress/core/constants.py b/src/staticwordpress/core/constants.py index c353c38..3b869dd 100644 --- a/src/staticwordpress/core/constants.py +++ b/src/staticwordpress/core/constants.py @@ -38,7 +38,7 @@ from enum import Enum VERSION_MAJOR = 0 VERSION_MINOR = 0 -VERSION_REVISION = 3 +VERSION_REVISION = 4 VERISON = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_REVISION}" SHARE_FOLDER_PATH = Path(