halcy / Mastodon.py

Python wrapper for the Mastodon ( https://github.com/mastodon/mastodon/ ) API.
MIT License
876 stars 150 forks source link

remove six dependecy #360

Closed a-detiste closed 7 months ago

a-detiste commented 11 months ago

six was once usefull to support python 2 & 3 with the same codebase

https://wiki.debian.org/Python3-six-removal

codecov[bot] commented 11 months ago

Codecov Report

Merging #360 (1c891a4) into master (cd86887) will decrease coverage by 0.01%. The diff coverage is 42.85%.

@@            Coverage Diff             @@
##           master     #360      +/-   ##
==========================================
- Coverage   87.51%   87.51%   -0.01%     
==========================================
  Files          34       34              
  Lines        3380     3379       -1     
==========================================
- Hits         2958     2957       -1     
  Misses        422      422              
Files Coverage Δ
mastodon/streaming.py 72.94% <42.85%> (-0.16%) :arrow_down:
a-detiste commented 11 months ago

So it's a step in the right direction but I can't wrap my mind around this ... wrapper ... right now.

a-detiste commented 9 months ago

Ping

halcy commented 9 months ago

hey

sorry, I got distracted last time I was doing maintenance, and then work got a bit much. I will get back to it - eventually. But it might be a month or two. This unfortunately leaves the master branch in a somewhat messy state, so I can't just blast out a quick release. Just wanted to say - this isn't forgotten, but I am going to have to take a bit of time to get to it.

halcy commented 7 months ago

Thanks, merged (finally)

halcy commented 7 months ago

thanks, merged! finally!