Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

15.3.0, bundle zeromq on Windows + py35 #8

Merged
merged 3 commits into from
Jul 26, 2016

Commits on Jul 15, 2016

  1. bundle zeromq on Windows + py35

    win+py35 isn't importing in downstream packages,
    so try building it the same as everything else.
    minrk committed Jul 15, 2016
    Configuration menu
    Copy the full SHA
    846b610 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2016

  1. bump to 15.3

    minrk committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    a14c355 View commit details
    Browse the repository at this point in the history
  2. patch out unimportable asyncio files on py2

    because conda-build aborts if compileall sets an exit code,
    even though these files are never used.
    minrk committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    681f74a View commit details
    Browse the repository at this point in the history