From 69c2281da0325c7dfc2df946d8e72629d051c3a3 Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: Sat, 6 Sep 2014 02:01:32 +0200 Subject: [PATCH] latest upstream (2.4.0) --- .gitignore | 1 + python-jsonschema.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3f3be11..44a88a3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /jsonschema-1.3.0.tar.gz /jsonschema-2.0.0.tar.gz /jsonschema-2.3.0.tar.gz +/jsonschema-2.4.0.tar.gz diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 5128baa..d1b8c9b 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -8,8 +8,8 @@ %endif Name: python-%{pypi_name} -Version: 2.3.0 -Release: 3%{?dist} +Version: 2.4.0 +Release: 1%{?dist} Summary: An implementation of JSON Schema validation for Python License: MIT @@ -78,6 +78,7 @@ popd %files %doc README.rst COPYING +%{_bindir}/jsonschema %{python_sitelib}/%{pypi_name}/ %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info @@ -90,6 +91,9 @@ popd %changelog +* Sat Sep 06 2014 Alan Pevec - 2.4.0-1 +- Latest upstream + * Sat Jun 07 2014 Fedora Release Engineering - 2.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 0bd89d2..d2446b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -410075e1969a9ec1838b5a6e1313c32b jsonschema-2.3.0.tar.gz +661f85c3d23094afbb9ac3c0673840bf jsonschema-2.4.0.tar.gz