You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A couple of years ago, some modules were renamed and the old modules were kept there, but marked as deprecated. Python raises a DeprecationWarning when they are imported.
We also have some CLI flags and other thing here and there that raise deprecation warnings.
A couple of years ago, some modules were renamed and the old modules were kept there, but marked as deprecated. Python raises a DeprecationWarning when they are imported.
We also have some CLI flags and other thing here and there that raise deprecation warnings.
We should remove them in the next major version.
Modules:
rez.packages_
rez.package_resources_
rez.package_maker__
rez.build_process_
Other:
rez/src/rez/cli/pip.py
Line 62 in ab317e6
rez/src/rez/build_process.py
Line 82 in ab317e6
rez/src/rez/cli/search.py
Line 62 in ab317e6
bez
:rez/src/rez/build_system.py
Line 81 in ab317e6
rez/src/rez/rex.py
Line 1422 in ab317e6
Ability to load old package YAML definitions. (see calls to
rez/src/rez/serialise.py
Line 109 in 371644d
rez/src/rezplugins/package_repository/filesystem.py
Line 211 in 371644d
Ability to write RXT file in YAML instead of JSON.
The text was updated successfully, but these errors were encountered: