imapautofiler 1.8.0
· 1 min read
What’s new in 1.8.0? use yaml safe loader drop python 3.5 and add 3.7 support perform substring matches without regard to case
What’s new in 1.8.0? use yaml safe loader drop python 3.5 and add 3.7 support perform substring matches without regard to case
What’s new in 0.2.0? Use sphinx.util.logging for logging calls (contributed by Sean McGinnis) optionally exec the conf.py file and pass settings to the template make test-template support python 2 and 3 update to python 3.5 add license file Add links to repo and docs from README and docs frontpage (contributed by Christoph Deil) add a command line tool to make testing templates easier
What’s new in 4.2.1? fix remaining logging issue (contributed by Timotheus Kampik) Remove usage of deprecated logging API (contributed by Tim Graham)
This post is based on the closing keynote I gave for PyTennessee in February 2018, where I talked about how the governance of an open source project impacts the health of the project, and some lessons we learned in building the OpenStack community that can be applied to other projects. The presentation was not recorded.
What’s new in 4.2.0? Fix a bug with empty word lists (contributed by FabioRosado) Update dependency management to use setuptools extras Document how to create multiple wordfiles (contributed by FabioRosado) Note that PyEnchant is unmaintained and fix links (contributed by Marti Raudsepp) Don’t use mutable default argument (contributed by Daniele Tricoli)