Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (36 loc) · 1.69 KB

README.rst

File metadata and controls

44 lines (36 loc) · 1.69 KB

We bring you good news!

The official maintainer of the Python pyzmq package, @minrk, has merged our work into the main project!

That's right — the official version of PyZMQ can now detect the absence of a system-wide ØMQ library and respond by building and linking to its own copy of the library. The PyZMQ distribution carries its own copy of the source code so that no network access is necessary for its install to complete successfully.

This means your project can now simply depend upon normal pyzmq instead of the separate name pyzmq-static.

The main PyZMQ gained this superpower with its 2.2.0.1 release. If you need to use an older version of PyZMQ, then you can simply hard-code a dependency in your requirements.txt or setup.py against whatever older version of pyzmq-static you would like to keep using:

pyzmq-static==2.1.11.2

Thanks again to Evan Borgstrom for helping me (Brandon Rhodes) maintain this project, and thanks to our users for letting us know how often this distribution of pyzmq helped you get off the ground!

Changelog

2012-08-20 — Project end — @minrk merges our work!
2012-04-28 — 2.1.11 — ØMQ and PyZMQ 2.1.11
2011-06-15 — 2.1.7.1 — Fixed compilation under Windows.
2011-05-22 — 2.1.7 — ØMQ and PyZMQ 2.1.7.
2011-04-02 — 2.1.4 — ØMQ 2.1.4; PyZMQ 2.1.1; util-linux-ng 2.19.
2010-11-17 — 2.0.10 — ØMQ 2.0.10; FreeBSD support.
2010-09-27 — 2.0.8 — Mac OS X support.
2010-09-15 — 2.0.7a — World debut!