diff --git a/python-waitress.changes b/python-waitress.changes index e02d7f6..2c35117 100644 --- a/python-waitress.changes +++ b/python-waitress.changes @@ -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 diff --git a/python-waitress.spec b/python-waitress.spec index e630c5f..590da55 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -17,7 +17,7 @@ Name: python-waitress -Version: 0.8.5 +Version: 0.8.6 Release: 0 Summary: Waitress WSGI server License: ZPL-2.1 @@ -25,7 +25,7 @@ Group: Development/Languages/Python Url: https://github.com/Pylons/waitress Source: http://pypi.python.org/packages/source/w/waitress/waitress-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools # Test requirements: #BuildRequires: python-nose # Documentation requirements: diff --git a/waitress-0.8.5.tar.gz b/waitress-0.8.5.tar.gz deleted file mode 100644 index cbc48e8..0000000 --- a/waitress-0.8.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:302efc3e8b0f7e43da58fdbb67f13c088d09dc378e55ad19078cfbf02ef44228 -size 112208 diff --git a/waitress-0.8.6.tar.gz b/waitress-0.8.6.tar.gz new file mode 100644 index 0000000..9986f8e --- /dev/null +++ b/waitress-0.8.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ef2e854f5e374a086d727a0ebe9d405ddcaea7ac3e2958dfd8afd7e1952c7d +size 114583