Commit Graph

22 Commits

Author SHA256 Message Date
Denisart Benjamin
4e00c17188 Accepting request 210375 from home:posophe:branches:devel:languages:python
- Update to version 18.0
  + new: add -e/--env command line argument to pass an environment
    variables to gunicorn
  + new: add --chdir command line argument to specified directory
    before apps loading. - new: add wsgi.file_wrapper support in
    async workers
  + new: add --paste command line argument to set the paster config file
  + deprecated: the command gunicorn_django is now deprecated. You
    should now run your application with the WSGI interface installed 
    with your project 
    (see https://docs.djangoproject.com/en/1.4/howto/deployment/wsgi/gunicorn/)
    for more infos.
  + deprecated: the command gunicorn_paste is deprecated. You now should
    use the new --paste argument to set the configuration file of your
    paster application.
  + fix: Removes unmatched leading quote from the beginning of the
    default access log format string
  + fix: null timeout
  + fix: gevent worker
  + fix: don’t reload the paster app when using pserve
  + fix: after closing for error do not keep alive the connection
  + fix: responses 1xx, 204 and 304 should not force the connection
    to be closed
- Changes from 17.5
  + new: add signals documentation
  + new: add post_worker_init hook for workers
  + new: try to use gunicorn.conf.py in current folder as the default
    config file.
  + fix graceful timeout with the Eventlet worker
  + fix: don’t raise an error when closing the socket if already closed
  + fix: fix –settings parameter for django application and try to find
    the django settings when using the gunicorn command.
  + fix: give the initial global_conf to paster application
  + New versionning: With this release, the versionning of Gunicorn is
    changing. Gunicorn is stable since a long time and there is no point
    to release a “1.0” now. It should have been done since a long time.
    0.17 really meant it was the 17th stable version. From the beginning
    we have only 2 kind of releases:
    - major release: releases with major changes or huge features added
      services releases: fixes and minor features added So from now we
      will apply the following versionning <major>.<service>.
      For example 17.5 is a service release.
- Changes from 0.17.4
  + fix unix socket address parsing
- Changes from 0.17.3
  + add systemd sockets support
  + add python -m gunicorn.app.wsgiapp support
  + improve logger class inheritance
  + exit when the config file isn’t found
  + add the -R option to enable stdio inheritance in daemon mode
  + don’t close file descriptors > 3 in daemon mode
  + improve STDOUT/STDERR logging
  + fix pythonpath option
  + fix pidfile creation on Python 3
  + fix gevent worker exit
  + fix ipv6 detection when the platform isn’t supporting it

OBS-URL: https://build.opensuse.org/request/show/210375
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=29
2013-12-10 14:22:46 +00:00
Sascha Peilicke
b1bf2c575f - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=27
2013-10-24 11:06:27 +00:00
Sascha Peilicke
5fb5ed52da Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=25
2013-06-17 12:51:27 +00:00
Sascha Peilicke
11455bfcab Accepting request 148493 from home:posophe:branches:devel:languages:python
Update and python3 support

OBS-URL: https://build.opensuse.org/request/show/148493
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=23
2013-01-15 14:12:31 +00:00
Marcel Gmür
0d6840df50 rollback r21, accidentially committed to wrong branch...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=22
2012-08-26 13:16:58 +00:00
Marcel Gmür
fda87aaddc update to 0.14.6, but test fails...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=21
2012-08-26 13:09:01 +00:00
Marcel Gmür
08f5de988d - update to version 0.14.3
- improvement: performance of http.body.Body.readline()
  - improvement: log HTTP errors in access log like Apache
  - improvment: display traceback when the worker fails to boot
  - improvement: makes gunicorn work with gevent 1.0
  - examples: websocket example now supports hybi13
  - fix: reopen log files after initialization
  - fix: websockets support
  - fix: django1.4 support
  - fix: only load the paster application 1 time

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=19
2012-05-15 10:53:55 +00:00
Sascha Peilicke
53e525cdd9 Accepting request 110557 from home:openttdcoop
- Update to version 0.14.2
  - add validate_class validator: allows to use a class or a method 
    to initialize the app during in-code configuration
  - add support for max_requests in tornado worker
  - add support for disabling x_forwarded_for_header in tornado worker
  - gevent_wsgi is now an alias of gevent_pywsgi
  - Fix gevent_pywsgi worker

OBS-URL: https://build.opensuse.org/request/show/110557
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=17
2012-03-22 18:10:28 +00:00
Stephan Kulow
939773dcd1 Accepting request 108748 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/108748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gunicorn?expand=0&rev=1
2012-03-16 12:23:01 +00:00
Sascha Peilicke
3b654a8e0b - Fix doc package summary
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=15
2012-03-10 19:39:31 +00:00
Sascha Peilicke
2a99f2ec99 - Update to version 0.14.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=14
2012-03-10 16:09:05 +00:00
Marcel Gmür
ace9166421 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=13 2011-12-06 10:23:48 +00:00
Marcel Gmür
e8ca658316 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=12 2011-12-06 10:21:50 +00:00
Sascha Peilicke
751adc33a9 - Update to version 0.13.4:
*
- Run testsuite
- BuildRequire python-distribute instead of python-setuptools
- Package examples, LICENSE, NOTICE, README.rst, THANKS

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=11
2011-09-23 13:00:33 +00:00
Sascha Peilicke
60b5165aa8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=10 2011-09-23 12:55:37 +00:00
Marcel Gmür
9ac0bd8e31 remove old source
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=9
2011-09-23 12:05:12 +00:00
Marcel Gmür
6be69d2dd3 - upstream update 0.13.3
* fix util.closerange function used to prevent leaking fds on 
    python 2.5 (typo)
- update to 0.13.2
  * refactor gevent worker
  * prevent leaking fds on reexec
  * fix inverted request_time computation

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=8
2011-09-23 12:04:39 +00:00
Marcel Gmür
905326cf61 sourcen...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=7
2011-08-25 15:18:03 +00:00
Marcel Gmür
4ecc8816a4 - upstream update 0.13.1
* Fix unix socket. log argument was missing.
- update to 0.13.0
  * Improve logging: allows file-reopening and add access log file 
    compatible with the apache combined log format
  * Add the possibility to set custom SSL headers. 
    X-Forwarded-Protocol and X-Forwarded-SSL are still the default
  * New on_reload hook to customize how gunicorn spawn new workers on SIGHUP
  * Handle projects with relative path in django_gunicorn command
  * Preserve path parameters in PATH_INFO
  * post_request hook now accepts the environ as argument.
  * When stopping the arbiter, close the listener asap.
  * Fix Django command run_gunicorn in settings reloading
  * Fix Tornado worker exiting
  * Fix the use of sendfile in wsgi.file_wrapper

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=6
2011-08-25 15:16:59 +00:00
Marcel Gmür
c167b6117b spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=3
2011-07-09 14:12:53 +00:00
Marcel Gmür
b4532b35c0 Accepting request 75871 from home:openttdcoop:server
add improvements asked for
- spec header
- dropped _service
- support for SLE_11

OBS-URL: https://build.opensuse.org/request/show/75871
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=2
2011-07-08 13:21:12 +00:00
Sascha Peilicke
19e0e615a5 Accepting request 75455 from home:openttdcoop:server
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX.

OBS-URL: https://build.opensuse.org/request/show/75455
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=1
2011-07-06 10:36:04 +00:00