Bootstrap for Python 3.9
This commit is contained in:
parent
d9f5c32a93
commit
155d9450e9
@ -1,3 +1,4 @@
|
|||||||
|
%global _without_tests 1
|
||||||
%global pypi_name jsonschema
|
%global pypi_name jsonschema
|
||||||
|
|
||||||
%global common_description %{expand:
|
%global common_description %{expand:
|
||||||
@ -14,7 +15,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: 3.2.0
|
Version: 3.2.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
||||||
URL: https://github.com/Julian/jsonschema
|
URL: https://github.com/Julian/jsonschema
|
||||||
@ -80,6 +81,9 @@ PYTHONPATH=$(pwd) trial-3 %{pypi_name}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 3.2.0-3
|
||||||
|
- Bootstrap for Python 3.9
|
||||||
|
|
||||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user