-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fix #9724
Closed
Closed
Fix #9724
Conversation
This file contains 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
(cherry picked from commit fe045cd)
(cherry picked from commit 093820a)
(cherry picked from commit c5d2c6b)
(cherry picked from commit ebadf8a)
(cherry picked from commit 846aee3)
(cherry picked from commit 2d86ebf)
(cherry picked from commit fd70f7e)
(cherry picked from commit f54864e)
) Co-authored-by: David Hotham <[email protected]> Co-authored-by: Randy Döring <[email protected]> (cherry picked from commit c77ffbd)
(cherry picked from commit 198d6ff)
avoid out of memory issues (cherry picked from commit 3ba800f)
(cherry picked from commit 2f6b31f)
(cherry picked from commit e1344ef)
setup to run in a repl
Added build-bundle.sh script
re-land pythonuserbase as std location
…d-bundle Reduce poetry bundle size
Use custom pip
use usersite for getting currently installed packages
don't use --isolated for pip when POETRY_USE_USER_SITE
change the flag name to detach it from user site behavior
pip.use_pip_cache option to let pip fetch files
* updated build-bundle.sh script and readme * stop testing on 3.7; fix ci
…27) * perf improvements to low-resourse envs * modifiy paths via _path_with_destdir * doc * doc * add flag for disabling cache * add check=True for curl command * added import * revert * show downloading indicator * Update src/poetry/utils/helpers.py Co-authored-by: lhchavez <[email protected]> * added doc supporting using curl * cleanup * reuse some code --------- Co-authored-by: Replit user <> Co-authored-by: lhchavez <[email protected]>
Co-authored-by: Replit user <>
* fix header scheme; shebang line; curl invocation * cleanup --------- Co-authored-by: Replit user <>
Co-authored-by: Replit user <>
Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.2 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@40.0.2...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Ensure that poetry doesn't break if PYTHONUSERBASE packages conflict with poetry internal deps The problem we were facing was that html5lib===1.0b8 was a dependency of redberry, which relied on python <=3.7. ~/ReplWorkspace$ poetry add redberry cannot import name 'Mapping' from 'collections' (/nix/store/xf54733x4chbawkh1qvy9i1i4mlscy1c-python3-3.10.11/lib/python3.10/collections/__init__.py) We need to preserve the full PYTHONPATH because poetry executes pip to uninstall packages, and if PYTHONPATH does not contain the PYTHONUSERBASE then it will silently not uninstall packages. * Bumping python version
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.6...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.15...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2024.7.4. - [Commits](certifi/python-certifi@2023.05.07...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#39) * Remove package pyproject line if package is module (#8218) This change only ensures that projects whose name needs to be normalized (e.g. projects with a dash) behave the same way as projects whose name is a valid Python module name. * bumped version --------- Co-authored-by: William D'Onofrio <[email protected]>
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Pull Request Check List
Resolves: #issue-number-here