[python-simplejson] Update to 3.5.3 (#1093685, #1112285)

Luke Macken lmacken at fedoraproject.org
Tue Jun 24 22:45:36 UTC 2014


commit acd64f37b94873b3b374424b3e12d56adad7ca72
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue Jun 24 16:45:29 2014 -0600

    Update to 3.5.3 (#1093685, #1112285)

 .gitignore             |    1 +
 python-simplejson.spec |    7 +++++--
 sources                |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ab5c773..1f67db9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ simplejson-2.1.1.tar.gz
 /simplejson-3.2.0.tar.gz
 /simplejson-3.3.3.tar.gz
 /simplejson-3.4.0.tar.gz
+/simplejson-3.5.3.tar.gz
diff --git a/python-simplejson.spec b/python-simplejson.spec
index bd04030..8923f51 100644
--- a/python-simplejson.spec
+++ b/python-simplejson.spec
@@ -9,8 +9,8 @@
 
 Name:           python-simplejson
 
-Version:        3.4.0
-Release:        3%{?dist}
+Version:        3.5.3
+Release:        1%{?dist}
 Summary:        Simple, fast, extensible JSON encoder/decoder for Python
 
 Group:          System Environment/Libraries
@@ -135,6 +135,9 @@ rm -rf %{buildroot}
 %endif # python3
 
 %changelog
+* Tue Jun 24 2014 Luke Macken <lmacken at redhat.com> - 3.5.3-1
+- Update to 3.5.3 (#1093685, #1112285)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 2426548..d3d94df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c076e04916679e4b08ec30f23844fbbf  simplejson-3.4.0.tar.gz
+a428726bd82dd9a82252e043881965fa  simplejson-3.5.3.tar.gz


More information about the scm-commits mailing list