[python-simplejson] Update to 3.4.0 (#1083979)

Luke Macken lmacken at fedoraproject.org
Mon Apr 7 20:46:30 UTC 2014


commit c21494a80bfca60c94383a3312d71e295b626670
Author: Luke Macken <lmacken at redhat.com>
Date:   Mon Apr 7 14:46:09 2014 -0600

    Update to 3.4.0 (#1083979)

 .gitignore             |    1 +
 python-simplejson.spec |    5 ++++-
 sources                |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e03e279..ab5c773 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ simplejson-2.1.1.tar.gz
 /simplejson-3.1.3.tar.gz
 /simplejson-3.2.0.tar.gz
 /simplejson-3.3.3.tar.gz
+/simplejson-3.4.0.tar.gz
diff --git a/python-simplejson.spec b/python-simplejson.spec
index 42aff0b..a6c6e17 100644
--- a/python-simplejson.spec
+++ b/python-simplejson.spec
@@ -9,7 +9,7 @@
 
 Name:           python-simplejson
 
-Version:        3.3.3
+Version:        3.4.0
 Release:        1%{?dist}
 Summary:        Simple, fast, extensible JSON encoder/decoder for Python
 
@@ -135,6 +135,9 @@ rm -rf %{buildroot}
 %endif # python3
 
 %changelog
+* Mon Apr 07 2014 Luke Macken <lmacken at redhat.com> - 3.4.0-1
+- Update to 3.4.0 (#1083979)
+
 * Wed Feb 19 2014 Luke Macken <lmacken at redhat.com> - 3.3.3-1
 - Update to 3.3.3 (#960949)
 
diff --git a/sources b/sources
index 6b83baf..2426548 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38ff12d163e5cc8c592d609820869817  simplejson-3.3.3.tar.gz
+c076e04916679e4b08ec30f23844fbbf  simplejson-3.4.0.tar.gz


More information about the scm-commits mailing list