prepare release (#847)

* prepare release

* pin pytest-asyncio
This commit is contained in:
Tobias Oberstein 2017-06-08 17:32:07 +02:00 committed by GitHub
parent 7844219a8f
commit e69b3146fa
4 changed files with 21 additions and 5 deletions

View File

@ -24,4 +24,4 @@
#
###############################################################################
__version__ = u'17.5.1'
__version__ = u'17.6.1'

View File

@ -5,6 +5,18 @@
Changelog
=========
17.6.1
------
`Published 2017-06-07 <https://pypi.python.org/pypi/autobahn/17.6.1>`__
* new: allow components to pass WebSocket/RawSocket options
* fix: register/subscribe decorators support different URI syntax from what session.register and session.subscribe support
* new: allow for standard Crossbar a.c..d style pattern URIs to be used with Pattern
* new: dynamic authorizer example
* new: configurable log level in `ApplicationRunner.run` for asyncio
* fix: forward reason of hard dropping WebSocket connection in `wasNotCleanReason`
17.5.1
------

View File

@ -134,7 +134,11 @@ extras_require_dev = [
'pyenchant>=1.6.6', # LGPL
'sphinxcontrib-spelling>=2.1.2', # BSD
'sphinx_rtd_theme>=0.1.9', # BSD
'pytest_asyncio', # Apache 2.0
# pytest-asyncio 0.6 has dropped support for Py <3.5
# https://github.com/pytest-dev/pytest-asyncio/issues/57
'pytest_asyncio<0.6', # Apache 2.0
'pytest-aiohttp', # Apache 2.0
'awscli', # Apache 2.0
'qualname', # BSD

View File

@ -42,9 +42,9 @@ deps =
pypy-asyncio: trollius>=2.0
py33-asyncio: asyncio>=3.4.3
asyncio: pytest
py33-asyncio: pytest_asyncio
py34-asyncio: pytest_asyncio
py35-asyncio: pytest_asyncio
py33-asyncio: pytest_asyncio<0.6
py34-asyncio: pytest_asyncio<0.6
py35-asyncio: pytest_asyncio<0.6
; aiohttp requires Python 3.4.2+
; py34-asyncio: pytest-aiohttp