From 64a3d0fc5b57af8965a86833bc3b8ad2180b444d Mon Sep 17 00:00:00 2001 From: Russell Stoneback Date: Mon, 22 Jan 2024 17:00:10 -0600 Subject: [PATCH 1/7] TST: Updated readthedocs version per dependabot --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 3122d86e..59c6e172 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,7 +4,7 @@ numpydoc ipython pandas pysat -readthedocs-sphinx-search==0.1.1 +readthedocs-sphinx-search==0.3.2 scipy sphinx_rtd_theme==1.0.0 sphinx==4.2.0 From 40ed944c5dbaf7f0b93ac90690fa6f98b7cd9eac Mon Sep 17 00:00:00 2001 From: Russell Stoneback Date: Mon, 22 Jan 2024 17:00:36 -0600 Subject: [PATCH 2/7] TST: Update numpy to required version for python 3.8, numpy 1.20.3 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a198a23..32e6d0ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: numpy_ver: [latest] include: - python-version: "3.8" - numpy_ver: "1.20" + numpy_ver: "1.20.3" os: "ubuntu-latest" name: Python ${{ matrix.python-version }} on ${{ matrix.os }} with numpy ${{ matrix.numpy_ver }} From c0f26ca1b92f8a6d0c9a05bade038e4639c0df6d Mon Sep 17 00:00:00 2001 From: Russell Stoneback Date: Mon, 22 Jan 2024 17:49:14 -0600 Subject: [PATCH 3/7] TST: Removed python 3.8 testing --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 32e6d0ff..7c469694 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,10 +15,6 @@ jobs: os: [ubuntu-latest] python-version: ["3.9", "3.10", "3.11"] numpy_ver: [latest] - include: - - python-version: "3.8" - numpy_ver: "1.20.3" - os: "ubuntu-latest" name: Python ${{ matrix.python-version }} on ${{ matrix.os }} with numpy ${{ matrix.numpy_ver }} runs-on: ${{ matrix.os }} From 817b6bf5dc55cc373e69cdf610325bc8fa185635 Mon Sep 17 00:00:00 2001 From: Russell Stoneback Date: Mon, 22 Jan 2024 19:52:37 -0600 Subject: [PATCH 4/7] TST: Copy settings from pysat --- .github/workflows/main.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c469694..28558296 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,4 +57,17 @@ jobs: - name: Publish results to coveralls env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: coveralls --rcfile=setup.cfg --service=github + COVERALLS_PARALLEL: true + run: coveralls --rcfile=pyproject.toml --service=github + + finish: + name: Finish Coverage Analysis + needs: build + runs-on: ubuntu-latest + steps: + - name: Coveralls Finished + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: | + pip install --upgrade coveralls + coveralls --service=github --finish From 82cce1df9793fb4a55e1ddaa0af47d65d61ad60a Mon Sep 17 00:00:00 2001 From: Russell Stoneback Date: Mon, 22 Jan 2024 20:10:46 -0600 Subject: [PATCH 5/7] TST: Restore link to setup.cfg --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 28558296..23964bc5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,7 +58,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} COVERALLS_PARALLEL: true - run: coveralls --rcfile=pyproject.toml --service=github + run: coveralls --rcfile=setup.cfg --service=github finish: name: Finish Coverage Analysis From dc0b84eb21d834446222f509dd38b2348b61ead5 Mon Sep 17 00:00:00 2001 From: Russell Stoneback Date: Mon, 22 Jan 2024 20:25:03 -0600 Subject: [PATCH 6/7] STY: Updated changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b204dd83..4606b798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +##[1.0.2] - ????? +- Updated coupling to coveralls +- Updated package version for security issue in sphinx + ## [1.0.1] - 2022-01-04 - Added pyproject.toml to support systems without numpy. - Modified manifest.ini to include version.txt From ef3da609ccfdce421048f9f7df783de3644019b2 Mon Sep 17 00:00:00 2001 From: Russell Stoneback Date: Mon, 22 Jan 2024 20:25:21 -0600 Subject: [PATCH 7/7] STY: typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4606b798..1d333bae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -##[1.0.2] - ????? +## [1.0.2] - ????? - Updated coupling to coveralls - Updated package version for security issue in sphinx