update to upstream version 4.17.3
This commit is contained in:
parent
4fe4717db4
commit
b1dbbbbdcb
Binary file not shown.
BIN
jsonschema-4.17.3.tar.gz
Normal file
BIN
jsonschema-4.17.3.tar.gz
Normal file
Binary file not shown.
@ -3,12 +3,12 @@
|
|||||||
jsonschema is JSON Schema validator currently based on http://tools.ietf.org/html/draft-zyp-json-schema-03
|
jsonschema is JSON Schema validator currently based on http://tools.ietf.org/html/draft-zyp-json-schema-03
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 4.0.1
|
Version: 4.17.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: An implementation of JSON Schema validation for Python
|
Summary: An implementation of JSON Schema validation for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://pypi.python.org/pypi/jsonschema
|
URL: http://pypi.python.org/pypi/jsonschema
|
||||||
Source0: https://files.pythonhosted.org/packages/97/e6/314e86934570970658bdcffd4aa5bb0376a9d97a8e43971740292c3c0054/jsonschema-4.0.1.tar.gz
|
Source0: https://files.pythonhosted.org/packages/36/3d/ca032d5ac064dff543aa13c984737795ac81abc9fb130cd2fcff17cfabc7/jsonschema-4.17.3.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm
|
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm
|
||||||
@ -52,14 +52,15 @@ echo "setup(use_scm_version=True)" >> setup.py
|
|||||||
|
|
||||||
%files -n python%{python3_pkgversion}-%{pypi_name}
|
%files -n python%{python3_pkgversion}-%{pypi_name}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/jsonschema
|
|
||||||
%{python3_sitelib}/%{pypi_name}/
|
|
||||||
%{python3_sitelib}/*.egg-info
|
%{python3_sitelib}/*.egg-info
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc README.rst PKG-INFO
|
%doc README.rst PKG-INFO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 16 2022 lijian <lijian2@kylinos.cn> - 4.17.3-1
|
||||||
|
- update to upstream version 4.17.3
|
||||||
|
|
||||||
* Tue Sep 27 2022 wangjunqi <wangjunqi@kylinos.cn> - 4.0.1-1
|
* Tue Sep 27 2022 wangjunqi <wangjunqi@kylinos.cn> - 4.0.1-1
|
||||||
- update version to 4.0.1
|
- update version to 4.0.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user