On 2024/11/14 15:49, Renaud Allard wrote: > > > On 11/14/24 3:41 PM, Stuart Henderson wrote: > > On 2024/11/14 10:18, Renaud Allard wrote: > > > Hello, > > > > > > Here is a diff for www/py-multipart 0.0.17 > > > > > > Best Regards > > > > From changelog > > > > : ## 0.0.13 (2024-10-20) > > : * Rename import to `python_multipart` > > [#166](https://github.com/Kludex/python-multipart/pull/166). > > > > It looks like synapse should be patched to use this: > > > > synapse/http/client.py:import multipart > > > > there is a fallback, but it's rather ugly. > > > > I agree, but I feel this needs to be done upstream, and not in the ports > system. It's not if it was going to change backwards any time. > It seems it's only in synapse/http/client.py
The problem is that there's a different python module called "multipart" and they conflict. (Since the py-multipart port is currently only used by synapse I think I'd probably have avoided updating that port until synapse handles the rename properly..)