From 714201c1b61a55c7f3a31e2143073bbda0f12b4b2faffcf751fe85df242617e5 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 25 Jun 2013 11:52:48 +0000 Subject: [PATCH] Accepting request 180853 from home:dirkmueller:branches:devel:languages:python - Update to version 0.3.0: + New upstream release OBS-URL: https://build.opensuse.org/request/show/180853 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=5 --- pecan-0.2.1.tar.gz | 3 --- pecan-0.3.0.tar.gz | 3 +++ python-pecan.changes | 6 ++++++ python-pecan.spec | 12 +++++++----- 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 pecan-0.2.1.tar.gz create mode 100644 pecan-0.3.0.tar.gz diff --git a/pecan-0.2.1.tar.gz b/pecan-0.2.1.tar.gz deleted file mode 100644 index e1dacbe..0000000 --- a/pecan-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c567c14ae8902dd3c43f9a6ff59c8e519a455b929e9136aa570d78fa780f423 -size 124823 diff --git a/pecan-0.3.0.tar.gz b/pecan-0.3.0.tar.gz new file mode 100644 index 0000000..1b8c5b3 --- /dev/null +++ b/pecan-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281a942a46a0245f0f9e579d9139a37dc3a381b0f9c7fe82977ddce765ac2fbf +size 132249 diff --git a/python-pecan.changes b/python-pecan.changes index 8b1e563..b10e3b8 100644 --- a/python-pecan.changes +++ b/python-pecan.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 25 11:40:11 UTC 2013 - dmueller@suse.com + +- Update to version 0.3.0: + + New upstream release + ------------------------------------------------------------------- Fri Feb 22 13:11:11 UTC 2013 - saschpe@suse.de diff --git a/python-pecan.spec b/python-pecan.spec index 80b2bd9..b3b882d 100644 --- a/python-pecan.spec +++ b/python-pecan.spec @@ -17,7 +17,7 @@ Name: python-pecan -Version: 0.2.1 +Version: 0.3.0 Release: 0 Summary: A WSGI object-dispatching web framework, designed to be lean and fast License: BSD-3-Clause @@ -35,10 +35,12 @@ BuildRequires: python-distribute #BuildRequires: python-gunicorn #BuildRequires: python-simplegeneric >= 0.8 #BuildRequires: python-virtualenv -Requires: python-Mako >= 0.4.0 -Requires: python-WebOb >= 1.2dev -Requires: python-WebTest >= 1.3.1 -Requires: python-simplegeneric >= 0.8 +BuildRequires: python-six +Requires: python-Mako >= 0.6.2 +Requires: python-MarkupSafe >= 0.15 +Requires: python-WebOb >= 1.2b3 +Requires: python-WebTest >= 1.3.3 +Requires: python-simplegeneric >= 0.8.1 Suggests: python-Jinja2 Suggests: python-Genshi Suggests: python-gunicorn