See all changes here.
Adds support for pulpcore 3.0.0.rc2.
Changes urls for distributions and publications
Adds lazy sync
Docs replace snippets with testable scripts
- Fix relative_path to allow pip install
Adds support for pulpcore 3.0.0.rc1.
Adds excludes support (aka 'blacklist')
Renames the "projects" field on the remote to "includes".
Adds a new "excludes" field to the remote which behaves like "includes", except that any specified releasees or digests are not synced, even if an include specifier matches them.
Also adds a 'prereleases' field to the remote, which toggles whether prerelease versions should be synced. This mirrors the 'prereleases' flag that packaging.specifiers.SpecifierSet provides.
Removes Python 3.5 support