-
-
-
v0.0.57f7f18a3f · ·
v0.0.57 * Add method BaseModel.hashes(). * Re-introduce the swh.core dependency in swh.model[cli] * Add support for skipping large contents in from_disk. * Add to_model() method to from_disk.{Content,Directory}, to convert to canonical model objects. * Take the value of MerkleNode.data into account to compute equality. * Add method MerkleNode.iter_tree, to visit all nodes in the subtree of a node. * Add from_datetime and from_iso8601 constructors for TimestampWithTimezone. * Make attributes name and email of Person optional.
-
-
-
-
-
-
-
-
v0.0.5573053a68 · ·
v0.0.55 * Make content length mandatory. * Make 'visible' the default status for present Contents.
-
-
-
-
v0.0.548ebbd216 · ·
v0.0.54 * Split Content class into two classes, for missing and non-missing contents.
-
-
-
-
v0.0.534b779e1e · ·
v0.0.53 * hypothesis_strategies/snapshots: Explain last post-processing step * cli: add support for reading a file content from stdin in 'swh identify' command * model: Update revision date types to be optional