76 Commits

Author SHA256 Message Date
5990f3cb5f Accepting request 287512 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/287512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pecan?expand=0&rev=16
2015-02-25 01:17:57 +00:00
Denisart Benjamin
a0df6de7d5 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
2015-02-24 13:16:57 +00:00
5d5fbeacd2 Accepting request 260780 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/260780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pecan?expand=0&rev=15
2014-11-11 08:59:54 +00:00
Denisart Benjamin
126d8f2501 Accepting request 260752 from Cloud:OpenStack:Master
- skip tests on SLE_12 (the depending packages are not there)

OBS-URL: https://build.opensuse.org/request/show/260752
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=23
2014-11-10 23:25:14 +00:00
Stephan Kulow
0c65f9e94e Accepting request 251729 from devel:languages:python
- update to 0.7.0:
  * Fixed an edge case in RestController routing which should have
  returned an HTTP 400 but was instead raising an exception
  (and thus, HTTP 500).
  * Fixed an incorrect root logger configuration for
  quickstarted pecan projects.
  * Added pecan.state.arguments, a new feature for inspecting
  controller call arguments.
  * Fixed an infinite recursion error in PecanHook application.
  Subclassing both rest.RestController and hooks.HookController 
  resulted in an infinite recursion error in hook application
  (which prevented applications from starting).
  * Pecan’s tests are now included in its source distribution.
- remove-logutils.diff: drop, logutils is needed now
- reenable testsuite run during build again

OBS-URL: https://build.opensuse.org/request/show/251729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pecan?expand=0&rev=14
2014-09-25 06:43:05 +00:00
24cf856cea Accepting request 251728 from Cloud:OpenStack:Master
- update to 0.7.0:
  * Fixed an edge case in RestController routing which should have
  returned an HTTP 400 but was instead raising an exception
  (and thus, HTTP 500).
  * Fixed an incorrect root logger configuration for
  quickstarted pecan projects.
  * Added pecan.state.arguments, a new feature for inspecting
  controller call arguments.
  * Fixed an infinite recursion error in PecanHook application.
  Subclassing both rest.RestController and hooks.HookController 
  resulted in an infinite recursion error in hook application
  (which prevented applications from starting).
  * Pecan’s tests are now included in its source distribution.
- remove-logutils.diff: drop, logutils is needed now
- reenable testsuite run during build again

OBS-URL: https://build.opensuse.org/request/show/251728
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=21
2014-09-23 19:04:47 +00:00
Stephan Kulow
f3d917757f Accepting request 247123 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/247123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pecan?expand=0&rev=13
2014-09-03 16:22:58 +00:00
Jan Matejek
2197348f88 Accepting request 245290 from Cloud:OpenStack:Master
Temporarily disable testsuite

OBS-URL: https://build.opensuse.org/request/show/245290
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=19
2014-09-01 16:24:40 +00:00
Stephan Kulow
734a1be368 Accepting request 223663 from devel:languages:python
- update to 0.4.5:
 * Fixed a trailing slash bug for `RestController`s that have a `_lookup` method.
 * Cleaned up the WSGI app reference from the threadlocal state on every request
   (to avoid potential memory leaks, especially when testing).
 * Improved pecan documentation and correctd intersphinx references.
 * pecan supports Python 3.4. (forwarded request 223194 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/223663
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pecan?expand=0&rev=11
2014-02-24 14:53:22 +00:00
Denisart Benjamin
e189b9578b Accepting request 223194 from Cloud:OpenStack:Master
- update to 0.4.5:
 * Fixed a trailing slash bug for `RestController`s that have a `_lookup` method.
 * Cleaned up the WSGI app reference from the threadlocal state on every request
   (to avoid potential memory leaks, especially when testing).
 * Improved pecan documentation and correctd intersphinx references.
 * pecan supports Python 3.4.

OBS-URL: https://build.opensuse.org/request/show/223194
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=17
2014-02-24 10:46:06 +00:00
Stephan Kulow
c7f19723f9 Accepting request 213537 from devel:languages:python
- update to 0.4.4:
 * Removed memoization of certain controller attributes, which can lead to
   a memory leak in dynamic controller lookups.
 * Fixed several bugs for RestController.
 * Fixed a bug in security handling for generic controllers.
 * Resolved a bug in `_default` handlers used in `RestController`.
 * Persist `pecan.request.context` across internal redirects.
- reenable make check

- fix requires after the version update to 0.4.2, it was even
  documented in the .changes file:
  * Replaced the ``simplegeneric`` dependency with the new
  ``functools.singledispatch`` function in preparation for  Python 3.4 support. (forwarded request 213514 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/213537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pecan?expand=0&rev=10
2014-01-13 12:49:58 +00:00
Denisart Benjamin
a39f26a80a Accepting request 213514 from Cloud:OpenStack:Master
- update to 0.4.4:
 * Removed memoization of certain controller attributes, which can lead to
   a memory leak in dynamic controller lookups.
 * Fixed several bugs for RestController.
 * Fixed a bug in security handling for generic controllers.
 * Resolved a bug in `_default` handlers used in `RestController`.
 * Persist `pecan.request.context` across internal redirects.
- reenable make check

- fix requires after the version update to 0.4.2, it was even
  documented in the .changes file:
  * Replaced the ``simplegeneric`` dependency with the new
  ``functools.singledispatch`` function in preparation for  Python 3.4 support.

OBS-URL: https://build.opensuse.org/request/show/213514
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=15
2014-01-10 20:59:03 +00:00
Stephan Kulow
bf70210983 Accepting request 209560 from 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
    <http://ci.openstack.org/stackforge.html>`_, including Gerrit
    code review, Jenkins continuous integration, and GitHub mirroring.
  * Added a pecan plugin for the popular `uwsgi server
    <http://uwsgi-docs.readthedocs.org>`_.
  * 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. (forwarded request 209559 from posophe)

OBS-URL: https://build.opensuse.org/request/show/209560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pecan?expand=0&rev=9
2013-12-06 08:44:02 +00:00
Denisart Benjamin
6a49447246 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
    <http://ci.openstack.org/stackforge.html>`_, including Gerrit
    code review, Jenkins continuous integration, and GitHub mirroring.
  * Added a pecan plugin for the popular `uwsgi server
    <http://uwsgi-docs.readthedocs.org>`_.
  * 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
2013-12-05 20:51:38 +00:00
Stephan Kulow
3fb7602969 Accepting request 208827 from devel:languages:python
- package LICENSE and README.rst (forwarded request 208824 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/208827
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pecan?expand=0&rev=8
2013-11-28 18:03:51 +00:00
Denisart Benjamin
569467a2e7 Accepting request 208824 from home:dirkmueller:branches:devel:languages:python
- package LICENSE and README.rst

OBS-URL: https://build.opensuse.org/request/show/208824
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=11
2013-11-28 16:12:50 +00:00
Stephan Kulow
aa54d30eb9 Accepting request 199647 from devel:languages:python
- require python-logutils on Python < 2.7 (forwarded request 199638 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/199647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pecan?expand=0&rev=7
2013-09-23 08:57:01 +00:00
Sascha Peilicke
f3d639d1cf Accepting request 199638 from Cloud:OpenStack:Master
- require python-logutils on Python < 2.7

OBS-URL: https://build.opensuse.org/request/show/199638
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=9
2013-09-18 14:57:26 +00:00
Tomáš Chvátal
cd30e8f8bc Accepting request 186930 from devel:languages:python
- update to 0.3.2:
  * Made some changes to simplify how ``pecan.conf.app`` is passed to new apps.
  * Fixed a routing bug for certain ``_lookup`` controller configurations.
  * Improved documentation for handling file uploads.
  * Deprecated the ``pecan.conf.requestviewer`` configuration option. (forwarded request 186923 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/186930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pecan?expand=0&rev=5
2013-08-15 10:28:51 +00:00
Sascha Peilicke
90684e9c04 Accepting request 186923 from home:dirkmueller:branches:devel:languages:python
- update to 0.3.2:
  * Made some changes to simplify how ``pecan.conf.app`` is passed to new apps.
  * Fixed a routing bug for certain ``_lookup`` controller configurations.
  * Improved documentation for handling file uploads.
  * Deprecated the ``pecan.conf.requestviewer`` configuration option.

OBS-URL: https://build.opensuse.org/request/show/186923
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=7
2013-08-13 11:04:56 +00:00
Stephan Kulow
704ab1807a Accepting request 180861 from devel:languages:python
- Update to version 0.3.0:
  + New upstream release (forwarded request 180853 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/180861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pecan?expand=0&rev=4
2013-06-29 12:33:22 +00:00
Sascha Peilicke
714201c1b6 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
2013-06-25 11:52:48 +00:00
Stephan Kulow
edb718a0a0 Accepting request 157729 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/157729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pecan?expand=0&rev=3
2013-03-08 08:47:04 +00:00
Sascha Peilicke
ea33e4d227 - Update to version 0.2.1:
+ Upstream provides no changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=3
2013-02-22 13:10:10 +00:00
Stephan Kulow
bdbc627d1f Accepting request 148814 from devel:languages:python
Future OpenStack dependency

OBS-URL: https://build.opensuse.org/request/show/148814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pecan?expand=0&rev=1
2013-01-21 16:45:32 +00:00
Sascha Peilicke
227752b9d5 - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=1
2013-01-17 10:50:55 +00:00