mailgun / flanker

Python email address and Mime parsing library
http://www.mailgun.com
Apache License 2.0
1.63k stars 204 forks source link

Upload latest releases to PyPI (0.9.8) #222

Closed christiankossmann closed 4 years ago

christiankossmann commented 5 years ago

Can you please upload the latest release to PyPI? Or are there any good reasons why the version on PyPI is still 0.9.0?

bhrutledge commented 4 years ago

I encountered #231, which seems to be fixed in 0.9.8. I see that the latest GitHub release is 0.9.10, but the latest PyPI release is 0.9.0.

@thrawn01 and/or @horkhe, can you upload a new release to PyPI?

HeroProtagonist commented 4 years ago

I am also seeing #231 using the latest github release flanker = { git = 'https://github.com/mailgun/flanker.git', ref = 'v0.9.10', editable = true } and using python 3.6.0

I forked the repo here and redid the parsetabs with 3.6.0 and I do not see the warnings when using the fork. Also to note is when using python 2.7 and my fork I do not see the warnings. Wondering if I should PR my fork to get it into a release?

zampettim commented 4 years ago

I too need to get the latest release into PyPI. Any chance that will happen soon?

horkhe commented 4 years ago

Version v0.9.11 has been uploaded. Sorry for the delay.

christiankossmann commented 4 years ago

Thanks a lot!