Tags give the ability to mark specific points in history as being important
-
v8.2.0
ac397e21 · ·Release v8.2.0 detailed changes: -: ------- > 1: 0fc780c Make Content.unique_key a dict of hashes -: ------- > 2: a124002 requirements-test: Remove use of deprecated types-click stubs -: ------- > 3: 487f564 Apply swh-py-template v0.3.4 with copier -: ------- > 4: 8737242 pyproject.toml: Use extend-exclude flake8 option instead of exclude -: ------- > 5: ac397e2 add CoreSWHID.to_bytes and .from_bytes
-
v6.13.0
0833fa75 · ·v6.13.0 bug fixes: * QualifiedSWHID: Fix (de)serialization of 'origin' qualifier new features: * Add size limit to origin URLs * Add 'evolve' method to BaseModel objects (backward-compatible) API changes: * model: rename TargetType to SnapshotTargetType and ObjectType to ReleaseTargetType (with aliases so code depending on the old names doesn't break) * from_disk: introduce ModelObjectType and FromDiskType enums, to replace strings * extend model.Content to make DiskBackedContent redundant * model: adds type annotation for iter_directory internal: * model: Improve typing syntax with __future__.annotations * test: fix bogus "tzfile" representation on the fly in test_repr