-
-
v4.2.0
v4.2.0 * git_objects: Use raw offset_bytes to format dates, and remove format_offset()
-
debian/4.1.0-1_swh1_bpo10+1
swh-model Debian release 4.1.0-1~swh1~bpo10+1
-
debian/4.1.0-1_swh1
swh-model Debian release 4.1.0-1~swh1
-
-
v4.1.0
Release swh.model v4.1.0 - Drop pre-3.6 blake2 compatibility, which hasn't been in use since we've mandated python3.7 anyway.
-
debian/4.0.0-1_swh1
swh-model Debian release 4.0.0-1~swh1
-
-
v4.0.0
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
-
debian/3.2.0-1_swh1
swh-model Debian release 3.2.0-1~swh1
-
-
v3.2.0
v3.2.0 * hypothesis_strategies: Ensure to generate valid directory entry name * from_disk: Implement Directory.__contains__
-
debian/3.1.0-1_swh1_bpo10+1
swh-model Debian release 3.1.0-1~swh1~bpo10+1
-
debian/3.1.0-1_swh1
swh-model Debian release 3.1.0-1~swh1
-
-
-
debian/3.0.0-1_swh1_bpo10+1
swh-model Debian release 3.0.0-1~swh1~bpo10+1
-
debian/3.0.0-1_swh1
swh-model Debian release 3.0.0-1~swh1
-
-
v3.0.0
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