Skip to content

Conversation

@TG1999
Copy link
Contributor

@TG1999 TG1999 commented Aug 31, 2022

Reference: #62
Signed-off-by: Tushar Goel tushar.goel.dav@gmail.com

@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 <tushar.goel.dav@gmail.com>
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
* Imports requirements.py from cookiecutter-invenio-module.

Co-authored-by: Jiri Kuncar <jiri.kuncar@cern.ch>
Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
* Migrates from argparse to click.

* Add support for specifying path to setup.py and requirements file.

Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
* Changes `invenio-software.org` to `inveniosoftware.org` to use the
  same dashless canonical ID everywhere (GitHub, Twitter, Web).

Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
* FIX Fixes problem when the setup.py command plays with `__file__`
  to read, exec, or whatever.

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
* 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 <yoan@dosimple.ch>
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
* FIX Makes `--extras` option accepting comma separated values as
  described in help.  (closes #14)

Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
* FIX Sphinx 1.5+ drops support for Python 2.6 and 3.3.

* NEW Adds Python 3.6 support.

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
* FIX Accepts non-`-e` packages from devel file.

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
* Adds support for markers

Signed-off-by: Krzysztof Nowak <k.nowak@cern.ch>
- Add configuration for yapf auto-formatting. (closes #19)

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
* Fixes issue with conditions on extra_require not being taken into
  account.

Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
* Fixes issue with upper version requirements being stripped from the
  output.

Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
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 <yoan@dosimple.ch>
* Includes the minimum version additionally to the X.* specifier.
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
Co-authored-by: Christian Clauss <cclauss@me.com>
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
- fix pydocstyle and pycodestyle issues
- adapt tests to new dependencies

closes #52
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
remove unused code

Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
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 <tushar.goel.dav@gmail.com>
@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.