Update to 4.17.3 release
This commit is contained in:
parent
c512f8f0dd
commit
88d1b22cf1
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
|||||||
/jsonschema-4.15.0.tar.gz
|
/jsonschema-4.15.0.tar.gz
|
||||||
/jsonschema-4.16.0.tar.gz
|
/jsonschema-4.16.0.tar.gz
|
||||||
/jsonschema-4.17.0.tar.gz
|
/jsonschema-4.17.0.tar.gz
|
||||||
|
/jsonschema-4.17.3.tar.gz
|
||||||
|
|||||||
@ -11,7 +11,7 @@ jsonschema is an implementation of JSON Schema for Python (supporting
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Summary: Implementation of JSON Schema validation for Python
|
Summary: Implementation of JSON Schema validation for Python
|
||||||
Version: 4.17.0
|
Version: 4.17.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/Julian/jsonschema
|
URL: https://github.com/Julian/jsonschema
|
||||||
@ -66,6 +66,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} trial-3 %{pypi_name}
|
|||||||
%{_bindir}/jsonschema
|
%{_bindir}/jsonschema
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 19 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.17.3-1
|
||||||
|
- Update to 4.17.3 release
|
||||||
|
|
||||||
* Mon Nov 07 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.17.0-1
|
* Mon Nov 07 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.17.0-1
|
||||||
- Update to 4.17.0 release
|
- Update to 4.17.0 release
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (jsonschema-4.17.0.tar.gz) = a0160caea26527e5afbba48fea7f0700e8cd0bb5cbd9661501d34f5dd9857971ca3fd9982bc17f570d0b5a08eb5ecfd0e5182f78a0e0a6343621ed8360643166
|
SHA512 (jsonschema-4.17.3.tar.gz) = 626fc913c37d2e49e4b47c9e058aab4a96c1dc50c35d8def0b2ea0ca464dc25e3318d4fde4927c11ca38068743cd81779d5189464b821407ac1de1788bad30e2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user