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

Fix #9724

Closed
wants to merge 59 commits into from
Closed

Fix #9724

wants to merge 59 commits into from

Conversation

orlserg
Copy link

@orlserg orlserg commented Sep 29, 2024

Pull Request Check List

Resolves: #issue-number-here

  • Added tests for changed code.
  • Updated documentation for changed code.

ralbertazzi and others added 30 commits May 19, 2023 15:13
(cherry picked from commit c5d2c6b)
)

Co-authored-by: David Hotham <[email protected]>
Co-authored-by: Randy Döring <[email protected]>
(cherry picked from commit c77ffbd)
avoid out of memory issues

(cherry picked from commit 3ba800f)
Replit user and others added 27 commits July 31, 2023 17:54
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]>
@orlserg orlserg closed this Sep 29, 2024
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants