forked from pool/python-pecan
Accepting request 313221 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/313221 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pecan?expand=0&rev=17
This commit is contained in:
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 22 15:08:36 UTC 2015 - tbechtold@suse.com
|
||||
|
||||
- update to 0.9.0:
|
||||
* Require orderddict for Python 2.6 support.
|
||||
* Version increment.
|
||||
* Add tox environments to gate pecan against openstack/gnocchi
|
||||
* Add tox environments to gate pecan against openstack/magnum
|
||||
* Gate against latest stable projects.
|
||||
* Properly raise HTTP 405 (and specify Allow headers) for RestController
|
||||
* Update the `rest-api` scaffold to use generic controllers, *not* RestController Closes-Bug #1413038
|
||||
* Allow users to specify custom path segments for routing.
|
||||
* Fix broken wsme-stable tests.
|
||||
* Replace ci.o.o links with docs.o.o/infra
|
||||
* Fix unquoting of positional args with plus sign
|
||||
* Add more emphasis to the need for debug=False in deployment documentation.
|
||||
* Properly handle Python3 Unicode path segments in pecan routing.
|
||||
* make_app() now uses the debugger param in DebugMiddleware()
|
||||
* Drop support for Python 3.2.
|
||||
* Prevent @expose(generic=True) on special methods (_route, _lookup, _default).
|
||||
* core: do not assume controller is a method
|
||||
* Fix broken wsme-stable job and pep8 failures.
|
||||
* Document how to serve static files (with an iterable, not in-memory).
|
||||
* Default the `pecan` log level to DEBUG for development.
|
||||
- Add python-ordereddict Requires for SLE11SP3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 12:49:00 UTC 2015 - tbechtold@suse.com
|
||||
|
||||
|
||||
+4
-1
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-pecan
|
||||
Version: 0.8.3
|
||||
Version: 0.9.0
|
||||
Release: 0
|
||||
Summary: A WSGI object-dispatching web framework, designed to be lean and fast
|
||||
License: BSD-3-Clause
|
||||
@@ -41,6 +41,9 @@ BuildRequires: python-singledispatch
|
||||
BuildRequires: python-virtualenv
|
||||
%endif
|
||||
BuildRequires: python-six
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
Requires: python-ordereddict
|
||||
%endif
|
||||
Requires: python-Mako >= 0.4.0
|
||||
Requires: python-WebOb >= 1.2dev
|
||||
Requires: python-WebTest >= 1.3.1
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca6c31e1fb98e4ae780a44a40a88eacb7a19172d3f64d4e31f32049a784a1281
|
||||
size 147122
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d26be0e451c5999504599a9a741534caa0fba97d9bb8991c951f63b79a30b933
|
||||
size 151809
|
||||
Reference in New Issue
Block a user