forked from pool/python-pecan
Accepting request 287509 from home:tbechtold:branches:devel:languages:python
New upstream release OBS-URL: https://build.opensuse.org/request/show/287509 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=25
This commit is contained in:
committed by
Git OBS Bridge
parent
126d8f2501
commit
a0df6de7d5
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4779a89881ca10aa548cdb110dd92cd9d176a32ac6d55b654b28e2e5b3c52ac
|
||||
size 141540
|
||||
3
pecan-0.8.3.tar.gz
Normal file
3
pecan-0.8.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca6c31e1fb98e4ae780a44a40a88eacb7a19172d3f64d4e31f32049a784a1281
|
||||
size 147122
|
||||
@@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 12:49:00 UTC 2015 - tbechtold@suse.com
|
||||
|
||||
- update to 0.8.3
|
||||
*Properly* detect Python < 3.3.
|
||||
* Fix py32 support; importlib.machinery.SourceFileLoader doesn't exist until
|
||||
py33
|
||||
* Version increment.
|
||||
* Change pecan to more gracefully handle a few odd request encoding edge
|
||||
cases.
|
||||
* Document pecan.request.context
|
||||
* Improve ImportError verbosity for configuration files.
|
||||
* core: optimize renderer computing
|
||||
* middleware.static: remove useless stored variable
|
||||
* Version increment.
|
||||
* Don't clone pecan-dependent projects from cgit.
|
||||
* Allows multiple parameters to be converted to list
|
||||
* tox: pass posargs to test command
|
||||
* Corrects ouptut -> output in docs/source/hooks.rst
|
||||
* Add documentation for generic REST controllers.
|
||||
* Version increment.
|
||||
* Improve detection of infinite recursion for PecanHook and pypy.
|
||||
* Fix broken wsme-stable tests and remove some deprecated pip flags.
|
||||
* Fix typo in description
|
||||
* Only define remainder when not empty
|
||||
* Fixes expose of staticmethod
|
||||
* Version increment.
|
||||
* Resolve a bug that mixes up argument order for generic functions.
|
||||
* Fix a routing bug for generic subcontrollers.
|
||||
* Remove `assert` for flow control; it can be optimized away with `python -O`.
|
||||
* For HTTP POSTs, map JSON request bodies to controller keyword arguments.
|
||||
* Improve argspec detection and leniency for wrapped controllers.
|
||||
* When path arguments are incorrect for RestController, return HTTP 404, not
|
||||
400.
|
||||
* When detecting non-content for HTTP 204, properly catch UnicodeDecodeError.
|
||||
* Fix a bug in generic function handling when context locals are disabled.
|
||||
* Stop using distribute for Python 3 tests.
|
||||
* Revert "Import run_cross_tests.sh from oslo-incubator"
|
||||
* Add docs environment to tox.ini
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 10 19:31:21 UTC 2014 - dmueller@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pecan
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-pecan
|
||||
Version: 0.7.0
|
||||
Version: 0.8.3
|
||||
Release: 0
|
||||
Summary: A WSGI object-dispatching web framework, designed to be lean and fast
|
||||
License: BSD-3-Clause
|
||||
@@ -44,7 +44,7 @@ BuildRequires: python-six
|
||||
Requires: python-Mako >= 0.4.0
|
||||
Requires: python-WebOb >= 1.2dev
|
||||
Requires: python-WebTest >= 1.3.1
|
||||
Requires: python-logutils
|
||||
Requires: python-logutils >= 0.3
|
||||
Requires: python-singledispatch
|
||||
Requires: python-six
|
||||
Suggests: python-Jinja2
|
||||
|
||||
Reference in New Issue
Block a user