- Jan 21, 2022
-
-
Jenkins for Software Heritage authored
-
Jenkins for Software Heritage authored
Update to upstream version '4.4.0' with Debian dir 69896a801d8d62d1db96800e2cdeaee7cbdf1282
- Jan 17, 2022
- Jan 14, 2022
-
-
Jenkins for Software Heritage authored
-
Jenkins for Software Heritage authored
Update to upstream version '4.3.0' with Debian dir 8cc0af2351d2b1b48982a7411ee9ee13efad8e53
- Jan 13, 2022
-
-
vlorentz authored
'offset' becomes a property instead of an attribute and constructor argument. This also removes both from the output of `.to_dict()`. This is step 6 of https://forge.softwareheritage.org/T3752 This will break packages that still use the constructor directly, ie. swh-storage and swh-loader-git (and tests of swh-loader-core and swh-loader-svn)
-
- Jan 12, 2022
-
-
vlorentz authored
-
- Jan 11, 2022
-
-
vlorentz authored
swh-deposit needs to link to some of them.
-
- Jan 10, 2022
-
-
Jenkins for Software Heritage authored
-
Jenkins for Software Heritage authored
Update to upstream version '4.2.0' with Debian dir 7f3220a0c36f412bcffe11641f3af52abc637717
- Jan 07, 2022
-
- Dec 22, 2021
-
-
Jenkins for Software Heritage authored
-
Jenkins for Software Heritage authored
Update to upstream version '4.1.0' with Debian dir a0f59d4b85b6e222399e244f593cd4dc5d89a2f6
-
Nicolas Dandrimont authored
blake2s and blake2b have been provided by the stdlib hashlib since Python 3.6, and we declare 3.7 as minimum Python version supported.
-
Jenkins for Software Heritage authored
Update to upstream version '4.0.0' with Debian dir 0143bffc8b14df982ce96dfc4ee06b615eeff598
-
vlorentz authored
1. Most objects do not need it so it's a waste of space 2. This means we just extend the existing format (some objects will have that key in their dict) instead of changing it (retroactively adding it to all objects)
-
vlorentz authored
This will be used to store the original manifest of 'weird' git objects, when we cannot reasonably represent them otherwise.
- Dec 21, 2021
- Dec 17, 2021
-
-
vlorentz authored
Revision and release do not generally allow 'arbitrary' metadata; and it was missing ExtIDs and REMD
-
- Dec 16, 2021
-
-
Antoine R. Dumont authored
This also drops spurious copyright headers to those files if present. Related to T3812
-
- Dec 15, 2021
-
-
vlorentz authored
Using .now() produces data that differs between xdist processes, as files are imported after forking, and xdist requires consistent data across processes.
-