Skip to content

Conversation

@TG1999
Copy link
Contributor

@TG1999 TG1999 commented Aug 31, 2022

Reference: #62
Signed-off-by: Tushar Goel [email protected]

@pombredanne pombredanne changed the title Add --insecure option #62 Evaluate live setup.py with a new --insecure option #62 Aug 31, 2022
Copy link
Member

@pombredanne pombredanne left a 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.

TG1999 and others added 26 commits September 20, 2022 17:12
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]>
* 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]>
* 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]>
lhupfeldt and others added 20 commits September 20, 2022 17:20
* 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]>
Co-authored-by: Christian Clauss <[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: Tushar Goel <[email protected]>
Signed-off-by: Tushar Goel <[email protected]>
Signed-off-by: Tushar Goel <[email protected]>
remove unused code

Signed-off-by: Tushar Goel <[email protected]>
Copy link
Member

@pombredanne pombredanne left a 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]>
@TG1999 TG1999 merged commit 1af5ecc into main Sep 27, 2022
@TG1999 TG1999 deleted the insecure-option branch September 27, 2022 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.