diff --git a/.abf.yml b/.abf.yml index 42990bf..57848e1 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,4 @@ -sources: +removed_sources: jsonschema-2.3.0.tar.gz: 928c9b43f35298346b27b910660944dde931048e +sources: + jsonschema-2.4.0.tar.gz: 35d4d90ce942a4b030eda75e9a2b32f97e121a98 diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 5e25bcb..ed0f731 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -1,10 +1,10 @@ %define oname jsonschema Name: python-%{oname} -Version: 2.3.0 -Release: 3 +Version: 2.4.0 +Release: 1 Summary: An implementation of JSON Schema validation for Python -Source0: http://pypi.python.org/packages/source/j/%{oname}/%{oname}-%{version}.tar.gz +Source0: http://pypi.python.org/packages/source/j/jsonschema/jsonschema-%{version}.tar.gz License: MIT Group: Development/Python Url: http://github.com/Julian/jsonschema @@ -32,7 +32,8 @@ python setup.py install --root=%{buildroot} %files %doc CHANGELOG.rst COPYING README.rst +%{_bindir}/jsonschema %{py_puresitedir}/jsonschema/*.py* %{py_puresitedir}/jsonschema/tests/*.py* %{py_puresitedir}/jsonschema*.egg-info -%{py_puresitedir}/jsonschema/schemas/draft*.json \ No newline at end of file +%{py_puresitedir}/jsonschema/schemas/draft*.json