Tags give the ability to mark specific points in history as being important
-
v0.1.0
9f5d266b · ·v0.1.0 / 2020-04-30 * SWHID spec: full reread * setup.py: add documentation link * hypothesis_strategies: Generate aware datetimes instead of naive ones. * doc: check-in IANA registration template for the "swh" URI scheme * Restructure SWHID documentation in preparation for T2385 - merge grammars into a single one - explain better that SWHIDs are made up of core identifier + qualifiers - separate qualifier into context and fragment onex - add reference to swh-identify
-
v0.0.69
f97d2165 · ·v0.0.69 / 2020-04-28 * SWHID spec: bump version to 1.3 and add last modified date * SWHID spec: make SWHIDs plural where needed * SWHID spec: simplify and generalize escaping requirements * SWHID spec: add support for IRI * SWHID: deal with escaping in origin qualifiers * SWHID doc: improve wording of intrinsic parts v. the rest
-
v0.0.67
d52549f3 · ·v0.0.67 / 2020-04-17 * CLI: add test for swh identify w/o args * CLI: require explicit "-" to identify via stdin * SWHID doc: fix minor grammar issue * SWHID doc: fix link in CISE paper reference * identifiers.py: reference to SWHIDs using explicit anchors * swh identify: embrace SWHID naming in user-facing doc/messages * PID doc: embrace the SWHID naming * PID doc: add reference to CISE paper * doc: document identify CLI
-
-
v0.0.61
97af8866 · ·v0.0.61 * Extract the dictify() function from BaseModel.to_dict() * model: kill Origin.type attribute
-
v0.0.60
a5a9f57c · ·v0.0.60 * Add a method to generate Content/SkippedContent from binary data * Draw contents from a byte string instead of generating arbitrary hashes * Add classmethod Person.from_address, to parse from 'name <email>' strings.
-
v0.0.57
f7f18a3f · ·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.55
73053a68 · ·v0.0.55 * Make content length mandatory. * Make 'visible' the default status for present Contents.
-
v0.0.54
8ebbd216 · ·v0.0.54 * Split Content class into two classes, for missing and non-missing contents.