-
Notifications
You must be signed in to change notification settings - Fork 2.2k
net-im/synapse: add 1.76.0, drop 1.72.0 #29379
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
Conversation
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Pull request CI reportReport generated at: 2023-02-01 12:23 UTC There are existing issues already. Please look into the report to make sure none of them affect the packages in question: |
@@ -127,6 +127,7 @@ RDEPEND="${DEPEND} | |||
systemd? ( dev-python/python-systemd[${PYTHON_USEDEP}] ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs a new revision as it's "miscompiled" (misinstalled, really) with newer versions. git mv
is ok.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, yeah, I see. I have revbumped 1.74.0 and 1.75.0. I left 1.76.0 as it was because it is not in the tree yet.
Pull Request assignmentSubmitter: @arkamar net-im/synapse: @arkamar, @gentoo/proxy-maint Linked bugsBugs linked: 893244 In order to force reassignment and/or bug reference scan, please append Docs: Code of Conduct ● Copyright policy (expl.) ● Devmanual ● GitHub PRs ● Proxy-maint guide |
Synapse has frequent releases, we can limit poetry-core to <1.5.0 now and wait for the next version where the issue will be solved. Bug: https://bugs.gentoo.org/893244 See-also: matrix-org/synapse#14949 See-also: python-poetry/poetry#7470 Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Pull request CI reportReport generated at: 2023-02-05 15:43 UTC There are existing issues already. Please look into the report to make sure none of them affect the packages in question: |
@@ -127,6 +127,7 @@ RDEPEND="${DEPEND} | |||
systemd? ( dev-python/python-systemd[${PYTHON_USEDEP}] ) | |||
" | |||
BDEPEND=" | |||
<dev-python/poetry-core-1.5.0[${PYTHON_USEDEP}] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't matter for now as we're on it & aware of the issue but fwiw, I usually leave a comment above < deps with a link to a bug so people know when it can be dropped. But it's not necessary to spin another version of this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking about it but I decided to leave it as is becuase I expect it to be resolved soon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem.
regular update and cleanup.