-
Notifications
You must be signed in to change notification settings - Fork 19
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
base: main
Are you sure you want to change the base?
Commits on Dec 1, 2023
-
Update tests with latest version 0.9.5
Signed-off-by: Tushar Goel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4fca7b - Browse repository at this point
Copy the full SHA b4fca7bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 90b30ac - Browse repository at this point
Copy the full SHA 90b30acView commit details -
Parse setup.py file with AST instead of using regex.
Signed-off-by: Bennati, Stefano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b5ffe7 - Browse repository at this point
Copy the full SHA 8b5ffe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34581de - Browse repository at this point
Copy the full SHA 34581deView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 0db56b7 - Browse repository at this point
Copy the full SHA 0db56b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97f28f5 - Browse repository at this point
Copy the full SHA 97f28f5View commit details -
Bump version to 0.9.6 and add CHANGELOG
Signed-off-by: Tushar Goel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7e0d71 - Browse repository at this point
Copy the full SHA c7e0d71View commit details -
Fix resolution of setup files which partially have dynamic dependencies
Signed-off-by: Tushar Goel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4cbb34b - Browse repository at this point
Copy the full SHA 4cbb34bView commit details -
Signed-off-by: Tushar Goel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5adb40 - Browse repository at this point
Copy the full SHA b5adb40View commit details -
Signed-off-by: Tushar Goel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3214691 - Browse repository at this point
Copy the full SHA 3214691View commit details -
Add Cython to requirements.txt
Closes aboutcode-org#136 Signed-off-by: Bennati, Stefano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3471a5 - Browse repository at this point
Copy the full SHA f3471a5View commit details