Update to 4.19.1 release (#2239879)
This commit is contained in:
parent
71529cba17
commit
79c5bfa218
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
||||
/jsonschema-4.17.0.tar.gz
|
||||
/jsonschema-4.17.3.tar.gz
|
||||
/jsonschema-4.19.0.tar.gz
|
||||
/jsonschema-4.19.1.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.19.0
|
||||
Version: 4.19.1
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
URL: https://github.com/Julian/jsonschema
|
||||
@ -71,6 +71,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} trial-3 %{pypi_name}
|
||||
%{_bindir}/jsonschema
|
||||
|
||||
%changelog
|
||||
* Wed Sep 20 2023 Joel Capitao <jcapitao@redhat.com> - 4.19.1-1
|
||||
- Update to 4.19.1 release (#2239879)
|
||||
|
||||
* Mon Aug 07 2023 Joel Capitao <jcapitao@redhat.com> - 4.19.0-1
|
||||
- Update to 4.19.0 release (#2139238)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jsonschema-4.19.0.tar.gz) = 95cc156fe0505da469600cdbaaf921853a983d45f6b8570e5bbffe9ee41abbf5757b2ccddde443b0d833a3ebdcbff321bda54b136b47d7650d3a40f6402338fb
|
||||
SHA512 (jsonschema-4.19.1.tar.gz) = 60fa769faf6e3fc2c14eb9acd189c86e9d366b157230a5681d36552af0c159cb1ad33fd920668a36afdab98bc97253f91501704c5c07b5009fdaf9d29b52060d
|
||||
|
||||
Loading…
Reference in New Issue
Block a user