Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.04 KB

HISTORY.rst

File metadata and controls

34 lines (20 loc) · 1.04 KB

3.0.0b6

  • 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

3.0.0b5

  • Fix relative_path to allow pip install

3.0.0b4

  • 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