[python-bottle] resolves rhbz#1093257 - JSON content type not restrictive enough

Rahul Sundaram sundaram at fedoraproject.org
Sat Jul 12 21:13:16 UTC 2014


commit 2fc335f64a7957b14f3a5ffe2327c72b723fa026
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Sat Jul 12 17:13:31 2014 -0400

    resolves rhbz#1093257 - JSON content type not restrictive enough

 .gitignore         |    2 ++
 python-bottle.spec |    7 +++++--
 sources            |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eaea954..bb16e7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 /bottle-0.9.5.tar.gz
 /bottle-0.10.7.tar.gz
 /bottle-0.11.6.tar.gz
+/bottle-0.11.7.tar.gz
+/bottle-0.12.6.tar.gz
diff --git a/python-bottle.spec b/python-bottle.spec
index 64988a7..3001269 100644
--- a/python-bottle.spec
+++ b/python-bottle.spec
@@ -1,8 +1,8 @@
 %global srcname bottle
 
 Name:           python-%{srcname}
-Version:        0.11.6
-Release:        4%{?dist}
+Version:        0.12.6
+Release:        1%{?dist}
 Summary:        Fast and simple WSGI-framework for small web-applications
 
 Group:          Development/Languages
@@ -67,6 +67,9 @@ popd
 %{python3_sitelib}/*
 
 %changelog
+* Sat Jul 12 2014 Rahul Sundaram <sundaram at fedoraproject.org> - 0.12.6-1
+- resolves rhbz#1093257 - JSON content type not restrictive enough
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11.6-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 22660c1..763db14 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0bafdc4e13ea2b1a3bddf36b5af108c4  bottle-0.11.6.tar.gz
+3d6c5a115bc6a2e984a6d4b72d84e7c5  bottle-0.12.6.tar.gz


More information about the scm-commits mailing list