Changelog available here.
Details
Details
- Reviewers
joebonrichie - Group Reviewers
Triage Team - Commits
- R2675:cd77848d0b9f: Update python-pyzmq to 17.0.0
R2675:c484a8e0a062: Update python-pyzmq to 17.0.0
Tested with spyder and spyder3.
Diff Detail
Diff Detail
- Repository
- R2675 python-pyzmq
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
- Replace the summary with a link to the changelog (http://pyzmq.readthedocs.io/en/latest/changelog.html#id1)
- Add python-tornado as a rundep (noticed this whilst updating rapid-photo-downloader). If you notice any other missing rundeps please add them.
Comment Actions
@joebonrichie They don't actually specify any rundeps (apart from when running on PyPy) either in the setup.py or documentation. Tornado is listed under the test requirements though. I think this may be to do with the deprecation of the bundled tornado implementation, they might have just forgotten to update the setup file to say that full tornado is now required. Anyway, I've added it now, so this should be good to go.
Comment Actions
I don't think they can make their mind up https://github.com/zeromq/pyzmq/pull/1030 https://github.com/zeromq/pyzmq/pull/1122 but for now, let's just have it as a rundep, harmless enough.