python-gitea 0.11.0__tar.gz → 0.11.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_gitea-0.11.0 → python_gitea-0.11.1}/PKG-INFO +1 -1
- {python_gitea-0.11.0 → python_gitea-0.11.1}/pyproject.toml +1 -1
- {python_gitea-0.11.0 → python_gitea-0.11.1}/uv.lock +43 -43
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.coderabbit.yaml +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.github/ISSUE_TEMPLATE/bug-report.md +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.github/ISSUE_TEMPLATE/feature-request.md +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.github/pull_request_template.md +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.github/workflows/ci.yml +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.github/workflows/codeql.yml +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.github/workflows/documentation.yml +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.github/workflows/draft_release.yml +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.github/workflows/publish.yml +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.github/workflows/publish_testpypi.yml +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.github/workflows/release.yml +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.github/workflows/scheduled_release.yml +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.github/workflows/semantic_pull_request.yml +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.github/workflows/support_floor_update.yml +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.gitignore +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.markdownlint.yaml +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.pre-commit-config.yaml +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.prettierrc +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.pypirc +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/.typos.toml +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/CITATION.cff +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/CODE_OF_CONDUCT.md +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/CONTRIBUTING.md +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/LICENSE +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/README.md +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/SECURITY.md +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/SUPPORT.md +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/cliff.toml +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/docs/contributing.md +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/docs/dev/architecture.md +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/docs/dev/troubleshooting.md +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/docs/gen_ref_pages.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/docs/index.md +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/docs/javascripts/mathjax.js +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/docs/security.md +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/docs/style/api.css +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/docs/user-guide/cli.md +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/docs/user-guide/configuration.md +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/docs/user-guide/installation.md +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/docs/user-guide/python-api.md +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/docs/user-guide/quickstart.md +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/mkdocs.yml +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/renovate.json +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/scripts/release_version.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/__main__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/_lazy.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/actions/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/actions/actions.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/actions/artifact.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/actions/async_actions.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/actions/async_artifact.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/actions/async_run_management.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/actions/async_runner.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/actions/async_secret.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/actions/async_variable.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/actions/base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/actions/run_management.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/actions/runner.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/actions/scope.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/actions/secret.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/actions/variable.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/artifact/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/artifact/delete.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/artifact/download.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/artifact/get.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/artifact/list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/job/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/job/get.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/job/list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/job/logs.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/job/rerun.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/run/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/run/approve.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/run/cancel.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/run/delete.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/run/force_cancel.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/run/get.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/run/jobs.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/run/list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/run/rerun.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/runner/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/runner/delete.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/runner/get.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/runner/list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/runner/registration_token.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/runner/state.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/runner/update.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/secret/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/secret/delete.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/secret/list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/secret/set.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/variable/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/variable/create.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/variable/delete.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/variable/get.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/variable/list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/variable/update.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/workflow/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/workflow/dispatch.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/workflow/get.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/workflow/list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/comment/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/comment/add.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/comment/delete.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/comment/edit.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/comment/list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/comment/main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/config/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/config/add.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/config/delete.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/config/list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/config/main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/config/update.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/issue/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/issue/close.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/issue/create.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/issue/dependency/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/issue/dependency/add.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/issue/dependency/list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/issue/dependency/main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/issue/dependency/remove.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/issue/edit.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/issue/get.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/issue/list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/issue/main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/label/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/label/create.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/label/delete.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/label/list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/label/main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/label/update.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/milestone/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/milestone/create.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/milestone/list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/milestone/main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/notification/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/notification/list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/notification/main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/notification/read.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/organization/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/organization/list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/organization/main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/output.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/project/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/project/column/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/project/column/create.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/project/column/issues.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/project/column/list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/project/create.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/project/delete.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/project/edit.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/project/get.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/project/issue/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/project/issue/add.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/project/issue/move.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/project/issue/remove.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/project/issues.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/project/list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/project/main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/project/show.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/pull_request/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/pull_request/list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/pull_request/main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/repository/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/repository/list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/repository/main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/user/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/user/get.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/user/main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/user/update_settings.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/utils/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/utils/api.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/utils/auth.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/utils/convert.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/utils/errors.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/utils/issue.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/utils/options.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/watch/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/watch/advance.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/watch/list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/watch/main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/watch/scopes.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/client/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/client/async_gitea.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/client/base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/client/gitea.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/comment/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/comment/async_comment.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/comment/base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/comment/comment.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/config/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/config/manager.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/config/model.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/issue/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/issue/async_issue.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/issue/base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/issue/issue.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/issue/project_column.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/label/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/label/async_label.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/label/base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/label/label.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/milestone/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/milestone/async_milestone.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/milestone/base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/milestone/milestone.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/notification/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/notification/async_notification.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/notification/base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/notification/notification.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/organization/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/organization/async_organization.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/organization/base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/organization/organization.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/project/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/project/async_project.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/project/base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/project/project.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/pull_request/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/pull_request/async_pull_request.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/pull_request/base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/pull_request/pull_request.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/repository/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/repository/async_repository.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/repository/base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/repository/repository.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/resource/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/resource/async_resource.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/resource/resource.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/user/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/user/async_user.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/user/base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/user/user.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/utils/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/utils/fields.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/utils/log.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/utils/pagination.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/utils/response.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/version.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/watch/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/watch/changes.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/watch/state.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/actions/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/actions/test_actions_base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/actions/test_actions_imports.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/actions/test_actions_requests.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/actions/test_actions_scope.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/board.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/actions/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/actions/invoking.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/actions/test_cli_actions_artifact.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/actions/test_cli_actions_job_get.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/actions/test_cli_actions_job_list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/actions/test_cli_actions_job_logs.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/actions/test_cli_actions_main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/actions/test_cli_actions_run_get.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/actions/test_cli_actions_run_jobs.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/actions/test_cli_actions_run_list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/actions/test_cli_actions_run_management.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/actions/test_cli_actions_runner.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/actions/test_cli_actions_secret.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/actions/test_cli_actions_variable.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/actions/test_cli_actions_workflow_dispatch.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/actions/test_cli_actions_workflow_get.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/actions/test_cli_actions_workflow_list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/comment/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/comment/test_cli_comment_add.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/comment/test_cli_comment_delete.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/comment/test_cli_comment_edit.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/comment/test_cli_comment_list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/comment/test_cli_comment_main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/config/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/config/test_cli_config_add.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/config/test_cli_config_delete.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/config/test_cli_config_list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/config/test_cli_config_main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/config/test_cli_config_update.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/envelope.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/issue/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/issue/dependency/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/issue/dependency/test_cli_issue_dependency.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/issue/test_cli_issue_close.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/issue/test_cli_issue_comment.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/issue/test_cli_issue_create.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/issue/test_cli_issue_edit.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/issue/test_cli_issue_get.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/issue/test_cli_issue_list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/issue/test_cli_issue_main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/label/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/label/test_cli_label_create.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/label/test_cli_label_delete.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/label/test_cli_label_list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/label/test_cli_label_main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/label/test_cli_label_update.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/milestone/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/milestone/test_cli_milestone_create.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/milestone/test_cli_milestone_list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/milestone/test_cli_milestone_main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/notification/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/notification/test_cli_notification.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/organization/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/organization/test_cli_organization_list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/organization/test_cli_organization_main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/project/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/project/test_cli_project.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/project/test_cli_project_column_issues.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/project/test_cli_project_show.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/pull_request/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/pull_request/test_cli_pull_request_list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/pull_request/test_cli_pull_request_main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/rendering.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/repository/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/repository/test_cli_repository_list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/repository/test_cli_repository_main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/test_cli_contract.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/test_cli_main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/test_cli_output.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/tree.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/user/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/user/test_cli_user_get.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/user/test_cli_user_update_settings.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/utils/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/utils/test_cli_utils_api.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/utils/test_cli_utils_auth.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/utils/test_cli_utils_convert.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/utils/test_cli_utils_errors.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/utils/test_cli_utils_issue.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/utils/test_cli_utils_options.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/watch/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/watch/support.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/watch/test_cli_watch_advance.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/watch/test_cli_watch_list.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/cli/watch/test_cli_watch_scopes.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/client/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/client/test_client_async_gitea.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/client/test_client_base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/client/test_client_gitea.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/comment/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/comment/test_comment_async_comment.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/comment/test_comment_base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/comment/test_comment_comment.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/config/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/config/test_config_manager.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/config/test_config_model.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/conftest.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/issue/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/issue/test_issue_async_issue.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/issue/test_issue_async_project_column.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/issue/test_issue_base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/issue/test_issue_dependencies.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/issue/test_issue_issue.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/issue/test_issue_project_column.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/label/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/label/test_label_async_label.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/label/test_label_base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/label/test_label_label.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/milestone/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/milestone/test_milestone_async_milestone.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/milestone/test_milestone_base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/milestone/test_milestone_milestone.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/notification/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/notification/test_notification_base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/notification/test_notification_notification.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/organization/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/organization/test_organization_async_organization.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/organization/test_organization_base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/organization/test_organization_organization.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/project/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/project/test_project_base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/project/test_project_project.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/project/test_project_requests.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/pull_request/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/pull_request/test_pull_request_async_pull_request.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/pull_request/test_pull_request_base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/pull_request/test_pull_request_pull_request.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/repository/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/repository/test_repository_async_repository.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/repository/test_repository_base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/repository/test_repository_repository.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/resource/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/resource/test_resource_async_resource.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/resource/test_resource_resource.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/smoke_test.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/test_import.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/test_lazy_reexports.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/test_main.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/test_release_version.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/test_version.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/transport.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/user/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/user/test_user_async_user.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/user/test_user_base.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/user/test_user_user.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/utils/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/utils/test_utils_fields.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/utils/test_utils_log.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/utils/test_utils_pagination.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/utils/test_utils_response.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/watch/__init__.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/watch/test_watch_changes.py +0 -0
- {python_gitea-0.11.0 → python_gitea-0.11.1}/tests/watch/test_watch_state.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: python-gitea
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.1
|
|
4
4
|
Summary: A Python package for interacting with the Gitea API, offering a simple interface to access repositories, users, organizations, issues, and more for automation and data management.
|
|
5
5
|
Project-URL: Documentation, https://isaac-cf-wong.github.io/python-gitea
|
|
6
6
|
Project-URL: Source, https://github.com/isaac-cf-wong/python-gitea
|
|
@@ -29,7 +29,7 @@ dependencies = [
|
|
|
29
29
|
|
|
30
30
|
[dependency-groups]
|
|
31
31
|
dev = [
|
|
32
|
-
"ruff>=0.16.
|
|
32
|
+
"ruff>=0.16.4",
|
|
33
33
|
# The mutation runner, in the environment `uv run` resolves, so that
|
|
34
34
|
# `uv run mutmut run` reaches the same interpreter as `uv run pytest` and finds
|
|
35
35
|
# the pytest plugins the suite's own options need. Run from a tool environment
|
|
@@ -617,11 +617,11 @@ wheels = [
|
|
|
617
617
|
|
|
618
618
|
[[package]]
|
|
619
619
|
name = "filelock"
|
|
620
|
-
version = "3.32.
|
|
620
|
+
version = "3.32.4"
|
|
621
621
|
source = { registry = "https://pypi.org/simple" }
|
|
622
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
622
|
+
sdist = { url = "https://files.pythonhosted.org/packages/6d/30/03b03951873a1a0ffc7e8ca0e10c15597b59e8d0e39260704cd2ea087bc4/filelock-3.32.4.tar.gz", hash = "sha256:2bde2e4cf732e0153406d8a7bc80620ecf5e621fe0d25e41143c4e3b4733ff30", size = 222126, upload-time = "2026-08-23T17:37:55.363Z" }
|
|
623
623
|
wheels = [
|
|
624
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
624
|
+
{ url = "https://files.pythonhosted.org/packages/01/a4/9b63d595d748e3aff8812b65eacc1a2c4bd90b7c2012e08e72373b4835eb/filelock-3.32.4-py3-none-any.whl", hash = "sha256:22e58ca3b1ae3b98993b762d7338367ae64fe50252bf78d59da3bfebcdf1cedd", size = 99864, upload-time = "2026-08-23T17:37:53.913Z" },
|
|
625
625
|
]
|
|
626
626
|
|
|
627
627
|
[[package]]
|
|
@@ -811,20 +811,20 @@ wheels = [
|
|
|
811
811
|
|
|
812
812
|
[[package]]
|
|
813
813
|
name = "httpcore2"
|
|
814
|
-
version = "2.
|
|
814
|
+
version = "2.12.0"
|
|
815
815
|
source = { registry = "https://pypi.org/simple" }
|
|
816
816
|
dependencies = [
|
|
817
817
|
{ name = "h11" },
|
|
818
818
|
{ name = "truststore" },
|
|
819
819
|
]
|
|
820
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
820
|
+
sdist = { url = "https://files.pythonhosted.org/packages/be/ad/f4f0e57345f1870f3e8cb624e058d7eca6e5a27d33bcc3311d9b618734cd/httpcore2-2.12.0.tar.gz", hash = "sha256:9293522bba0aa7c4c8e9e3f040c16575bd8868e155a77fa30c7a9085a5eae648", size = 67548, upload-time = "2026-08-18T13:22:08.211Z" }
|
|
821
821
|
wheels = [
|
|
822
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
822
|
+
{ url = "https://files.pythonhosted.org/packages/d2/74/d370e55600d9bcfa0d9794b0166126d49291a3d2b20c268fc98c453a4948/httpcore2-2.12.0-py3-none-any.whl", hash = "sha256:7e04258ce01013d7d615e5b910a3b27fac937d7a95038227e79652b4ba3b4ceb", size = 83074, upload-time = "2026-08-18T13:22:05.854Z" },
|
|
823
823
|
]
|
|
824
824
|
|
|
825
825
|
[[package]]
|
|
826
826
|
name = "httpx2"
|
|
827
|
-
version = "2.
|
|
827
|
+
version = "2.12.0"
|
|
828
828
|
source = { registry = "https://pypi.org/simple" }
|
|
829
829
|
dependencies = [
|
|
830
830
|
{ name = "anyio", marker = "sys_platform != 'emscripten'" },
|
|
@@ -834,9 +834,9 @@ dependencies = [
|
|
|
834
834
|
{ name = "truststore", marker = "sys_platform != 'emscripten'" },
|
|
835
835
|
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
|
|
836
836
|
]
|
|
837
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
837
|
+
sdist = { url = "https://files.pythonhosted.org/packages/7f/f8/579a8b51e42e38ee32647df9f08aa25643ae788e275cc625b199829c4671/httpx2-2.12.0.tar.gz", hash = "sha256:7631fe9887a8a2275f4a2540e053aa670fcc50742864a9ae7c66e609fdcf12cf", size = 100040, upload-time = "2026-08-18T13:22:09.086Z" }
|
|
838
838
|
wheels = [
|
|
839
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
839
|
+
{ url = "https://files.pythonhosted.org/packages/c8/95/411ba65569158e862368917aaf56597f3e5fa3b91b0502919638465a08f3/httpx2-2.12.0-py3-none-any.whl", hash = "sha256:cc8b6eecb8661c146b8f89a60e97456ee086e91a784ed31ac450c3a9e613dd36", size = 95427, upload-time = "2026-08-18T13:22:06.834Z" },
|
|
840
840
|
]
|
|
841
841
|
|
|
842
842
|
[[package]]
|
|
@@ -862,11 +862,11 @@ wheels = [
|
|
|
862
862
|
|
|
863
863
|
[[package]]
|
|
864
864
|
name = "idna"
|
|
865
|
-
version = "3.
|
|
865
|
+
version = "3.19"
|
|
866
866
|
source = { registry = "https://pypi.org/simple" }
|
|
867
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
867
|
+
sdist = { url = "https://files.pythonhosted.org/packages/5f/f7/abb373e5757eaec4b922b92f97ec8d6d7e057cf06778247604fbc4e7c3f3/idna-3.19.tar.gz", hash = "sha256:5e0811a4383b21dc5838069f801c4fb62113b7447663d2530d2bd6e77b49bf15", size = 215237, upload-time = "2026-08-18T05:14:24.27Z" }
|
|
868
868
|
wheels = [
|
|
869
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
869
|
+
{ url = "https://files.pythonhosted.org/packages/57/b0/0e52c878c53f245edd3a11020f20979b3f490f245af532c7cae3027754b5/idna-3.19-py3-none-any.whl", hash = "sha256:815e7be7a7806d54abb586dc943addc79e8b2ee16915059658cbeff4b1b43bf4", size = 68550, upload-time = "2026-08-18T05:14:22.343Z" },
|
|
870
870
|
]
|
|
871
871
|
|
|
872
872
|
[[package]]
|
|
@@ -1297,16 +1297,16 @@ python = [
|
|
|
1297
1297
|
|
|
1298
1298
|
[[package]]
|
|
1299
1299
|
name = "mkdocstrings-python"
|
|
1300
|
-
version = "2.0.
|
|
1300
|
+
version = "2.0.7"
|
|
1301
1301
|
source = { registry = "https://pypi.org/simple" }
|
|
1302
1302
|
dependencies = [
|
|
1303
1303
|
{ name = "griffelib" },
|
|
1304
1304
|
{ name = "mkdocs-autorefs" },
|
|
1305
1305
|
{ name = "mkdocstrings" },
|
|
1306
1306
|
]
|
|
1307
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1307
|
+
sdist = { url = "https://files.pythonhosted.org/packages/90/5d/1be1c7a49d8fa13dc80f66a85f53333d52cf5206911412006ffdff8fb9a0/mkdocstrings_python-2.0.7.tar.gz", hash = "sha256:8c49faf66d243072d7590a1b5dea028d9d7425fac191f54f096123a4a9c1a783", size = 201598, upload-time = "2026-08-17T16:56:18.239Z" }
|
|
1308
1308
|
wheels = [
|
|
1309
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1309
|
+
{ url = "https://files.pythonhosted.org/packages/b2/6d/77546d8c26f038fce314a507106954f76270f6c182488bcf9ac9721175df/mkdocstrings_python-2.0.7-py3-none-any.whl", hash = "sha256:1fce5fbfe4ffa6e8136a35351cdc97c3bf55219c7efbd3f92a82260f93235d60", size = 105387, upload-time = "2026-08-17T16:56:16.813Z" },
|
|
1310
1310
|
]
|
|
1311
1311
|
|
|
1312
1312
|
[[package]]
|
|
@@ -1742,24 +1742,24 @@ wheels = [
|
|
|
1742
1742
|
|
|
1743
1743
|
[[package]]
|
|
1744
1744
|
name = "pygments"
|
|
1745
|
-
version = "2.
|
|
1745
|
+
version = "2.21.0"
|
|
1746
1746
|
source = { registry = "https://pypi.org/simple" }
|
|
1747
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1747
|
+
sdist = { url = "https://files.pythonhosted.org/packages/49/2e/ced460408999b33da6b31b0021b0f37d329e202d4169aeb164493778f25b/pygments-2.21.0.tar.gz", hash = "sha256:610ca751c9bc2492b38eb9a38a7fbc93edbbb2d7182edaf34e66ae493dee5c8c", size = 5005329, upload-time = "2026-08-17T08:02:48.824Z" }
|
|
1748
1748
|
wheels = [
|
|
1749
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1749
|
+
{ url = "https://files.pythonhosted.org/packages/71/46/17f022dd3e953bf20a04a028a21ec746d942f8d2af30fa0f124fa0e6a684/pygments-2.21.0-py3-none-any.whl", hash = "sha256:2363c69b61c4a97c838da3b130dcd6468f4848992b21a82f2a63ec34377137d9", size = 1250147, upload-time = "2026-08-17T08:02:44.912Z" },
|
|
1750
1750
|
]
|
|
1751
1751
|
|
|
1752
1752
|
[[package]]
|
|
1753
1753
|
name = "pymdown-extensions"
|
|
1754
|
-
version = "11.0.
|
|
1754
|
+
version = "11.0.2"
|
|
1755
1755
|
source = { registry = "https://pypi.org/simple" }
|
|
1756
1756
|
dependencies = [
|
|
1757
1757
|
{ name = "markdown" },
|
|
1758
1758
|
{ name = "pyyaml" },
|
|
1759
1759
|
]
|
|
1760
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1760
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ad/17/2db4b414de89659144488e0d9c6c0bf0c8395841dc12d81d0532cc6ef310/pymdown_extensions-11.0.2.tar.gz", hash = "sha256:9506fcbe66fa355a775b768084334238dd6805020ac4b92bea0c0dda6f8f223d", size = 855419, upload-time = "2026-08-22T19:28:47.236Z" }
|
|
1761
1761
|
wheels = [
|
|
1762
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1762
|
+
{ url = "https://files.pythonhosted.org/packages/a6/43/9f45ec4d14e596efc32c925a78104934790438b0c0628b70d741016734ad/pymdown_extensions-11.0.2-py3-none-any.whl", hash = "sha256:259910762019732caa1dfd76f3faa62c59f191d46573e80bcb1d13c0f675bbe5", size = 269929, upload-time = "2026-08-22T19:28:45.389Z" },
|
|
1763
1763
|
]
|
|
1764
1764
|
|
|
1765
1765
|
[[package]]
|
|
@@ -1930,7 +1930,7 @@ dev = [
|
|
|
1930
1930
|
{ name = "pytest-cov", specifier = ">=7.1.0" },
|
|
1931
1931
|
{ name = "pytest-github-actions-annotate-failures", specifier = ">=0.4.2" },
|
|
1932
1932
|
{ name = "pytest-mock", specifier = ">=3.15.1" },
|
|
1933
|
-
{ name = "ruff", specifier = ">=0.16.
|
|
1933
|
+
{ name = "ruff", specifier = ">=0.16.4" },
|
|
1934
1934
|
]
|
|
1935
1935
|
docs = [
|
|
1936
1936
|
{ name = "mike", specifier = ">=2.2.0" },
|
|
@@ -2064,27 +2064,27 @@ wheels = [
|
|
|
2064
2064
|
|
|
2065
2065
|
[[package]]
|
|
2066
2066
|
name = "ruff"
|
|
2067
|
-
version = "0.16.
|
|
2068
|
-
source = { registry = "https://pypi.org/simple" }
|
|
2069
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2070
|
-
wheels = [
|
|
2071
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2072
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2073
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2074
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2075
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2076
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2077
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2078
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2079
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2080
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2081
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2082
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2083
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2084
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2085
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2086
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2087
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2067
|
+
version = "0.16.4"
|
|
2068
|
+
source = { registry = "https://pypi.org/simple" }
|
|
2069
|
+
sdist = { url = "https://files.pythonhosted.org/packages/00/8f/d8074b1f25e003164087a8bfe79a0f1a3945135764dbb6aaab04103dcaf9/ruff-0.16.4.tar.gz", hash = "sha256:13171aa9d9af2240ee3504e639de73122c67e74036de5ba2e1d01422cd17e3dc", size = 4899731, upload-time = "2026-08-20T17:43:59.196Z" }
|
|
2070
|
+
wheels = [
|
|
2071
|
+
{ url = "https://files.pythonhosted.org/packages/ff/80/779895ef584e089d22f2c6df0d0e99a65ec2df0805f1fffd439415b8c1f0/ruff-0.16.4-py3-none-linux_armv6l.whl", hash = "sha256:df4075f71ddac40b9934af60c3ec8a53047dd5a5fdc43224e6e4e8e9a27cb6f7", size = 10006909, upload-time = "2026-08-20T17:43:16.888Z" },
|
|
2072
|
+
{ url = "https://files.pythonhosted.org/packages/a9/e6/f553199b5e8927a05cb5c422d921fd0656b29ab976e91c44802107c6b0da/ruff-0.16.4-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:0c95538517af68004306b0fb3214ff2f2af67a65092aee77cd9eb86db6656604", size = 10240201, upload-time = "2026-08-20T17:43:19.337Z" },
|
|
2073
|
+
{ url = "https://files.pythonhosted.org/packages/1c/70/4a6dc4bb34da4dee35e30f09bbd1bfbdd26f33b62fb9b8df31f08a199cd2/ruff-0.16.4-py3-none-macosx_11_0_arm64.whl", hash = "sha256:963f83df8e69e575b64d67dd447ebbc917db41a14bf38d4593a4183e7aaa8255", size = 9835122, upload-time = "2026-08-20T17:43:21.708Z" },
|
|
2074
|
+
{ url = "https://files.pythonhosted.org/packages/24/12/c6e22d686372c15bcb7af99831f1a1be96df696491babf4f24e4f942c527/ruff-0.16.4-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:32a5057c7ff3f6e6480a48fccfb3a412a690f48a3d03ac5cf08177d6c2da3ade", size = 9977162, upload-time = "2026-08-20T17:43:24.236Z" },
|
|
2075
|
+
{ url = "https://files.pythonhosted.org/packages/46/49/72b10ec912f5ab5854992eaf7aa7cd36729b6937d9dc4e0fb41b3bf428ec/ruff-0.16.4-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b3dce8d9b0c57c265b91885a66a567d8ea1372e8eb4e250fa8e5e3f579e99cff", size = 9829789, upload-time = "2026-08-20T17:43:26.966Z" },
|
|
2076
|
+
{ url = "https://files.pythonhosted.org/packages/fa/80/0f30e32e7f6ee26edc39075502db9d368d788a44a79b55f763eb4ab03796/ruff-0.16.4-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7dc651db49283c69f8e72c834eec4fe5573e4c646856aebece0ce385dceb2a80", size = 10527949, upload-time = "2026-08-20T17:43:29.384Z" },
|
|
2077
|
+
{ url = "https://files.pythonhosted.org/packages/52/3d/86e8ad3542169e56cac3859a343afdb9df2ad54d35a59ce1e67baee83421/ruff-0.16.4-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3817b87dbcabc92f13b05019257c5b89b5b4d51b5fb20f56fb5235ceb723cd07", size = 11333695, upload-time = "2026-08-20T17:43:31.872Z" },
|
|
2078
|
+
{ url = "https://files.pythonhosted.org/packages/d0/16/481c29b380c20a0054a8261066665e1b3488e23636c49d0a43e75975b9bb/ruff-0.16.4-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e9fce1499134b2c8c68e5166f95705a5812062bb93aacc5f9873bb1a27084bc7", size = 10727741, upload-time = "2026-08-20T17:43:34.596Z" },
|
|
2079
|
+
{ url = "https://files.pythonhosted.org/packages/5e/b6/56bc0b8cf45b54b28b3a5e6381c8945d51b5b18adf659454c32295209a31/ruff-0.16.4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f2d812e482f5a7e02eee26cd73d2a37ebbdf47d795ea63ba1b89110ae93e9fb3", size = 10286522, upload-time = "2026-08-20T17:43:37.288Z" },
|
|
2080
|
+
{ url = "https://files.pythonhosted.org/packages/e8/8b/b345b4fb110f2fbe2bd31eabd271e5e8b3b7e4ee6c0e02f2dc6be78db000/ruff-0.16.4-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:6baaf984aa7976edf93d3b627fe2d1d22ee94bbca05fa6f90fc76d73924e3454", size = 10584182, upload-time = "2026-08-20T17:43:39.984Z" },
|
|
2081
|
+
{ url = "https://files.pythonhosted.org/packages/29/e5/827b34041c35f58774a9681a4213994c164fc987800f4dddabcf451da0bf/ruff-0.16.4-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:bdfcf0b28662eb890372d50f92c283bb94e67e7635ed93c7fd533970acff7b2b", size = 10134195, upload-time = "2026-08-20T17:43:42.351Z" },
|
|
2082
|
+
{ url = "https://files.pythonhosted.org/packages/0f/10/d0bffcdd6729b87afc82ba0ef377173356a7dc8e972f5179968cf2fdf98c/ruff-0.16.4-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:b66b02cb9b04f537643cadf5768e5f98dc461890d530cb67113d71c8c76e605d", size = 9825821, upload-time = "2026-08-20T17:43:44.532Z" },
|
|
2083
|
+
{ url = "https://files.pythonhosted.org/packages/f5/32/0db2a863b796ca62d83e92a07a3ccf00921b14db02059347576a2fda3d4b/ruff-0.16.4-py3-none-musllinux_1_2_i686.whl", hash = "sha256:8528bf9a4b291a60bf02ea453511e8ce6215bd2b982ee80405b66b008b6c30a0", size = 10267658, upload-time = "2026-08-20T17:43:46.989Z" },
|
|
2084
|
+
{ url = "https://files.pythonhosted.org/packages/b2/a0/fbdeb59e48c6261f523e56c8f12e9c08fbe693786595cc7e3959207a9232/ruff-0.16.4-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:fbd85d2875fdd67e833213a651f613bbf25303abf6aa822a5121f4531195678d", size = 10697071, upload-time = "2026-08-20T17:43:49.891Z" },
|
|
2085
|
+
{ url = "https://files.pythonhosted.org/packages/aa/28/0c6dd865859c6d17bc8ccc34cb72b0e02d6c7eb25e8a1e22b5bea681e2c0/ruff-0.16.4-py3-none-win32.whl", hash = "sha256:312769988007aaeb8e189b443ccdd03c0e6374489e053467be6d96518ebff76e", size = 10021687, upload-time = "2026-08-20T17:43:52.281Z" },
|
|
2086
|
+
{ url = "https://files.pythonhosted.org/packages/a3/03/e724450f621698117f9aa6dd241c94d0274ae96781378dc86745ae29f0e7/ruff-0.16.4-py3-none-win_amd64.whl", hash = "sha256:05d9d27a18c4bcbefada602480ec9e01e0bc949d432e0ced5df77edac195919c", size = 10567657, upload-time = "2026-08-20T17:43:54.78Z" },
|
|
2087
|
+
{ url = "https://files.pythonhosted.org/packages/0e/fe/da8b9e1347696bb22120b77280ec5ce25d500ca5cb39d5ad6e5c18de19c1/ruff-0.16.4-py3-none-win_arm64.whl", hash = "sha256:a3a61621c9b6f6a89573e938a080e648f1695baa3f58570a3a707bc51ff65a21", size = 10451579, upload-time = "2026-08-20T17:43:57.135Z" },
|
|
2088
2088
|
]
|
|
2089
2089
|
|
|
2090
2090
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_gitea-0.11.0 → python_gitea-0.11.1}/src/gitea/cli/actions/runner/registration_token.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|