Update to 4.19.0 release (#2139238)
This commit is contained in:
parent
578ab3e683
commit
71529cba17
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/jsonschema-4.16.0.tar.gz
|
||||
/jsonschema-4.17.0.tar.gz
|
||||
/jsonschema-4.17.3.tar.gz
|
||||
/jsonschema-4.19.0.tar.gz
|
||||
|
||||
@ -11,8 +11,8 @@ jsonschema is an implementation of JSON Schema for Python (supporting
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Summary: Implementation of JSON Schema validation for Python
|
||||
Version: 4.17.3
|
||||
Release: 5%{?dist}
|
||||
Version: 4.19.0
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
URL: https://github.com/Julian/jsonschema
|
||||
Source0: %{pypi_source}
|
||||
@ -71,6 +71,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} trial-3 %{pypi_name}
|
||||
%{_bindir}/jsonschema
|
||||
|
||||
%changelog
|
||||
* Mon Aug 07 2023 Joel Capitao <jcapitao@redhat.com> - 4.19.0-1
|
||||
- Update to 4.19.0 release (#2139238)
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.17.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jsonschema-4.17.3.tar.gz) = 626fc913c37d2e49e4b47c9e058aab4a96c1dc50c35d8def0b2ea0ca464dc25e3318d4fde4927c11ca38068743cd81779d5189464b821407ac1de1788bad30e2
|
||||
SHA512 (jsonschema-4.19.0.tar.gz) = 95cc156fe0505da469600cdbaaf921853a983d45f6b8570e5bbffe9ee41abbf5757b2ccddde443b0d833a3ebdcbff321bda54b136b47d7650d3a40f6402338fb
|
||||
|
||||
Loading…
Reference in New Issue
Block a user