-
Notifications
You must be signed in to change notification settings - Fork 56
Comparing changes
Open a pull request
base repository: python-jsonschema/check-jsonschema
base: 0.33.0
head repository: python-jsonschema/check-jsonschema
compare: 0.33.2
- 15 commits
- 53 files changed
- 5 contributors
Commits on Apr 14, 2025
-
[pre-commit.ci] pre-commit autoupdate (#559)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.33.0](0.32.1...0.33.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bd846b8 - Browse repository at this point
Copy the full SHA bd846b8View commit details
Commits on Apr 22, 2025
-
[vendor-schemas] automated update (#560)
Co-authored-by: sirosen <1300022+sirosen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6e0fcb7 - Browse repository at this point
Copy the full SHA 6e0fcb7View commit details
Commits on Apr 28, 2025
-
[vendor-schemas] automated update (#562)
Co-authored-by: sirosen <1300022+sirosen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c8d7e75 - Browse repository at this point
Copy the full SHA c8d7e75View commit details
Commits on May 15, 2025
-
[vendor-schemas] automated update (#563)
Co-authored-by: sirosen <1300022+sirosen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3c97e99 - Browse repository at this point
Copy the full SHA 3c97e99View commit details
Commits on May 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bc2ce79 - Browse repository at this point
Copy the full SHA bc2ce79View commit details
Commits on May 18, 2025
-
Fix mtime header parsing (#567)
* Use calendar.timegm instead of time.mktime for UTC timestamps time.mktime() converts a time tuple in local time to seconds since the Epoch, as stated in the docs: > Convert a time tuple in local time to seconds since the Epoch. > Note that mktime(gmtime(0)) will not generally return zero for most > time zones; instead the returned value will either be equal to that > of the timezone or altzone attributes on the time module. calendar.timegm() is guaranteed to produce UTC timestamp: > Unrelated but handy function to calculate Unix timestamp from GMT. * Add a regression test for localtime handling * Add changelog entry for #565 --------- Co-authored-by: Radosław Kozicki <rkpraca@posteo.net>
Configuration menu - View commit details
-
Copy full SHA for f98acd4 - Browse repository at this point
Copy the full SHA f98acd4View commit details -
[vendor-schemas] automated update (#568)
Co-authored-by: sirosen <1300022+sirosen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 89a91d2 - Browse repository at this point
Copy the full SHA 89a91d2View commit details
Commits on May 27, 2025
-
[pre-commit.ci] pre-commit autoupdate (#570)
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 34760a5 - Browse repository at this point
Copy the full SHA 34760a5View commit details
Commits on Jun 22, 2025
-
[vendor-schemas] automated update (#569)
Co-authored-by: sirosen <1300022+sirosen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b68d4ea - Browse repository at this point
Copy the full SHA b68d4eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28fc9e2 - Browse repository at this point
Copy the full SHA 28fc9e2View commit details -
Patch type checking issues (#572)
These are issues with typeshed and some interpretation of `type[...]`. There aren't relevant runtime tweaks to apply, just notes on why these items are ignored.
Configuration menu - View commit details
-
Copy full SHA for 8543de6 - Browse repository at this point
Copy the full SHA 8543de6View commit details
Commits on Jun 23, 2025
-
[pre-commit.ci] pre-commit autoupdate (#573)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.1](0.33.0...0.33.1) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d4583be - Browse repository at this point
Copy the full SHA d4583beView commit details
Commits on Jul 3, 2025
-
[vendor-schemas] automated update (#575)
Co-authored-by: sirosen <1300022+sirosen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ebb0214 - Browse repository at this point
Copy the full SHA ebb0214View commit details -
Fix date format validator to allow non-str objects (#576)
Rejecting non-string data results in incorrect rejection of data in which `string` is one of the available types and the `date-time` format is in use. Fixes #571
Configuration menu - View commit details
-
Copy full SHA for 1114177 - Browse repository at this point
Copy the full SHA 1114177View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8050f84 - Browse repository at this point
Copy the full SHA 8050f84View 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.33.0...0.33.2