-
-
Notifications
You must be signed in to change notification settings - Fork 70
Comparing changes
Open a pull request
base repository: python-openapi/openapi-spec-validator
base: 0.8.0b1
head repository: python-openapi/openapi-spec-validator
compare: master
- 17 commits
- 14 files changed
- 3 contributors
Commits on Jun 16, 2025
-
Bump python from 3.13.4-alpine to 3.13.5-alpine
Bumps python from 3.13.4-alpine to 3.13.5-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.13.5-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 08b5813 - Browse repository at this point
Copy the full SHA 08b5813View commit details
Commits on Jun 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b5ab971 - Browse repository at this point
Copy the full SHA b5ab971View commit details
Commits on Jun 24, 2025
-
Read the Docs builds began permanently failing on February 26, 2024. The differential diagnosis between success and failure seems to be that the last successful build used Poetry 1.7.1; the first failing build used Poetry 1.8.1. For reference, Poetry 1.8.1 was released on February 26, 2024. Read the Docs later updated its "Install dependencies with Poetry" documentation to note that Poetry needs a `$VIRTUAL_ENV` environment variable set. https://docs.readthedocs.com/platform/stable/build-customization.html#install-dependencies-with-poetry This change aligns the Read the Docs config with the documented fix, and simultaneously updates the build OS and Python version, which are both very old.
Configuration menu - View commit details
-
Copy full SHA for 42ca18b - Browse repository at this point
Copy the full SHA 42ca18bView commit details -
Migrate to PEP 621 project metadata
These changes now allow the `poetry check` command to run successfully and without warnings. As a part of this change, the `docs` extra was removed in favor of the Poetry `docs` dependency group. The built sdist was checked and confirmed to still have the `tests/` directory, as well as the `py.typed` file. The built wheel was checked and confirmed to still have the `py.typed` file.
Configuration menu - View commit details
-
Copy full SHA for 10706cc - Browse repository at this point
Copy the full SHA 10706ccView commit details
Commits on Jun 25, 2025
-
Manually update all GitHub actions to their latest versions
Dependabot doesn't appear to be submitting PRs to maintain these. However, the Dependabot config appears to be valid. There may be a setting that needs to be adjusted at the org level or at the individual repository level.
Configuration menu - View commit details
-
Copy full SHA for 057e397 - Browse repository at this point
Copy the full SHA 057e397View commit details -
Migrate off of
set-output
, which is deprecatedThis change eliminates warnings in CI caused by the deprecation. In addition, using the `python-version` output of the `setup-python` action fixes a bug that prevented Windows caches from containing the Python version. For reference, Windows caches were created with names that lacked the Python version, like: ``` venv-pull_request-Windows--{hash} ```
Configuration menu - View commit details
-
Copy full SHA for 97e44a9 - Browse repository at this point
Copy the full SHA 97e44a9View commit details -
Found and fixed by running `typos` against the codebase.
Configuration menu - View commit details
-
Copy full SHA for 62e95c5 - Browse repository at this point
Copy the full SHA 62e95c5View commit details
Commits on Jun 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bf36bae - Browse repository at this point
Copy the full SHA bf36baeView commit details
Commits on Jun 27, 2025
-
Move the
docs/contributing.rst
contents toCONTRIBUTING.rst
This change makes it easier for people to contribute to the project when opening a PR. Currently, GitHub shows links to `CONTRIBUTING.rst` when opening a PR, but when people click on those links they are simply told "Go to a third-party website to view the contributing guidelines". This change replaces the manual redirect with actual content so that no third-party website (in this case, Read the Docs) is necessary to understand the contributing guidelines. In addition, `docs/contributing.rst` now uses a directive to `include` the contents of `CONTRIBUTING.rst`. This was tested by building the documentation locally and confirming that the HTML documentation still contained the contributing guidelines. The result is a streamlined contributing experience from within GitHub, no duplicated content, and no changes to the built documentation.
Configuration menu - View commit details
-
Copy full SHA for da5afa1 - Browse repository at this point
Copy the full SHA da5afa1View commit details
Commits on Jun 28, 2025
-
Merge pull request #413 from kurtmckee/use-pep-621-metadata
Migrate to PEP 621 project metadata
Configuration menu - View commit details
-
Copy full SHA for 9aac1fd - Browse repository at this point
Copy the full SHA 9aac1fdView commit details -
Merge pull request #402 from python-openapi/dependabot/docker/python-…
…3.13.5-alpine Bump python from 3.13.4-alpine to 3.13.5-alpine
Configuration menu - View commit details
-
Copy full SHA for 6f29484 - Browse repository at this point
Copy the full SHA 6f29484View commit details
Commits on Jul 1, 2025
-
Merge pull request #417 from kurtmckee/make-contributing-easier-to-ac…
…cess Move the `docs/contributing.rst` contents to `CONTRIBUTING.rst`
Configuration menu - View commit details
-
Copy full SHA for 78ef3d2 - Browse repository at this point
Copy the full SHA 78ef3d2View commit details -
Merge pull request #416 from kurtmckee/rm-manifest.in
Remove `MANIFEST.in`, which is unused by Poetry
Configuration menu - View commit details
-
Copy full SHA for b39ee22 - Browse repository at this point
Copy the full SHA b39ee22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9acff2e - Browse repository at this point
Copy the full SHA 9acff2eView commit details -
Merge pull request #414 from kurtmckee/fix-ci-warnings
Fix CI warnings and update GitHub action versions
Configuration menu - View commit details
-
Copy full SHA for 1c0bfaa - Browse repository at this point
Copy the full SHA 1c0bfaaView commit details -
Merge pull request #412 from kurtmckee/fix-readthedocs-builds
Fix Read the Docs builds
Configuration menu - View commit details
-
Copy full SHA for 8506f4e - Browse repository at this point
Copy the full SHA 8506f4eView commit details -
Merge pull request #410 from kurtmckee/rm-pre-commit-config-with-wron…
…g-name Remove `hooks.yaml`, which is unused by pre-commit
Configuration menu - View commit details
-
Copy full SHA for 118ad61 - Browse repository at this point
Copy the full SHA 118ad61View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.8.0b1...master