Tags give the ability to mark specific points in history as being important
-
v6.0.0
dbce3cc6 · ·v6.0.0 * Add objects with non-None raw_manifest to TEST_OBJECTS * Exclude name and email attributes from People comparison * Add support for None as author or committer of a Revision
-
v5.0.0
5359c434 · ·v5.0.0 * Fix f-string * Fix crash in check_entries. * Add missing __slots__ to HashableObjectWithManifest * docs: Explain we prefer dir SWHIDs over rev/rel. * Remove 'offset' and 'negative_utc' arguments and make them optional * Remove deprecated property 'TimestampWithTimezone.offset'
-
v4.4.0
a654060b · ·v4.4.0 * model: Add support for more edge cases in _parse_offset_bytes * model: Add method 'TimestampWithTimezone.offset_minutes'
-
v4.3.0
a0f54362 · ·v4.3.0 * docs: Add anchors to important sections of persistent-identifiers.rst * Fix TimestampWithTimezone.from_dict() on datetimes before 1970 with non-integer seconds * TimestampWithTimezone: Make 'offset' and 'negative_utc' optional
-
v4.2.0
56460e1d · ·v4.2.0 * git_objects: Use raw offset_bytes to format dates, and remove format_offset()
-
v4.0.0
9d517c17 · ·v4.0.0 * Add attribute TimestampWithTimezone.offset_bytes, to store raw Git offsets * model: Add a check() method to model objects * test_model: Fix compatibility with pytest-xdist * docs: Update the data model description * hypothesis_strategies: Generate only consistent directory entry permissions. * model: Add a raw_manifest attribute
-
v3.2.0
52d6e0a5 · ·v3.2.0 * hypothesis_strategies: Ensure to generate valid directory entry name * from_disk: Implement Directory.__contains__
-
v3.0.0
e30eb7d2 · ·v3.0.0 * Add bazaar as supported revision type * Move SWHID classes and functions from identifiers.py to swhids.py * Refactor identifiers & model to make *_git_object() functions work on model classes instead of dicts * Move manifest computation functions from identifiers.py to git_objects.py * Remove identifier_to_bytes and identifier_to_hex * Deprecate identifiers.py
-
-
-
-
-
v2.6.2
baff6ba2 · ·v2.6.2 * from_disk: get swhid from Content/Directory objects * hypothesis_strategies: Add raw_extrinsic_metadata() strategy
-