Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-21 | enable using with Python 3.7 | Wojtek Kosior | |
2022-02-18 | make "uuid" an optional property | Wojtek Kosior | |
2022-02-14 | specify full schema URL in instances | Wojtek Kosior | |
2022-02-12 | when generating JSON documents, put generating software info in ↵ | Wojtek Kosior | |
'generated_by' property | |||
2022-02-12 | remake internationalization, using Babel this time | Wojtek Kosior | |
2022-02-09 | change file path format | Wojtek Kosior | |
From now on we'll be using format 'file/sha256/<hash>' instead of 'file/sha256-<hash>'. | |||
2022-02-09 | rework Hydrilla to use a separate tool for building its source packages | Wojtek Kosior | |
* Hydrilla now depends on "Hydrilla builder" developed at: https://git.koszko.org/hydrilla-builder/ * Hydrilla repository is now REUSE-compliant * The debian packaging is temporarily not tested and likely to be broken * JSON schemas are now in use (through 'jsonschema' Python library) * This is not yet a release and some minor changes to the API on-fisk format are going to occur before that |