[json_diff] New upstream version (python 2.4 compatibility)

Matej Cepl mcepl at fedoraproject.org
Tue Apr 24 06:05:34 UTC 2012


commit d242a6a31d5474cd1fe848f758ad9c3fc1c751cb
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Tue Apr 24 08:04:46 2012 +0200

    New upstream version (python 2.4 compatibility)

 .gitignore     |    1 +
 json_diff.spec |    5 ++++-
 sources        |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 250415e..92a8d8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /json_diff-1.2.3.tar.gz
 /json_diff-1.3.1.tar.gz
 /json_diff-1.3.2.tar.gz
+/json_diff-1.3.3.tar.gz
diff --git a/json_diff.spec b/json_diff.spec
index b545419..0ad3e40 100644
--- a/json_diff.spec
+++ b/json_diff.spec
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           json_diff
-Version:        1.3.2
+Version:        1.3.3
 Release:        1%{?dist}
 Summary:        Generates diff between two JSON files
 
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* Tue Apr 24 2012 Matěj Cepl <mcepl at redhat.com> - 1.3.3-1
+- python 2.4 compatibility
+
 * Tue Apr 24 2012 'Matej Cepl <mcepl at redhat.com>' - 1.3.1-2
 - New upstream release (optional output file)
 
diff --git a/sources b/sources
index 3cdfab8..3f5943a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ebadee2e675b69e28a51a08219fcee70  json_diff-1.3.2.tar.gz
+5b7c2dcfb96582a4c64299a3611e7972  json_diff-1.3.3.tar.gz


More information about the scm-commits mailing list