From aa072fe722bef131a43e67f7477f0f2370ac64a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 10:26:15 +0800 Subject: [PATCH] Bump oss2 from 2.18.0 to 2.18.1, remove unused docs (#132) Bumps [oss2](https://github.com/aliyun/aliyun-oss-python-sdk) from 2.18.0 to 2.18.1. - [Release notes](https://github.com/aliyun/aliyun-oss-python-sdk/releases) - [Changelog](https://github.com/aliyun/aliyun-oss-python-sdk/blob/master/CHANGELOG.rst) - [Commits](https://github.com/aliyun/aliyun-oss-python-sdk/commits) --- updated-dependencies: - dependency-name: oss2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Update setup.cfg Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 30 ------------------------------ .github/workflows/tests.yml | 3 --- noxfile.py | 6 ------ setup.cfg | 11 ++--------- 4 files changed, 2 insertions(+), 48 deletions(-) delete mode 100644 .github/workflows/docs.yml diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml deleted file mode 100644 index f03c79b..0000000 --- a/.github/workflows/docs.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Documentation - -on: - push: - branches: [main] - workflow_dispatch: - -jobs: - docs: - runs-on: ubuntu-latest - steps: - - name: Check out the repository - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: '3.10' - - - name: Configure git - run: | - git config user.name 'github-actions[bot]' - git config user.email 'github-actions[bot]@users.noreply.github.com' - - - name: Publish docs - run: | - pip install '.[docs]' - mkdocs gh-deploy diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a7a35e4..9155927 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,6 +60,3 @@ jobs: - name: Build package run: nox -s build - - - name: Build docs - run: nox -s docs diff --git a/noxfile.py b/noxfile.py index fa6e055..05e83f5 100644 --- a/noxfile.py +++ b/noxfile.py @@ -9,12 +9,6 @@ locations = "src", "tests" -@nox.session -def docs(session: nox.Session) -> None: - session.install(".[docs]") - session.run("mkdocs", "build") - - @nox.session(python=["3.8", "3.9", "3.10", "3.11", "pypy3.8", "pypy3.9"]) def tests(session: nox.Session) -> None: session.install(".[tests]") diff --git a/setup.cfg b/setup.cfg index 55bd523..6764fef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,16 +27,10 @@ package_dir= packages = find: install_requires= fsspec==2023.6.0 - oss2==2.18.0 - aiooss2==0.2.6 + oss2==2.18.1 + aiooss2==0.2.7 [options.extras_require] -docs = - mkdocs==1.3.1 - mkdocs-gen-files==0.3.5 - mkdocs-material==8.4.1 - mkdocs-section-index==0.3.4 - mkdocstrings-python==0.7.1 tests = pytest==7.2.0 pytest-sugar==0.9.5 @@ -49,7 +43,6 @@ tests = aliyun-python-sdk-sts==3.1.1 dev = %(tests)s - %(docs)s [options.packages.find] exclude =