Release swh-loader-bzr 1.4.5 - block new breezy version with no binary wheels - trim dependency tree for pytest modules
v1.4.4 - requirements: Prevent breezy 3.3.10 dependency - Apply swh-py-template v0.3.3 with copier
v1.4.3 - requirements: Prevent breezy 3.3.9 dependency
Release swh.loader.bzr 1.4.2 - Work around lack of binary wheel for breezy 3.3.8 - Update for API changes in swh.model, pytest and others
v1.4.0 - Migrate to copier, PEP420 and pyproject.toml based packaging. - Many fixes.
v1.3.5 loader: Ensure all committer values are handled in store_revision
v1.3.4 Fix packaging.
v1.3.2 * add strict asyncio_mode in pytest.ini * require Rust-free versions of Breezy (< 3.3.0)
v1.3.0 * Update for swh.loader.core 3.0.0 * pre-commit and pytest maintenance
v1.2.0 - Support new repositories with old branches - loader: Upgrade repository with old formats prior to loading
v1.1.0 - Add fast-path to the bzr loader - Add type annotations, and fix issues found by mypy - pre-commit: Bump hooks and add new one to check commit message spelling
v1.0.1 - tests: Reference tasks module for tests to be ok with debian build - MANIFEST.in: Reference the tests data folder
v1.0.0 - Add incremental support for the bzr loader - Add bzr loader task - Use `branch` instead of `clone` - requirements-test: Pin pytest to < 7.0.0
v0.1.0 - Add a non-optimized non-incremental Bazaar loader - Add doc explaining Bazaar and how it works