From 6a494472467c5603782cc80da8893fac6ff7dbf21cb8772e77e01d217364cec6 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Thu, 5 Dec 2013 20:51:38 +0000
Subject: [PATCH] Accepting request 209559 from
home:posophe:branches:devel:languages:python
- Update to version 0.4.2
* Remove a routing optimization that breaks the WSME pecan plugin.
- Changes from 0.4.1
* Moved the project to `StackForge infrastructure
`_, including Gerrit
code review, Jenkins continuous integration, and GitHub mirroring.
* Added a pecan plugin for the popular `uwsgi server
`_.
* Replaced the ``simplegeneric`` dependency with the new
``functools.singledispatch`` function in preparation for Python 3.4 support.
* Optimized pecan's core dispatch routing for notably faster response times.
OBS-URL: https://build.opensuse.org/request/show/209559
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=13
---
pecan-0.3.2.tar.gz | 3 ---
pecan-0.4.2.tar.gz | 3 +++
python-pecan.changes | 15 +++++++++++++++
python-pecan.spec | 2 +-
4 files changed, 19 insertions(+), 4 deletions(-)
delete mode 100644 pecan-0.3.2.tar.gz
create mode 100644 pecan-0.4.2.tar.gz
diff --git a/pecan-0.3.2.tar.gz b/pecan-0.3.2.tar.gz
deleted file mode 100644
index 8f4446a..0000000
--- a/pecan-0.3.2.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:2804a27f4a297df4285eda18d5615273abdca4ebe9858a8696278d23d683170f
-size 132834
diff --git a/pecan-0.4.2.tar.gz b/pecan-0.4.2.tar.gz
new file mode 100644
index 0000000..ac79f46
--- /dev/null
+++ b/pecan-0.4.2.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:72aea7ffe4085944beec4134ad8bff31fcea13cf900f11e9b31f7470863916f8
+size 245703
diff --git a/python-pecan.changes b/python-pecan.changes
index 8925156..3bd267b 100644
--- a/python-pecan.changes
+++ b/python-pecan.changes
@@ -1,3 +1,18 @@
+-------------------------------------------------------------------
+Thu Dec 5 20:36:43 UTC 2013 - p.drouand@gmail.com
+
+- Update to version 0.4.2
+ * Remove a routing optimization that breaks the WSME pecan plugin.
+- Changes from 0.4.1
+ * Moved the project to `StackForge infrastructure
+ `_, including Gerrit
+ code review, Jenkins continuous integration, and GitHub mirroring.
+ * Added a pecan plugin for the popular `uwsgi server
+ `_.
+ * Replaced the ``simplegeneric`` dependency with the new
+ ``functools.singledispatch`` function in preparation for Python 3.4 support.
+ * Optimized pecan's core dispatch routing for notably faster response times.
+
-------------------------------------------------------------------
Thu Nov 28 15:07:14 UTC 2013 - dmueller@suse.com
diff --git a/python-pecan.spec b/python-pecan.spec
index 8e62a94..6369fee 100644
--- a/python-pecan.spec
+++ b/python-pecan.spec
@@ -17,7 +17,7 @@
Name: python-pecan
-Version: 0.3.2
+Version: 0.4.2
Release: 0
Summary: A WSGI object-dispatching web framework, designed to be lean and fast
License: BSD-3-Clause