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

Add Cython to requirements.txt #137

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Commits on Dec 1, 2023

  1. Update tests with latest version 0.9.5

    Signed-off-by: Tushar Goel <[email protected]>
    TG1999 authored and bennati committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b4fca7b View commit details
    Browse the repository at this point in the history
  2. Mock the actual setup provider defined in setup.py

    Currently `setup` is always mocked using `distutils.core`
    but this might cause issues with certain packages.
    Fix this behavior by parsing the `setup.py` file for the correct
    module to import.
    
    Closes: aboutcode-org#116
    
    Signed-off-by: Bennati, Stefano <[email protected]>
    bennati committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    90b30ac View commit details
    Browse the repository at this point in the history
  3. Parse setup.py file with AST instead of using regex.

    Signed-off-by: Bennati, Stefano <[email protected]>
    bennati committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8b5ffe7 View commit details
    Browse the repository at this point in the history
  4. Run make valid.

    Signed-off-by: Bennati, Stefano <[email protected]>
    bennati committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    34581de View commit details
    Browse the repository at this point in the history
  5. Update dependency resolvelib to 1.0.0

    It includes fix for backjumping, see
    sarugaku/resolvelib#113
    
    Relates-to: aboutcode-org#106
    
    Signed-off-by: Bennati, Stefano <[email protected]>
    bennati committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    0db56b7 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    Signed-off-by: Bennati, Stefano <[email protected]>
    bennati committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    97f28f5 View commit details
    Browse the repository at this point in the history
  7. Bump version to 0.9.6 and add CHANGELOG

    Signed-off-by: Tushar Goel <[email protected]>
    TG1999 authored and bennati committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    c7e0d71 View commit details
    Browse the repository at this point in the history
  8. Fix resolution of setup files which partially have dynamic dependencies

    Signed-off-by: Tushar Goel <[email protected]>
    TG1999 authored and bennati committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    4cbb34b View commit details
    Browse the repository at this point in the history
  9. Add changelog for v0.9.7

    Signed-off-by: Tushar Goel <[email protected]>
    TG1999 authored and bennati committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b5adb40 View commit details
    Browse the repository at this point in the history
  10. Bump version to 0.9.7

    Signed-off-by: Tushar Goel <[email protected]>
    TG1999 authored and bennati committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    3214691 View commit details
    Browse the repository at this point in the history
  11. Add Cython to requirements.txt

    Closes aboutcode-org#136
    
    Signed-off-by: Bennati, Stefano <[email protected]>
    bennati committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    f3471a5 View commit details
    Browse the repository at this point in the history