forked from pool/python-waitress
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
This commit is contained in:
commit
86308cd855
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 13 10:15:30 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
- 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).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 25 11:28:09 UTC 2013 - dmueller@suse.com
|
Tue Jun 25 11:28:09 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-waitress
|
Name: python-waitress
|
||||||
Version: 0.8.5
|
Version: 0.8.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Waitress WSGI server
|
Summary: Waitress WSGI server
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
@ -25,7 +25,7 @@ Group: Development/Languages/Python
|
|||||||
Url: https://github.com/Pylons/waitress
|
Url: https://github.com/Pylons/waitress
|
||||||
Source: http://pypi.python.org/packages/source/w/waitress/waitress-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/w/waitress/waitress-%{version}.tar.gz
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-setuptools
|
||||||
# Test requirements:
|
# Test requirements:
|
||||||
#BuildRequires: python-nose
|
#BuildRequires: python-nose
|
||||||
# Documentation requirements:
|
# Documentation requirements:
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:302efc3e8b0f7e43da58fdbb67f13c088d09dc378e55ad19078cfbf02ef44228
|
|
||||||
size 112208
|
|
3
waitress-0.8.6.tar.gz
Normal file
3
waitress-0.8.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:31ef2e854f5e374a086d727a0ebe9d405ddcaea7ac3e2958dfd8afd7e1952c7d
|
||||||
|
size 114583
|
Loading…
Reference in New Issue
Block a user