Update to 4.16.0 release
This commit is contained in:
parent
e925707437
commit
91831d283a
2
.gitignore
vendored
2
.gitignore
vendored
@ -20,3 +20,5 @@
|
||||
/jsonschema-4.8.0.tar.gz
|
||||
/jsonschema-4.9.0.tar.gz
|
||||
/jsonschema-4.10.0.tar.gz
|
||||
/jsonschema-4.15.0.tar.gz
|
||||
/jsonschema-4.16.0.tar.gz
|
||||
|
||||
@ -11,7 +11,7 @@ jsonschema is an implementation of JSON Schema for Python (supporting
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Summary: Implementation of JSON Schema validation for Python
|
||||
Version: 4.10.0
|
||||
Version: 4.16.0
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
URL: https://github.com/Julian/jsonschema
|
||||
@ -66,6 +66,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} trial-3 %{pypi_name}
|
||||
%{_bindir}/jsonschema
|
||||
|
||||
%changelog
|
||||
* Wed Sep 21 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.16.0-1
|
||||
- Update to 4.16.0 release
|
||||
|
||||
* Wed Aug 17 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.10.0-1
|
||||
- Update to 4.10.0 release
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jsonschema-4.10.0.tar.gz) = 765ed96fe086feda9604d3079e78f62e35ab883e8826be57112bd8f7c4fedc385c4e2436b5224a171b3a7c0d18b22162ff0973448b339a8f13043532e52eb06d
|
||||
SHA512 (jsonschema-4.16.0.tar.gz) = c84abc992f410e9d558e2ce06c7172e9e2d298cff469baf8a23b1ea5b4777e6addfa757c5cc62b2e28e257721ee55e04bec0852e5f525adfa87392cbf712828f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user