sourcemeta-jsonschema 11.1.0__tar.gz → 11.2.0__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.
Potentially problematic release.
This version of sourcemeta-jsonschema might be problematic. Click here for more details.
- {sourcemeta_jsonschema-11.1.0/sourcemeta_jsonschema.egg-info → sourcemeta_jsonschema-11.2.0}/PKG-INFO +1 -1
- {sourcemeta_jsonschema-11.1.0 → sourcemeta_jsonschema-11.2.0}/README.md +11 -1
- {sourcemeta_jsonschema-11.1.0 → sourcemeta_jsonschema-11.2.0}/setup.py +1 -1
- {sourcemeta_jsonschema-11.1.0 → sourcemeta_jsonschema-11.2.0}/sourcemeta_jsonschema/jsonschema-darwin-arm64 +0 -0
- {sourcemeta_jsonschema-11.1.0 → sourcemeta_jsonschema-11.2.0}/sourcemeta_jsonschema/jsonschema-darwin-x86_64 +0 -0
- {sourcemeta_jsonschema-11.1.0 → sourcemeta_jsonschema-11.2.0}/sourcemeta_jsonschema/jsonschema-linux-arm64 +0 -0
- {sourcemeta_jsonschema-11.1.0 → sourcemeta_jsonschema-11.2.0}/sourcemeta_jsonschema/jsonschema-linux-x86_64 +0 -0
- sourcemeta_jsonschema-11.2.0/sourcemeta_jsonschema/jsonschema-windows-x86_64.exe +0 -0
- {sourcemeta_jsonschema-11.1.0 → sourcemeta_jsonschema-11.2.0/sourcemeta_jsonschema.egg-info}/PKG-INFO +1 -1
- sourcemeta_jsonschema-11.1.0/sourcemeta_jsonschema/jsonschema-windows-x86_64.exe +0 -0
- {sourcemeta_jsonschema-11.1.0 → sourcemeta_jsonschema-11.2.0}/MANIFEST.in +0 -0
- {sourcemeta_jsonschema-11.1.0 → sourcemeta_jsonschema-11.2.0}/setup.cfg +0 -0
- {sourcemeta_jsonschema-11.1.0 → sourcemeta_jsonschema-11.2.0}/sourcemeta_jsonschema/__init__.py +0 -0
- {sourcemeta_jsonschema-11.1.0 → sourcemeta_jsonschema-11.2.0}/sourcemeta_jsonschema/__main__.py +0 -0
- {sourcemeta_jsonschema-11.1.0 → sourcemeta_jsonschema-11.2.0}/sourcemeta_jsonschema.egg-info/SOURCES.txt +0 -0
- {sourcemeta_jsonschema-11.1.0 → sourcemeta_jsonschema-11.2.0}/sourcemeta_jsonschema.egg-info/dependency_links.txt +0 -0
- {sourcemeta_jsonschema-11.1.0 → sourcemeta_jsonschema-11.2.0}/sourcemeta_jsonschema.egg-info/entry_points.txt +0 -0
- {sourcemeta_jsonschema-11.1.0 → sourcemeta_jsonschema-11.2.0}/sourcemeta_jsonschema.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sourcemeta_jsonschema
|
|
3
|
-
Version: 11.
|
|
3
|
+
Version: 11.2.0
|
|
4
4
|
Summary: The CLI for working with JSON Schema. Covers formatting, linting, testing, and much more for both local development and CI/CD pipelines
|
|
5
5
|
Home-page: https://github.com/sourcemeta/jsonschema
|
|
6
6
|
Author: Sourcemeta
|
|
@@ -126,7 +126,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
|
|
|
126
126
|
uses: actions/checkout@v4
|
|
127
127
|
|
|
128
128
|
- name: Install the JSON Schema CLI
|
|
129
|
-
uses: sourcemeta/jsonschema@v11.
|
|
129
|
+
uses: sourcemeta/jsonschema@v11.2.0
|
|
130
130
|
|
|
131
131
|
# Then use as usual
|
|
132
132
|
- run: jsonschema fmt path/to/schemas --check
|
|
@@ -208,6 +208,16 @@ Keep in mind that due to [Snap
|
|
|
208
208
|
confinement](https://snapcraft.io/docs/snap-confinement) requirements, the Snap
|
|
209
209
|
is only able to access files under your `$HOME` directory.
|
|
210
210
|
|
|
211
|
+
### With gah
|
|
212
|
+
|
|
213
|
+
If you are using [gah](https://github.com/marverix/gah):
|
|
214
|
+
|
|
215
|
+
```sh
|
|
216
|
+
gah install jsonschema
|
|
217
|
+
```
|
|
218
|
+
|
|
219
|
+
gah does not require sudo, but you need to have `$HOME/.local/bin/` in your `PATH`.
|
|
220
|
+
|
|
211
221
|
### Building from source
|
|
212
222
|
|
|
213
223
|
```sh
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name = "sourcemeta_jsonschema",
|
|
5
|
-
version = "11.
|
|
5
|
+
version = "11.2.0",
|
|
6
6
|
description = "The CLI for working with JSON Schema. Covers formatting, linting, testing, and much more for both local development and CI/CD pipelines",
|
|
7
7
|
author = "Sourcemeta",
|
|
8
8
|
author_email = "hello@sourcemeta.com",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sourcemeta_jsonschema
|
|
3
|
-
Version: 11.
|
|
3
|
+
Version: 11.2.0
|
|
4
4
|
Summary: The CLI for working with JSON Schema. Covers formatting, linting, testing, and much more for both local development and CI/CD pipelines
|
|
5
5
|
Home-page: https://github.com/sourcemeta/jsonschema
|
|
6
6
|
Author: Sourcemeta
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
{sourcemeta_jsonschema-11.1.0 → sourcemeta_jsonschema-11.2.0}/sourcemeta_jsonschema/__init__.py
RENAMED
|
File without changes
|
{sourcemeta_jsonschema-11.1.0 → sourcemeta_jsonschema-11.2.0}/sourcemeta_jsonschema/__main__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|