~rjarry/dlrepo

dlrepo: requirements-dev: upgrade multidict to 6.0.5 v1 APPLIED

Thomas Faivre: 1
 requirements-dev: upgrade multidict to 6.0.5

 1 files changed, 1 insertions(+), 1 deletions(-)
#1344178 .build.yml success
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~rjarry/dlrepo/patches/55327/mbox | git am -3
Learn more about email & git

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

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: 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]: mailto:thomas.faivre@6wind.com

✓ #1344178 SUCCESS dlrepo/patches/.build.yml https://builds.sr.ht/~rjarry/job/1344178
Thomas Faivre <thomas.faivre@6wind.com> wrote: