!8 Update package

From: @Wangjunqi123 
Reviewed-by: @yangzhao_kl, @xiezhipeng1 
Signed-off-by: @yangzhao_kl, @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2022-11-09 10:15:55 +00:00 committed by Gitee
commit 4fe4717db4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 2 deletions

Binary file not shown.

BIN
jsonschema-4.0.1.tar.gz Normal file

Binary file not shown.

View File

@ -3,12 +3,12 @@
jsonschema is JSON Schema validator currently based on http://tools.ietf.org/html/draft-zyp-json-schema-03
Name: python-%{pypi_name}
Version: 3.2.0
Version: 4.0.1
Release: 1
Summary: An implementation of JSON Schema validation for Python
License: MIT
URL: http://pypi.python.org/pypi/jsonschema
Source0: https://files.pythonhosted.org/packages/source/j/jsonschema/%{pypi_name}-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/97/e6/314e86934570970658bdcffd4aa5bb0376a9d97a8e43971740292c3c0054/jsonschema-4.0.1.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm
@ -35,6 +35,9 @@ Summary: An implementation of JSON Schema validation for Python %{python3
%prep
%autosetup -n %{pypi_name}-%{version} -p1
touch setup.py
echo "from setuptools import setup" > setup.py
echo "setup(use_scm_version=True)" >> setup.py
%build
%py3_build
@ -57,6 +60,9 @@ Summary: An implementation of JSON Schema validation for Python %{python3
%doc README.rst PKG-INFO
%changelog
* Tue Sep 27 2022 wangjunqi <wangjunqi@kylinos.cn> - 4.0.1-1
- update version to 4.0.1
* Wed Jul 29 2020 jinzhimin<jinzhimin2@huawei.com> - 3.2.0-1
- update to 3.2.0