Accepting request 228041 from server:http
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/228041 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uwsgi?expand=0&rev=10
This commit is contained in:
commit
c58bb13771
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e84e498c217a793571f803d04fca4f2877dd856e9c5af1e66e645132d70c7cc2
|
|
||||||
size 750771
|
|
3
uwsgi-2.0.2.tar.gz
Normal file
3
uwsgi-2.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:469f418eaa08e7aa46351e8b19b0ed55ec158046c617b388fd896bc9bb28ccb8
|
||||||
|
size 754168
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 16 18:00:35 UTC 2014 - jfunk@funktronics.ca
|
||||||
|
|
||||||
|
- Update to 2.0.1:
|
||||||
|
* Bugfixes
|
||||||
|
* fixed python3 support on older compilers/libc
|
||||||
|
* allow starting in spooler-only mode
|
||||||
|
* fixed cache bitmap support and added test suite (credits: Danila Shtan)
|
||||||
|
* fixed ftime log var
|
||||||
|
* added async remote signal management
|
||||||
|
* fixed end-for and end-if
|
||||||
|
* fixed loop in internal-routing response chain
|
||||||
|
* fixed pypy execute_source usage
|
||||||
|
* logpipe: Don't setsid() twice (credits: INADA Naoki)
|
||||||
|
* New features and improvements
|
||||||
|
* CGI plugin
|
||||||
|
* The plugin has been improved to support streaming
|
||||||
|
* The long-awaited async support is finally ready
|
||||||
|
* PSGI loading improvements
|
||||||
|
* The PSGI loader now tries to use Plack::Util::load_psgi() function
|
||||||
|
instead of simple eval
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 16:49:14 UTC 2014 - jfunk@funktronics.ca
|
Fri Feb 21 16:49:14 UTC 2014 - jfunk@funktronics.ca
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ Binary: uwsgi, uwsgi-dbg, uwsgi-core, uwsgi-emperor, uwsgi-plugins-all, uwsgi-in
|
|||||||
python3-uwsgidecorators,
|
python3-uwsgidecorators,
|
||||||
uwsgi-extra
|
uwsgi-extra
|
||||||
Architecture: any all
|
Architecture: any all
|
||||||
Version: 2.0.1-1
|
Version: 2.0.2-1
|
||||||
Maintainer: Janos Guljas <janos@debian.org>
|
Maintainer: Janos Guljas <janos@debian.org>
|
||||||
Uploaders: Jonas Smedegaard <dr@jones.dk>
|
Uploaders: Jonas Smedegaard <dr@jones.dk>
|
||||||
Homepage: http://projects.unbit.it/uwsgi/
|
Homepage: http://projects.unbit.it/uwsgi/
|
||||||
@ -57,5 +57,5 @@ Package-List:
|
|||||||
uwsgi-plugin-v8 deb web extra
|
uwsgi-plugin-v8 deb web extra
|
||||||
uwsgi-plugin-xslt deb web extra
|
uwsgi-plugin-xslt deb web extra
|
||||||
uwsgi-plugins-all deb web extra
|
uwsgi-plugins-all deb web extra
|
||||||
Debtransform-Tar: uwsgi-2.0.1.tar.gz
|
Debtransform-Tar: uwsgi-2.0.2.tar.gz
|
||||||
Debtransform-Files-Tar: debian.tar.gz
|
Debtransform-Files-Tar: debian.tar.gz
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: uwsgi
|
Name: uwsgi
|
||||||
Version: 2.0.1
|
Version: 2.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Application Container Server for Networked/Clustered Web Applications
|
Summary: Application Container Server for Networked/Clustered Web Applications
|
||||||
License: GPL-2.0-with-GCC-exception
|
License: GPL-2.0-with-GCC-exception
|
||||||
|
Loading…
Reference in New Issue
Block a user