ciena / afkak

Kafka client written in Twisted Python
Apache License 2.0
32 stars 22 forks source link

attrs 19.2.0 deprecations #108

Closed twm closed 5 years ago

twm commented 5 years ago

attrs 19.2.0 deprecated the cmp keyword argument: https://www.attrs.org/en/stable/changelog.html

Afkak should be updated to depend on attrs >= 19.2.0 and use eq and/or order as appropriate instead.