-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename rez.vendor.version to rez.version and define a public API for rez.version #1534
Merged
JeanChristopheMorinPerso
merged 12 commits into
AcademySoftwareFoundation:main
from
JeanChristopheMorinPerso:move_version_module
Nov 24, 2023
Merged
Rename rez.vendor.version to rez.version and define a public API for rez.version #1534
JeanChristopheMorinPerso
merged 12 commits into
AcademySoftwareFoundation:main
from
JeanChristopheMorinPerso:move_version_module
Nov 24, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JeanChristopheMorinPerso
force-pushed
the
move_version_module
branch
from
September 16, 2023 16:16
39bc4ed
to
04368c0
Compare
Closed
JeanChristopheMorinPerso
force-pushed
the
move_version_module
branch
from
October 28, 2023 14:11
b6d9371
to
1f8b10e
Compare
JeanChristopheMorinPerso
force-pushed
the
move_version_module
branch
from
November 11, 2023 18:00
cddde10
to
fee863e
Compare
JeanChristopheMorinPerso
force-pushed
the
move_version_module
branch
from
November 18, 2023 19:36
fee863e
to
1378537
Compare
…et. Only the minimum amount of changes required to run the version tests. Signed-off-by: Jean-Christophe Morin <[email protected]>
Signed-off-by: Jean-Christophe Morin <[email protected]>
Signed-off-by: Jean-Christophe Morin <[email protected]>
Signed-off-by: Jean-Christophe Morin <[email protected]>
Signed-off-by: Jean-Christophe Morin <[email protected]>
Signed-off-by: Jean-Christophe Morin <[email protected]>
Signed-off-by: Jean-Christophe Morin <[email protected]>
Signed-off-by: Jean-Christophe Morin <[email protected]>
Signed-off-by: Jean-Christophe Morin <[email protected]>
Signed-off-by: Jean-Christophe Morin <[email protected]>
Signed-off-by: Jean-Christophe Morin <[email protected]>
Signed-off-by: Jean-Christophe Morin <[email protected]>
JeanChristopheMorinPerso
force-pushed
the
move_version_module
branch
from
November 24, 2023 00:41
c99c54e
to
5700f66
Compare
JeanChristopheMorinPerso
merged commit Nov 24, 2023
c6a200c
into
AcademySoftwareFoundation:main
28 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements #1484.
This PR renames/moves
rez.vendor.version
out of the vendor folder into its new home,rez.version
. This makes it a first class citizen.Changes
rez.vendor.version
moved torez.version
rez.vendor.version.version
renamed torez.version._version
rez.vendor.version.util
renamed torez.version._util
rez.vendor.version.requirement
renamed torez.version._requirement
rez.version
re-exports all classes and functions that are publicrez.vendor.version.util.dedup
rez.vendor.version
that loks like this:Notes
#1562 should be merged before so that we can use
rez.deprecations
.TODOs
rez.version
).