diff --git a/jsonschema-3.0.2.tar.gz b/jsonschema-3.0.2.tar.gz deleted file mode 100644 index a7db10f5d4b840549a96253766abb84cbe7d6d4b..0000000000000000000000000000000000000000 Binary files a/jsonschema-3.0.2.tar.gz and /dev/null differ diff --git a/jsonschema-3.2.0.tar.gz b/jsonschema-3.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9d0724a7e63b7144576cb7fb98cb9e4441855a3f Binary files /dev/null and b/jsonschema-3.2.0.tar.gz differ diff --git a/python-jsonschema.spec b/python-jsonschema.spec index b186ccfa16c04641c1fed45a2943c30c455b68b0..9a1eeb31e7e2a1c9d7af5b53c7f3278a84cb8c9b 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-jsonschema -Version: 3.0.2 -Release: 2 +Version: 3.2.0 +Release: 1 Summary: An implementation of JSON Schema validation for Python License: MIT URL: https://github.com/Julian/jsonschema -Source0: https://files.pythonhosted.org/packages/92/d2/8768983d6e4bb1478ea08e7bc186304f47b99c22bfd711caa8e9becb0361/jsonschema-3.0.2.tar.gz +Source0: https://files.pythonhosted.org/packages/69/11/a69e2a3c01b324a77d3a7c0570faa372e8448b666300c4117a516f8b1212/jsonschema-3.2.0.tar.gz BuildArch: noarch %description jsonschema is JSON Schema validator currently based on http://tools.ietf.org/html/draft-zyp-json-schema-03 @@ -71,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 21 2022 wangxiyuan - 3.2.0-1 +- Upgrade to 3.2.0 + * Thu Nov 10 2022 Han Guangyu hanguangyu@uniontech.com - 3.0.2-2 - Add python3-setuptools_scm BuildRequire to resolev build error caused by CI currently reading setup.py to get more dependencies but the build environment