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

Update django-allauth to 0.50.0 #1607

Merged
merged 1 commit into from
May 24, 2024
Merged

Update django-allauth to 0.50.0 #1607

merged 1 commit into from
May 24, 2024

Conversation

gzurowski
Copy link
Member

Updating the version of django-allauth due to an error with Python's setup-tools.

With the current version, the build fails with the following errors:

 ChefBuildError

  Backend subprocess exited when trying to invoke get_requires_for_build_wheel
  
  Traceback (most recent call last):
    File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/site-packages/pyproject_hooks/_in_process/_in_process.py", line 373, in <module>
      main()
    File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/site-packages/pyproject_hooks/_in_process/_in_process.py", line 357, in main
      json_out["return_val"] = hook(**hook_input["kwargs"])
    File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/site-packages/pyproject_hooks/_in_process/_in_process.py", line 134, in get_requires_for_build_wheel
      return hook(config_settings)
    File "/tmp/tmpjv8qdtb5/.venv/lib/python3.8/site-packages/setuptools/build_meta.py", line 325, in get_requires_for_build_wheel
      return self._get_build_requires(config_settings, requirements=['wheel'])
    File "/tmp/tmpjv8qdtb5/.venv/lib/python3.8/site-packages/setuptools/build_meta.py", line 295, in _get_build_requires
      self.run_setup()
    File "/tmp/tmpjv8qdtb5/.venv/lib/python3.8/site-packages/setuptools/build_meta.py", line 487, in run_setup
      super().run_setup(setup_script=setup_script)
    File "/tmp/tmpjv8qdtb5/.venv/lib/python3.8/site-packages/setuptools/build_meta.py", line 311, in run_setup
      exec(code, locals())
    File "<string>", line 9, in <module>
  ImportError: cannot import name 'convert_path' from 'setuptools' (/tmp/tmpjv8qdtb5/.venv/lib/python3.8/site-packages/setuptools/__init__.py)

Also see: actions/setup-python#872

Updating the version of django-allauth due to an error with
Python's setup-tools.

Also see: actions/setup-python#872
@gzurowski gzurowski requested a review from a team as a code owner May 23, 2024 12:55
Copy link
Contributor

@yattias yattias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@gzurowski gzurowski merged commit 827b0e6 into master May 24, 2024
1 check passed
@gzurowski gzurowski deleted the fix/django-allauth branch May 24, 2024 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants