PythonFrozenUpdate#

class neophile.update.python.PythonFrozenUpdate(path, applied)#

Bases: Update

An update to Python frozen dependencies.

Parameters:

Methods Summary

apply()

Apply an update to frozen Python dependencies.

description()

Build a description of this update.

Methods Documentation

apply()#

Apply an update to frozen Python dependencies.

Raises:

subprocess.CalledProcessError – Raised if running make update-deps failed.

Return type:

None

description()#

Build a description of this update.

Returns:

Short text description of the update.

Return type:

str