Update to 4.7.2 release
This commit is contained in:
parent
30a0247f31
commit
7387a737b2
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
|||||||
/jsonschema-3.0.2.tar.gz
|
/jsonschema-3.0.2.tar.gz
|
||||||
/jsonschema-3.2.0.tar.gz
|
/jsonschema-3.2.0.tar.gz
|
||||||
/jsonschema-4.6.0.tar.gz
|
/jsonschema-4.6.0.tar.gz
|
||||||
|
/jsonschema-4.7.2.tar.gz
|
||||||
|
|||||||
@ -11,8 +11,8 @@ 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.6.0
|
Version: 4.7.2
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/Julian/jsonschema
|
URL: https://github.com/Julian/jsonschema
|
||||||
Source0: %{pypi_source}
|
Source0: %{pypi_source}
|
||||||
@ -66,6 +66,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} trial-3 %{pypi_name}
|
|||||||
%{_bindir}/jsonschema
|
%{_bindir}/jsonschema
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 24 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.7.2-1
|
||||||
|
- Update to 4.7.2 release
|
||||||
|
|
||||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.0-4
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.0-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (jsonschema-4.6.0.tar.gz) = 82d9e0c7de867c4a53b67b9dc79a38a76e384f5d41c66b52c57d407e03eb97faf8ebf41370ef08b30966f13eca210f94916b6a40347a2a75088e33017ccc2f5f
|
SHA512 (jsonschema-4.7.2.tar.gz) = c624d7bf317ca20fd8cdd248ec7d7679fde907ab304f1a092fc7a172464f43e41904d3f88df57e1351043b978448f51166a09af3625f00a9ad4d7353033b80af
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user