◐ Shell
clean mode source ↗

Comparing ParallelSSH:master...parallel-ssh:master · ParallelSSH/ssh2-python

Commits on Oct 3, 2023

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. re-cythonize with a constrained cython version

    Constrained the Cython version to be less than 3.0, but greater than
    0.29.34.
    Updated the setup.py to account for the updated cythonize parameters.
    Also made the appveyor version PEP440 compatible
    Configuration menu

    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Update build to Cython 3.0.5

    Rebuilt the project with the latest version of Cython and unbound the
    upper limit of Cython. This was a big jump, but now it a good time to
    make it.
    Configuration menu

    Browse the repository at this point in the history

  2. Update the vendored libssh2

    This commit adds all relevant files from the libssh2 repo, as of commit
    631e773, with some additional attribution and licenses.
    Configuration menu

    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu

    Browse the repository at this point in the history

  2. delete second copy of libssh2

    while specified in the gcc options, this causes the extensions to not
    link against libssh2 any more, with predictable outcomes
    (i.e. runtime linking errors)
    Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu

    Browse the repository at this point in the history