From 1cd92c0213e18abdb98812248fa39de4876a5a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ha=C3=AFkel=20Gu=C3=A9mar?= Date: Mon, 26 Aug 2013 16:43:58 +0200 Subject: [PATCH] upstream 0.9.4 various bug fixes (URI/IRI conversion, cookies parsing, python3.3 fix etc.) --- .gitignore | 1 + python-werkzeug.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7128cf2..6f64ace 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ Werkzeug-0.6.2.tar.gz /Werkzeug-0.9.1.tar.gz /Werkzeug-0.9.2.tar.gz /Werkzeug-0.9.3.tar.gz +/Werkzeug-0.9.4.tar.gz diff --git a/python-werkzeug.spec b/python-werkzeug.spec index 7fe119e..87b0d09 100644 --- a/python-werkzeug.spec +++ b/python-werkzeug.spec @@ -7,7 +7,7 @@ %global srcname Werkzeug Name: python-werkzeug -Version: 0.9.3 +Version: 0.9.4 Release: 1%{?dist} Summary: The Swiss Army knife of Python web development @@ -158,6 +158,9 @@ popd %changelog +* Mon Aug 26 2013 Haïkel Guémar - 0.9.4-1 +- upstream 0.9.4 + * Thu Jul 25 2013 Haïkel Guémar - 0.9.3-1 - upstream 0.9.3 diff --git a/sources b/sources index fb1554a..9c20c27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6e200eee7b9b402d3322c3a7a9afaea8 Werkzeug-0.9.3.tar.gz +670fad41f57c13b71a6816765765a3dd Werkzeug-0.9.4.tar.gz