- Fix the use of
vtx_common.tools.buildpkg
when the Synapse module fails to import.
- Remove use of deprecated
synapse_minversion
field from package definitions in favor ofsynapse_version
requirements specification.
- Update
vtx_common.tools.buildpkg
tool to support multiple items in a definition list.
- Test CI release process.
- Update
vtx_common.tools.gen_pkg_syn_minver
to be aware of thesynapse_version
key in Storm package definitions.
- Add tools
vtx_common.tools.verify_version
andvtx_common.tools.replace_commit
. - Remove support for Python 3.7, 3.8, and 3.10.
- Update
vtx_common.tools.buildpkg
tool to remove Sphinx metadata fields.
- Fix wheel builds.
- Fix wheel builds.
- Add Python 3.10 support.
- Add optional mailgun support for emailing raw RST changelogs in the
vtx_common.tools.github_release
tool.
- Update the requirements for
pytest
,pytest-cov
andpytest-xdist
insetup.py
.
- Update
pytest
,pytest-cov
, andpytest-xdist
libraries to be in line with Synapse requirements.
- Update
PyYAML
,pytest
,pytest-cov
, andpytest-xdist
libraries to be in line with Synapse requirements.
- Add
vtx_common.tools.buildpkg
as a convenience script for building Storm packages with rstorm based docs in them. This requires pandoc for execution and the synaspe package installed as well.
- Pin the
bump2version
package to1.0.1
.
- Add support for parsing setup.cfg for configuration data that may change often per repository. This release is effectively a re-release of v0.1.5 with this changelog entry. (#3)
Final v0.1.4 release.
- Add support for removing urls and adding extra lines to the of a github release. (#2)
- Add support for removing urls and adding extra lines to the of a github release. (#2)
Add a --dry-run
option to the github_release
tool.
Fix an issue with the README.
Add the README.rst to the long description for pypi.
Moved the pre-commit script since it was not importable.
Initial public release for the vtx_common
package.
Re-release with updated url.
Initial alpha pre-release of a tools rollup.