ansible / mazer

Experimental Ansible Galaxy Content Manager
GNU General Public License v3.0
114 stars 18 forks source link

Deps map collection spec update, RepoSpec->RepoSpec,ReqSpec split, semver more #185

Closed alikins closed 5 years ago

alikins commented 5 years ago

Replacing use of 'semver' module with 'semantic_version, and start using semantic_versions.Range() for specifying dep/req version requirement expressions.

Split 'RepositorySpec' into 'RepositorySpec' (data that identifies a particular repo or collection) and a RequirementSpec (data that could match more than one collection)

semver->semantic_version because: