element-hq / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://element-hq.github.io/synapse
GNU Affero General Public License v3.0
1.52k stars 186 forks source link

Fix remaining uses of deprecated cmp argument in attrs decorators #9641

Open matrixbot opened 10 months ago

matrixbot commented 10 months ago

This issue has been migrated from #9641.


Description

There are a handful of places left that use the deprecated cmp argument on the attr.s decorator:

These should be fixed.

spaetz commented 1 month ago

Hey, is this that really decrepated? https://www.attrs.org/en/stable/api-attr.html#attr.s Says deprecated in 19.2.0 but then Changed in version 21.1.0: cmp undeprecated