Skip to content

Deprecate missing module-level functions (like semver.compare, semver.match, ...) #236

@tomschr

Description

@tomschr

Situation

We deprecated most of our module-level functions, but it seems, I forgot semver.match.

Proposal

I assume, this function should also be added to the list of deprecated function. It also should be moved to the semver.VersionInfo class.

@python-semver/reviewers Any objections?


There are some other module-level functions:

  • semver.compare
  • semver.max_ver
  • semver.min_ver

@gsakkis: What should we do with these? Deprecate them too and move them to the semver.VersionInfo class?

Metadata

Metadata

Assignees

Labels

QuestionUnclear or open issue subject for debateRelease_2.x.yOnly for the major release 2

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions