generated from aboutcode-org/skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 26
Evaluate live setup.py with a new --insecure option #62 #65
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d147fea to
058727d
Compare
pombredanne
requested changes
Aug 31, 2022
Member
pombredanne
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks... See some feedback FYI.
4281d75 to
fdb0470
Compare
Reference: #62 Signed-off-by: Tushar Goel <[email protected]>
Signed-off-by: Tushar Goel <[email protected]>
Signed-off-by: Lars Holm Nielsen <[email protected]>
* Imports requirements.py from cookiecutter-invenio-module. Co-authored-by: Jiri Kuncar <[email protected]> Signed-off-by: Lars Holm Nielsen <[email protected]>
* Migrates from argparse to click. * Add support for specifying path to setup.py and requirements file. Signed-off-by: Lars Holm Nielsen <[email protected]>
Signed-off-by: Jiri Kuncar <[email protected]>
* Changes `invenio-software.org` to `inveniosoftware.org` to use the same dashless canonical ID everywhere (GitHub, Twitter, Web). Signed-off-by: Tibor Simko <[email protected]>
* FIX Fixes problem when the setup.py command plays with `__file__` to read, exec, or whatever. Signed-off-by: Yoan Blanc <[email protected]>
* FIX Fixes problem when the setup.py command try to import the package its about to install in order to get the information like the version. E.g. Django does that. Signed-off-by: Yoan Blanc <[email protected]>
Signed-off-by: Jiri Kuncar <[email protected]>
Signed-off-by: Jiri Kuncar <[email protected]>
Signed-off-by: Tibor Simko <[email protected]>
Signed-off-by: Jiri Kuncar <[email protected]>
* FIX Makes `--extras` option accepting comma separated values as described in help. (closes #14) Signed-off-by: Jiri Kuncar <[email protected]>
* FIX Sphinx 1.5+ drops support for Python 2.6 and 3.3. * NEW Adds Python 3.6 support. Signed-off-by: Yoan Blanc <[email protected]>
* FIX Accepts non-`-e` packages from devel file. Signed-off-by: Yoan Blanc <[email protected]>
Signed-off-by: Jiri Kuncar <[email protected]>
* Adds support for markers Signed-off-by: Krzysztof Nowak <[email protected]>
- Add configuration for yapf auto-formatting. (closes #19) Signed-off-by: Yoan Blanc <[email protected]>
Signed-off-by: Lars Holm Nielsen <[email protected]>
* Fixes issue with conditions on extra_require not being taken into account. Signed-off-by: Lars Holm Nielsen <[email protected]>
Signed-off-by: Lars Holm Nielsen <[email protected]>
* Fixes issue with upper version requirements being stripped from the output. Signed-off-by: Lars Holm Nielsen <[email protected]>
Signed-off-by: Lars Holm Nielsen <[email protected]>
Signed-off-by: Yoan Blanc <[email protected]>
Signed-off-by: Yoan Blanc <[email protected]>
* Fixes fatal error if setup is called under 'if __name__ == "__main__":'
Closes #35 Signed-off-by: Yoan Blanc <[email protected]>
* Includes the minimum version additionally to the X.* specifier.
Signed-off-by: Yoan Blanc <[email protected]>
Signed-off-by: Yoan Blanc <[email protected]> Co-authored-by: Christian Clauss <[email protected]>
Signed-off-by: Yoan Blanc <[email protected]>
Signed-off-by: Yoan Blanc <[email protected]>
Signed-off-by: Yoan Blanc <[email protected]>
- fix pydocstyle and pycodestyle issues - adapt tests to new dependencies closes #52
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Tushar Goel <[email protected]>
Signed-off-by: Tushar Goel <[email protected]>
fdb0470 to
37375d2
Compare
Signed-off-by: Tushar Goel <[email protected]>
remove unused code Signed-off-by: Tushar Goel <[email protected]>
pombredanne
reviewed
Sep 20, 2022
Signed-off-by: Tushar Goel <[email protected]>
Signed-off-by: Tushar Goel <[email protected]>
pombredanne
approved these changes
Sep 27, 2022
Member
pombredanne
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! See a few nitpickings for your consideration and then go ahead, merge and release
Signed-off-by: Tushar Goel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reference: #62
Signed-off-by: Tushar Goel [email protected]