uwsgi 1.9.17.1-5build5 source package in Ubuntu

Changelog

uwsgi (1.9.17.1-5build5) trusty; urgency=medium

  * No-change rebuild to drop Python 3.3 support.
 -- Matthias Klose <email address hidden>   Sun, 23 Mar 2014 15:28:12 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Janos Guljas
Architectures:
any all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe web

Downloads

File Size SHA-256 Checksum
uwsgi_1.9.17.1.orig.tar.gz 680.1 KiB e2558b918afe47640e3c4e75be4347e7e8dc7b19caf2120b6e1fb6bf17891c2a
uwsgi_1.9.17.1-5build5.debian.tar.gz 55.5 KiB 7fa51610578a8940a648ef0fc1980e23a642f1ee5348812bd7c0dc31ac2506c1
uwsgi_1.9.17.1-5build5.dsc 4.8 KiB 5bfd28f3fae5c2a05272cdeb28ad0de8fad73850f388329beadd45649e29067f

View changes file

Binary packages built by this source

libapache2-mod-proxy-uwsgi: uwsgi proxy module for Apache2 (mod_uwsgi)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It uses the uwsgi protocol for all the networking/interprocess communications.
 .
 This package provides Apache2 module for communicating with uWSGI.
 .
 It is a proxy module, so it provides all of the futures exported by mod_proxy.
 .
 It is fully Apache API compliant and it should be easily integrated with all
 of the available modules.

libapache2-mod-proxy-uwsgi-dbg: No summary available for libapache2-mod-proxy-uwsgi-dbg in ubuntu utopic.

No description available for libapache2-mod-proxy-uwsgi-dbg in ubuntu utopic.

libapache2-mod-ruwsgi: No summary available for libapache2-mod-ruwsgi in ubuntu utopic.

No description available for libapache2-mod-ruwsgi in ubuntu utopic.

libapache2-mod-ruwsgi-dbg: debugging symbols for Apache2 mod_Ruwsgi

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 .
 This package contains the debug symbols for Apache2 mod_Ruwsgi. Install this
 package if you need to debug module or if you need a useful backtrace of a
 crash.

libapache2-mod-uwsgi: uwsgi module for Apache2 (mod_uwsgi)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It uses the uwsgi protocol for all the networking/interprocess communications.
 .
 This package provides Apache2 module for communicating with uWSGI.
 .
 This is the first module developed, it is stable but a bit hacky (it does not
 fully use the Apache2 API).

libapache2-mod-uwsgi-dbg: debugging symbols for Apache2 mod_uwsgi

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 .
 This package contains the debug symbols for Apache2 mod_uwsgi. Install this
 package if you need to debug module or if you need a useful backtrace of a
 crash.

python-uwsgidecorators: module of decorators for elegant access to uWSGI API (Python)

 uwsgidecorators is a simple Python module that exports a bunch of decorators
 to allow a more elegant approach to uWSGI API. Provided decorators helps with
 creating of RPC functions, timers, filemonitors.
 .
 This package provides uwsgidecorators module, accessible from Python 2.X
 runtime.

python3-uwsgidecorators: module of decorators for elegant access to uWSGI API (Python 3)

 uwsgidecorators is a simple Python module that exports a bunch of decorators
 to allow a more elegant approach to uWSGI API. Provided decorators helps with
 creating of RPC functions, timers, filemonitors.
 .
 This package provides uwsgidecorators module, accessible from Python 3.X
 runtime.
 .
 uwsgidecorators module doesn't targeted at Python 3 officially, so some
 decorators may not work or work improperly.

uwsgi: fast, self-healing application container server

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It uses the uwsgi protocol for all the networking/interprocess communications.
 .
 uWSGI can be run in preforking, threaded, asynchronous/evented modes and
 supports various forms of green threads/coroutines (such as uGreen, Greenlet,
 Fiber). uWSGI provides several methods of configuration: via command line,
 via environment variables, via XML, INI, YAML configuration files, via LDAP
 and more.
 .
 On top of all this, it is designed to be fully modular. This means that
 different plugins can be used in order to add compatibility with tons of
 different technology on top of the same core.
 .
 This package depends on uWSGI core binary and installs:
   * init.d script for running uWSGI daemon(s) with options defined in custom
     user-created configuration files
   * infrastructure for running daemons (like common locations of communication
     sockets, logs)

uwsgi-app-integration-plugins: No summary available for uwsgi-app-integration-plugins in ubuntu utopic.

No description available for uwsgi-app-integration-plugins in ubuntu utopic.

uwsgi-core: No summary available for uwsgi-core in ubuntu utopic.

No description available for uwsgi-core in ubuntu utopic.

uwsgi-dbg: No summary available for uwsgi-dbg in ubuntu utopic.

No description available for uwsgi-dbg in ubuntu utopic.

uwsgi-emperor: No summary available for uwsgi-emperor in ubuntu utopic.

No description available for uwsgi-emperor in ubuntu utopic.

uwsgi-extra: fast, self-healing application container server (extra files)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 .
 This package provides extra files from uWSGI distribution.

uwsgi-infrastructure-plugins: infrastructure plugins for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This dependency package provides infrastructure plugins for uWSGI:
   * alarm curl
   * alarm XMPP
   * curl cron
   * PostgreSQL emperor
   * graylog2
   * GeoIP
   * LDAP
   * router access
   * sqlite3
   * XSLT request

uwsgi-plugin-alarm-curl: Alarm curl plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides alarm_curl plugin for uWSGI.

uwsgi-plugin-alarm-xmpp: Alarm XMPP plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides alarm_xmpp plugin for uWSGI.

uwsgi-plugin-curl-cron: curl cron plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides curl_cron plugin for uWSGI.

uwsgi-plugin-emperor-pg: No summary available for uwsgi-plugin-emperor-pg in ubuntu utopic.

No description available for uwsgi-plugin-emperor-pg in ubuntu utopic.

uwsgi-plugin-erlang: No summary available for uwsgi-plugin-erlang in ubuntu utopic.

No description available for uwsgi-plugin-erlang in ubuntu utopic.

uwsgi-plugin-fiber: fiber loop engine plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides Ruby 1.9 fiber loop engine plugin for uWSGI. Fibers are
 a form of coroutine, useful for implementing cooperative multitasking in your
 Ruby 1.9.x apps.

uwsgi-plugin-geoip: GeoIP plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides geoip plugin for uWSGI.

uwsgi-plugin-graylog2: graylog2 plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides graylog2 plugin for uWSGI.

uwsgi-plugin-greenlet-python: greenlet plugin for uWSGI (Python)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides greenlet plugin for uWSGI with Python WSGI plugin.

uwsgi-plugin-jvm-openjdk-6: No summary available for uwsgi-plugin-jvm-openjdk-6 in ubuntu utopic.

No description available for uwsgi-plugin-jvm-openjdk-6 in ubuntu utopic.

uwsgi-plugin-jvm-openjdk-7: Java plugin for uWSGI (OpenJDK 7)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides Java plugin for uWSGI (linked with OpenJDK Java 7
 runtime).

uwsgi-plugin-jwsgi-openjdk-6: JWSGI plugin for uWSGI (OpenJDK 6)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides JWSGI plugin for uWSGI (linked with OpenJDK Java 6
 runtime).

uwsgi-plugin-jwsgi-openjdk-7: No summary available for uwsgi-plugin-jwsgi-openjdk-7 in ubuntu utopic.

No description available for uwsgi-plugin-jwsgi-openjdk-7 in ubuntu utopic.

uwsgi-plugin-ldap: LDAP plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides ldap plugin for uWSGI.

uwsgi-plugin-lua5.1: No summary available for uwsgi-plugin-lua5.1 in ubuntu utopic.

No description available for uwsgi-plugin-lua5.1 in ubuntu utopic.

uwsgi-plugin-lua5.2: Lua WSAPI plugin for uWSGI (Lua 5.2)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides Lua WSAPI plugin for uWSGI (linked with Lua 5.2
 runtime).

uwsgi-plugin-php: PHP plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides PHP plugin for uWSGI.

uwsgi-plugin-psgi: Perl PSGI plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides Perl PSGI plugin for uWSGI.

uwsgi-plugin-pyerl-python: pyerl plugin for uWSGI (Python)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides pyerl plugin for uWSGI with Python WSGI plugin.

uwsgi-plugin-pyerl-python3: No summary available for uwsgi-plugin-pyerl-python3 in ubuntu utopic.

No description available for uwsgi-plugin-pyerl-python3 in ubuntu utopic.

uwsgi-plugin-python: Python WSGI plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides Python WSGI plugin for uWSGI (linked with Python 2.X
 runtime).

uwsgi-plugin-python3: No summary available for uwsgi-plugin-python3 in ubuntu utopic.

No description available for uwsgi-plugin-python3 in ubuntu utopic.

uwsgi-plugin-rack-ruby1.9.1: Rack plugin for uWSGI (Ruby 1.9.1)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides Rack plugin for uWSGI (linked with Ruby 1.9.1 runtime).

uwsgi-plugin-rbthreads: Ruby native threads plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides Ruby 1.9 native threads plugin for uWSGI.

uwsgi-plugin-router-access: No summary available for uwsgi-plugin-router-access in ubuntu utopic.

No description available for uwsgi-plugin-router-access in ubuntu utopic.

uwsgi-plugin-sqlite3: sqlite3 configurations plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides sqlite plugin for uWSGI, which allows loading
 configurations from sqlite3 db.

uwsgi-plugin-v8: V8 JavaScript plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides V8 plugin for uWSGI.

uwsgi-plugin-xslt: XSLT request plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides xslt plugin for uWSGI.

uwsgi-plugins-all: all available plugins for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This dependency package provides all available plugins for uWSGI:
   * infrastructure plugins (HTTP serving, RPC, etc.)
   * plugins for integration of uWSGI and application (PSGI, Rack, WSGI,
     etc.)
   * fiber loop engine, greenlet (Python), pyerl (Python/Python 3)