diff --git a/python-jsonschema.changes b/python-jsonschema.changes index 7902dca..9623bfc 100644 --- a/python-jsonschema.changes +++ b/python-jsonschema.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Oct 11 21:10:52 UTC 2022 - Ben Greiner + +- Clean up specfile + * remove obsolete setuptools BuildRequirements + * remove old distro python <= 3.6 directives + * update outdated description + ------------------------------------------------------------------- Tue Oct 4 05:29:39 UTC 2022 - Johannes Kastl diff --git a/python-jsonschema.spec b/python-jsonschema.spec index a530377..c92e6bc 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -22,8 +22,6 @@ %bcond_with libalternatives %endif -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 Name: python-jsonschema Version: 4.16.0 Release: 0 @@ -37,10 +35,6 @@ BuildRequires: %{python_module hatch-fancy-pypi-readme} BuildRequires: %{python_module hatch_vcs} BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module tomli} -BuildRequires: %{python_module wheel} # /SECTION # SECTION runtime BuildRequires: %{python_module attrs >= 17.4.0} @@ -86,8 +80,10 @@ BuildArch: noarch %python_subpackages %description -jsonschema is an implementation of JSON Schema (currently in Draft 3) -for Python (supporting 2.6+ including Python 3). +jsonschema is an implementation of the JSON Schema specification for Python +The validator can be used as python module and from console: + + $ jsonschema --instance sample.json sample.schema %prep %setup -q -n jsonschema-%{version}