- Fix load_url retry for binary streams. #192
- Migrate from 'scripts' to 'entry_points.console_scripts'. #186
- Add get_package_condition_context function. #182
- Drop support for Python 2. #183
- Don't capture stderr when running git commands. #179
- Enable CI testing on Windows now that tests pass. #180
- Switch to a raw string for various regexes. #174
- Make path operations and conversions portable in tests. #177
- Don't use os.path.sep for creating tar paths. #178
- List 'ROS Infrastructure Team' as the package maintainer. #168
- Add GitHub Actions workflow for rosdistro CI. #160
- Declare test dependencies in [test] extra. #169
- Run tests with pytest instead of nose. #167
- Drop support for python < 2.7. #166
- Use unittest.mock where possible. #165
- Update release distributions. #164
- Use yaml.safe_load. #162