~rjarry/dlrepo

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH dlrepo] requirements-dev: upgrade multidict to 6.0.5

Details
Message ID
<20241004083910.2931736-1-thomas.faivre@6wind.com>
DKIM signature
pass
Download raw message
Patch: +1 -1
Fix compilation issue when using gcc-14 (i.e. debian/testing used in the
CI):

>   × Building wheel for multidict (pyproject.toml) did not run successfully.
>   │ exit code: 1
> [...]
>   note: This error originates from a subprocess, and is likely not a problem with pip.
>   ERROR: Failed building wheel for multidict
> [...]
> Failed to build multidict
> ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (multidict)
> make: Leaving directory '/home/build/dlrepo'
> make: *** [Makefile:18: .venv/.stamp] Error 1

Release notes seem harmless, so no regression is expected.

Note: version 6.1.0 is out, but release notes are more scary. Only focus
on fixing CI for now.

Link: https://github.com/aio-libs/multidict/releases/tag/v6.0.5
Link: https://github.com/aio-libs/multidict/issues/926
Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>
Acked-by: Julien Floret <julien.floret@6wind.com>
---
 requirements-dev.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements-dev.txt b/requirements-dev.txt
index 00bee1c0a43c..5f82f5ae00f2 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -19,7 +19,7 @@ Jinja2==3.1.2
lazy-object-proxy==1.10.0
MarkupSafe==2.1.3
mccabe==0.7.0
multidict==6.0.4
multidict==6.0.5
mypy-extensions==1.0.0
packaging==23.2
pathspec==0.12.1
-- 
2.43.GIT

[dlrepo/patches/.build.yml] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<D4MVY0BA6555.XUVD69ZHLKS8@fra01>
In-Reply-To
<20241004083910.2931736-1-thomas.faivre@6wind.com> (view parent)
DKIM signature
missing
Download raw message
dlrepo/patches/.build.yml: SUCCESS in 43s

[requirements-dev: upgrade multidict to 6.0.5][0] from [Thomas Faivre][1]

[0]: https://lists.sr.ht/~rjarry/dlrepo/patches/55327
[1]: thomas.faivre@6wind.com

✓ #1344178 SUCCESS dlrepo/patches/.build.yml https://builds.sr.ht/~rjarry/job/1344178

Applied: [PATCH dlrepo] requirements-dev: upgrade multidict to 6.0.5

Details
Message ID
<172808324235.1037873.1186310657471149986@ringo.home>
In-Reply-To
<20241004083910.2931736-1-thomas.faivre@6wind.com> (view parent)
DKIM signature
pass
Download raw message
Thomas Faivre <thomas.faivre@6wind.com> wrote:
> Fix compilation issue when using gcc-14 (i.e. debian/testing used in the
> CI):
>
> >   × Building wheel for multidict (pyproject.toml) did not run successfully.
> >   │ exit code: 1
> > [...]
> >   note: This error originates from a subprocess, and is likely not a problem with pip.
> >   ERROR: Failed building wheel for multidict
> > [...]
> > Failed to build multidict
> > ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (multidict)
> > make: Leaving directory '/home/build/dlrepo'
> > make: *** [Makefile:18: .venv/.stamp] Error 1
>
> Release notes seem harmless, so no regression is expected.
>
> Note: version 6.1.0 is out, but release notes are more scary. Only focus
> on fixing CI for now.
>
> Link: https://github.com/aio-libs/multidict/releases/tag/v6.0.5
> Link: https://github.com/aio-libs/multidict/issues/926
> Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>
> Acked-by: Julien Floret <julien.floret@6wind.com>
> ---

Acked-by: Robin Jarry <robin@jarry.cc>

Applied, thanks.

To git@git.sr.ht:~rjarry/dlrepo
   2e0de6ea9e1a..1140c1b3dcc9  main -> main
Reply to thread Export thread (mbox)