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

Merging Master of pipenv #7

Merged
merged 66 commits into from
May 3, 2020
Merged

Merging Master of pipenv #7

merged 66 commits into from
May 3, 2020

Conversation

Hammond95
Copy link
Owner

Thank you for contributing to Pipenv!

The issue

What is the thing you want to fix? Is it associated with an issue on GitHub? Please mention it.

Always consider opening an issue first to describe your problem, so we can discuss what is the best way to amend it. Note that if you do not describe the goal of this change or link to a related issue, the maintainers may close the PR without further review.

If your pull request makes a non-insignificant change to Pipenv, such as the user interface or intended functionality, please file a PEEP.

https://github.com/pypa/pipenv/blob/master/peeps/PEEP-000.md

The fix

How does this pull request fix your problem? Did you consider any alternatives? Why is this the best solution, in your opinion?

The checklist

  • Associated issue
  • A news fragment in the news/ directory to describe this fix with the extension .bugfix, .feature, .behavior, .doc. .vendor. or .trivial (this will appear in the release changelog). Use semantic line breaks and name the file after the issue number or the PR #.

kylecribbs and others added 30 commits January 22, 2019 21:21
--db allows users to specify a local source to the json databse for offline safety check.
--output allows users to specify json, full-report, or bare from safety check
--squelch hides all stdout from pipenv.
Removed some unneeded duplicate code.
Users can pass PIPENV_SAFETY_DB path for local db or --db
changed squelch to quiet.
added logging stating its using local db.
- Automatically release when tags are pushed to master
- Release automation will build wheel and sdist + upload to pypi
- Added test pypi as initial target
- Updated version update scripts to help with automatic version
  management

Signed-off-by: Dan Ryan <[email protected]>
- If pep517 failure occurs on a retry, allow additional attempts to
  install with pep517 re-enabled
- This might happen if the install locations in the environment don't
  align with the expected location when pip compares an editable
  dependency (i.e. an egg link)
- This should fix the related CI failures that have been popping up here
  and there

Signed-off-by: Dan Ryan <[email protected]>
Signed-off-by: Dan Ryan <[email protected]>
- Remove bits about CC-BY-SA licensing
- Remove bits about using an embedded API key
- Add a little flair to the readme to acknowledge pyup

Signed-off-by: Dan Ryan <[email protected]>
techalchemy and others added 29 commits April 27, 2020 16:58
Signed-off-by: Dan Ryan <[email protected]>
Signed-off-by: Dan Ryan <[email protected]>
Signed-off-by: Dan Ryan <[email protected]>
Reword `pipenv check` note in docs

Co-Authored-By: Sumana Harihareswara <[email protected]>
Signed-off-by: Dan Ryan <[email protected]>
Signed-off-by: Dan Ryan <[email protected]>
- Fix build rules for deployment environment

Signed-off-by: Dan Ryan <[email protected]>
Signed-off-by: Dan Ryan <[email protected]>
Signed-off-by: Dan Ryan <[email protected]>
Signed-off-by: Dan Ryan <[email protected]>
Signed-off-by: Github Action <[email protected]>
Co-Authored-By: Frost Ming <[email protected]>
Co-Authored-By: Sumana Harihareswara <[email protected]>
@Hammond95 Hammond95 merged commit 22eade3 into Hammond95:master May 3, 2020
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.

9 participants