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

Update Cython bindings #2068

Merged
merged 4 commits into from
Jun 29, 2023
Merged

Commits on Jun 28, 2023

  1. Normalize rc4 version string

    /usr/local/lib/python2.7/dist-packages/setuptools/dist.py:476: UserWarning: Normalizing '5.0.0.rc4' to '5.0.0rc4'
      normalized_version,
    peace-maker committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    47f3692 View commit details
    Browse the repository at this point in the history
  2. Search for correct versioned lib .5 suffix

    Always use the major version instead of requiring manual updates to the
    file names.
    peace-maker committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    19a6093 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38e03cd View commit details
    Browse the repository at this point in the history
  4. Update Cython bindings

    peace-maker committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    c9964b0 View commit details
    Browse the repository at this point in the history