Commit Graph

13 Commits

Author SHA256 Message Date
Dominique Leuenberger
3007826c02 Accepting request 265068 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/265068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-waitress?expand=0&rev=7
2014-12-16 13:48:42 +00:00
Denisart Benjamin
d251c20f04 Accepting request 265050 from home:tbechtold:branches:devel:languages:python
New upstream release

OBS-URL: https://build.opensuse.org/request/show/265050
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=13
2014-12-13 12:43:31 +00:00
Tomáš Chvátal
1759a9df3e Accepting request 198878 from devel:languages:python
- update to 0.8.7:
  - The HTTP version of the response returned by waitress when it catches an
  exception will now match the HTTP request version.
  - Fix: CONNECTION header will be HTTP_CONNECTION and not CONNECTION_TYPE
  (see https://github.com/Pylons/waitress/issues/13) (forwarded request 198597 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/198878
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-waitress?expand=0&rev=4
2013-09-13 12:46:21 +00:00
Sascha Peilicke
a25969a264 Accepting request 198597 from home:dirkmueller:branches:devel:languages:python
- update to 0.8.7:
  - The HTTP version of the response returned by waitress when it catches an
  exception will now match the HTTP request version.
  - Fix: CONNECTION header will be HTTP_CONNECTION and not CONNECTION_TYPE
  (see https://github.com/Pylons/waitress/issues/13)

OBS-URL: https://build.opensuse.org/request/show/198597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=11
2013-09-13 09:46:30 +00:00
Tomáš Chvátal
86308cd855 Accepting request 186944 from devel:languages:python
- update to 0.8.6:
 - Do alternate type of checking for UNIX socket support, instead of checking
   for platform == windows.
 
 - Functional tests now use multiprocessing module instead of subprocess module,
   speeding up test suite and making concurrent execution more reliable.
 
 - Runner now appends the current working directory to ``sys.path`` to support
   running WSGI applications from a directory (i.e., not installed in a
   virtualenv). (forwarded request 186925 from saschpe)

OBS-URL: https://build.opensuse.org/request/show/186944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-waitress?expand=0&rev=3
2013-08-15 10:30:21 +00:00
Sascha Peilicke
1bd76d72fd Accepting request 186925 from home:dirkmueller:branches:devel:languages:python
- update to 0.8.6:
 - Do alternate type of checking for UNIX socket support, instead of checking
   for platform == windows.
 
 - Functional tests now use multiprocessing module instead of subprocess module,
   speeding up test suite and making concurrent execution more reliable.
 
 - Runner now appends the current working directory to ``sys.path`` to support
   running WSGI applications from a directory (i.e., not installed in a
   virtualenv).

OBS-URL: https://build.opensuse.org/request/show/186925
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=8
2013-08-13 11:04:44 +00:00
Stephan Kulow
4a8b178ca7 Accepting request 180862 from devel:languages:python
- update to 0.8.5:
 - Fix runner multisegment imports in some Python 2 revisions (see
   https://github.com/Pylons/waitress/pull/34).
 - For compatibility, WSGIServer is now an alias of TcpWSGIServer. The
   signature of BaseWSGIServer is now compatible with WSGIServer pre-0.8.4.
 - Add a command-line runner called ``waitress-serve`` to allow Waitress
   to run WSGI applications without any addional machinery. This is
   essentially a thin wrapper around the ``waitress.serve()`` function.
 - Allow parallel testing (e.g., under ``detox`` or ``nosetests --processes``)
   using PID-dependent port / socket for functest servers.
 - Fix integer overflow errors on large buffers. Thanks to Marcin Kuzminski
   for the patch.  See: https://github.com/Pylons/waitress/issues/22
 - Add support for listening on Unix domain sockets. (forwarded request 180848 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/180862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-waitress?expand=0&rev=2
2013-06-29 12:36:43 +00:00
Sascha Peilicke
c11a7084a4 Accepting request 180848 from home:dirkmueller:branches:devel:languages:python
- update to 0.8.5:
 - Fix runner multisegment imports in some Python 2 revisions (see
   https://github.com/Pylons/waitress/pull/34).
 - For compatibility, WSGIServer is now an alias of TcpWSGIServer. The
   signature of BaseWSGIServer is now compatible with WSGIServer pre-0.8.4.
 - Add a command-line runner called ``waitress-serve`` to allow Waitress
   to run WSGI applications without any addional machinery. This is
   essentially a thin wrapper around the ``waitress.serve()`` function.
 - Allow parallel testing (e.g., under ``detox`` or ``nosetests --processes``)
   using PID-dependent port / socket for functest servers.
 - Fix integer overflow errors on large buffers. Thanks to Marcin Kuzminski
   for the patch.  See: https://github.com/Pylons/waitress/issues/22
 - Add support for listening on Unix domain sockets.

OBS-URL: https://build.opensuse.org/request/show/180848
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=6
2013-06-25 11:52:53 +00:00
Stephan Kulow
3570f2efdf Accepting request 174305 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/174305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-waitress?expand=0&rev=1
2013-05-03 05:40:21 +00:00
Sascha Peilicke
d54e85315f - Fix license string
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=4
2013-05-02 12:47:20 +00:00
Sascha Peilicke
2c3446c84e - Package COPYRIGHT.txt LICENSE.txt README.rst
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=3
2013-04-29 14:12:14 +00:00
Sascha Peilicke
8c88c70cd6 - Reduce buildrequires as long as the testsuite and doc build isn't fixed
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=2
2013-04-29 14:11:59 +00:00
Sascha Peilicke
e9e2212cdf Accepting request 173795 from home:dirkmueller:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/173795
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=1
2013-04-29 14:06:16 +00:00