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

increase supervisor buildout and setuptools versions for support for newer python #379

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

elikoga
Copy link
Contributor

@elikoga elikoga commented Jul 7, 2023

closes #366

@elikoga elikoga requested a review from ctheune as a code owner July 7, 2023 13:27
@elikoga elikoga force-pushed the 366-update-supervisor-buildout-and-setuptools branch 2 times, most recently from d5680ee to fae147e Compare July 7, 2023 13:30
@zagy
Copy link
Member

zagy commented Apr 17, 2024

@elikoga is this still relevant, or was it (maybe) updated otherwise?

@elikoga
Copy link
Contributor Author

elikoga commented Apr 23, 2024

This one is part of a larger python 3.10 upgrade thing, so it has stalled a bit

@elikoga elikoga marked this pull request as draft April 23, 2024 09:36
@elikoga elikoga force-pushed the 366-update-supervisor-buildout-and-setuptools branch from fae147e to 4d60e7a Compare May 28, 2024 01:07
@elikoga elikoga marked this pull request as ready for review May 28, 2024 01:32
@elikoga elikoga requested a review from zagy as a code owner May 28, 2024 01:32
@@ -203,12 +205,13 @@ class Supervisor(Component):
def configure(self):
self.provide("supervisor", self)

buildout_cfg = File("buildout.cfg", source=self.buildout_cfg)
buildout_cfg = File("buildout3.cfg", source=self.buildout_cfg)
Copy link
Member

Choose a reason for hiding this comment

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

I don't see a need to rename the file.

Comment on lines +172 to +173
buildout_version = Attribute(default="3.0.1")
setuptools_version = Attribute(default="68.0.0")
Copy link
Member

Choose a reason for hiding this comment

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

Those versions are passed to buildout but the buildout.cfg doesn't not use them. That is in buildout.cfg the versions are hard-coded. I think that's wrong.

config=buildout_cfg,
python="3",
wheel="0.40.0",
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we make this configurable like setuptools?

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.

Too old setuptools in supervisor
2 participants