-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pypi-jsonschema: Autospec creation for update from version 4.16.0 to …
…version 4.17.3 Julian Berman (28): Make it clearer that format: regex is Python regexes in this implementation. Better wording. Bold is loud. Ignore PyCQA/flake8-bugbear#287. Fix the grammar on ErrorTree's repr when it has 1 error. Deprecate the CLI (via import or running normally). Update the Draft 3 and 4 metaschemas. Enable format validation by default in check_schema. Re-add the second test for importing jsonschema.cli Satisfy mypy's new default. Squashed 'json/' changes from ed0b855e7..0fa89d2ab Squashed 'json/' changes from 0fa89d2ab..9251ebff1 Emit a better error message for unevaluatedProperties with a subschema. Un-bundle single-vocabulary meta-schemas. Update docs requirements. Temporarily evade wpilibsuite/sphinxext-opengraph#87 Suppress epub warnings for duplicated ToC entries. Run more things with 3.11 in CI. Skip the rest of the docs builds on Windows in CI. Remove making believe we are ReadTheDocs in CI builds. v4.17.1 -> CHANGELOG Squashed 'json/' changes from 9251ebff1..78c888273 Minor fix for test case class names (for format tests). Empty strings are not valid relative JSON pointers. Durations without trailing units aren't valid durations. Update pre-commit hooks. Try fixing more Sphinx refs which fail only on Ubuntu... Fix instantiating validators with cached refs-to-bool schemas.
- Loading branch information
Showing
7 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PKG_NAME := pypi-jsonschema | ||
URL = https://files.pythonhosted.org/packages/cf/54/8923ba38b5145f2359d57e5516715392491d674c83f446cd4cd133eeb4d6/jsonschema-4.16.0.tar.gz | ||
URL = https://files.pythonhosted.org/packages/36/3d/ca032d5ac064dff543aa13c984737795ac81abc9fb130cd2fcff17cfabc7/jsonschema-4.17.3.tar.gz | ||
ARCHIVES = | ||
|
||
include ../common/Makefile.common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
4.16.0 | ||
4.17.3 | ||
pypi-pytest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
91 | ||
92 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
912d562c1394408dca582e14843e3245df2f3827/jsonschema-4.16.0.tar.gz | ||
9f762c6c2b92defddf1c441cce8132d021252b2c/jsonschema-4.17.3.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.16.0 | ||
4.17.3 |