RSS Amplifier

Blog

Doug Hellmann

Recent content on Doug Hellmann

doughellmann.comRSS feed ↗5 posts

Latest posts

imapautofiler 2.0.0 - modernization and type safety

What’s new in 2.0.0? Added new interactive mode using rich Added protection for invalid date headers Switched to hatch for project management Added comprehensive type hints and mypy checks Updated dependencies for security and performance Dropped support for older Python versions

virtualenvwrapper 6.1.1

What’s new in 6.1.1? Update broken MSYS link in installation documentation (contributions by LaosLos) Add additional line to mkvirtualenv help (contributions by LaosLos) Update mkvirtualenv help to document -p/–python option (contributions by LaosLos) move linkcheck out of main doc build make sure virtualenvwrapper_cd always tries to do something, even when it cannot infer the current…

sphinxcontrib-sqltable 2.1.1 - db cursor fix

What’s new in 2.1.1? Access cursor before closing the db connection (contributions by dopas21) use the readthedocs.org theme for docs

sphinxcontrib-sqltable 2.1.0 - SQLAlchemy 2.0 support

What’s new in 2.1.0? update packaging to use pyproject.toml Update sqltable.py to support SQLAlchemy 2.0 (contributions by Gabriel Gaona) Pin SQLAlchemy>=2.0 to prevent backwards incompatibility with changes to the query execution interface. (contributions by Gabriel Gaona) fix up python version support list Fix the obsolete link to bitbucket (contributions by kbaikov) find the sample schema…

virtualenvwrapper 6.1.0 - hook scripts in project directories

What’s new in 6.1.0? source project-dir/.virtualenvwrapper/predeactivate when deactivating source project_dir/.virtualenvwrapper/postactivate during activation