diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 90ce945534d089d21fccf4d8b10b5f8d5ef4eae9..b186ccfa16c04641c1fed45a2943c30c455b68b0 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-jsonschema Version: 3.0.2 -Release: 1 +Release: 2 Summary: An implementation of JSON Schema validation for Python License: MIT URL: https://github.com/Julian/jsonschema @@ -15,6 +15,7 @@ Summary: An implementation of JSON Schema validation for Python Provides: python-jsonschema BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel @@ -70,6 +71,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* 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 + cannot connect to the external network + * Wed Feb 09 2022 OpenStack_SIG - 3.0.2-1 - Remove the support of python2 and upgrade the version to 3.0.2