Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

hydrilla-builder @ master

# Date Author Comment
2fc043b3 06/14/2022 01:16 PM koszko

only block 'requests' library for tests if it is present

ce480820 06/14/2022 11:49 AM koszko

update hydrilla-builder manpage

089f0552 06/14/2022 11:17 AM koszko

delist REUSE from test dependencies

01c1904a 06/14/2022 10:40 AM koszko

improve packaging of data files

This commit stops setuptools from presenting a depracetion warning.
This commit ensures .mo files will not be included in source distributions.

0009efd8 06/14/2022 10:40 AM koszko

correct build deps info

50a0341b 06/14/2022 10:40 AM koszko

restore compatibility with python 3.7

117bf196 05/31/2022 09:27 PM koszko

add test case for unknown schema version error

7d272015 05/31/2022 08:06 PM koszko

add "eval" permission

73a443f5 05/31/2022 04:52 PM koszko

improve loading of schema files

2a22a0c8 05/31/2022 03:17 PM koszko

make strip_json_comments() exported from module again

a39ae997 05/31/2022 03:17 PM koszko

add tests for features from version 2 of source package JSON schema

f42f5c19 05/31/2022 03:17 PM koszko

incorporate version 2 of Hydrilla JSON schemas

496d90f7 05/11/2022 12:33 PM koszko

make it easier to reuse/cache foreign package files when building a Hydrilla source package multiple times

9e2cd3a2 05/11/2022 11:22 AM koszko

always use APT packages for amd64 architecture

98687e91 05/11/2022 11:12 AM koszko

raise a more informative error when a file referenced from index.json is missing

866922f8 05/11/2022 10:23 AM koszko

properly handle percent-encoded characters in .deb file names

bd588eb9 05/10/2022 04:48 PM koszko

add missing english translations and verify message texts of raised exceptions in tests

61f0aa75 05/10/2022 12:41 PM koszko

support piggybacking on APT packages

9dda3aa9 04/29/2022 07:22 PM koszko

make pytest try to load the tested modules from sources if they are present

86770602 04/28/2022 06:11 PM koszko

add babel to extras_require

3c567084 04/28/2022 06:09 PM koszko

place reuse in extras_require

e8477355 04/27/2022 07:04 PM koszko

add installation from wheel reference

a2c78bf2 04/27/2022 06:42 PM koszko

fix mistake in README

a1242be5 04/25/2022 06:50 PM koszko

update README

e588b99e 04/22/2022 06:54 PM koszko

don't require setuptools newer than in Devuan stable

fbb39772 04/22/2022 03:58 PM koszko

use pyproject.toml for pytest configuration and move all tests to tests/ directory

f08583aa 04/22/2022 03:24 PM koszko

make REUSE aware of the licensing of Debian packaging

79c9d198 04/22/2022 02:52 PM koszko

properly raise error when REUSE is needed but not installed

de6c5a54 04/22/2022 02:52 PM koszko

include sample source package's REUSE files in sdist

those files are used in automated tests

6f745d21 04/22/2022 02:52 PM koszko

document --version option in the manpage

e6408637 04/19/2022 02:02 PM koszko

add support for --version option

2938a9d1 03/08/2022 04:13 PM koszko

don't include schema patch version number in generated instances

363cbbb6 03/01/2022 05:41 PM koszko

add Hydrilla builder manpage

9271ca7b 03/01/2022 09:48 AM koszko

update schema versions to 1.0.1

c1c7f969 02/22/2022 04:03 PM koszko

fix "no translation file found for domain" error

0fe371da 02/22/2022 11:53 AM koszko

change translation domain to 'hydrilla-messages'

143aed2d 02/21/2022 07:15 PM koszko

enable using with Python 3.7

9b4c0456 02/18/2022 04:10 PM koszko

make "uuid" an optional property

136859ca 02/14/2022 11:06 AM koszko

specify full schema URL in instances

edbed9ce 02/12/2022 04:39 PM koszko

when generating JSON documents, put generating software info in 'generated_by' property

33097569 02/12/2022 02:52 PM koszko

move locales under builder/

403ca642 02/12/2022 01:08 PM koszko

expose the entire translation object instead of just its gettext method

9e71d383 02/12/2022 11:34 AM koszko

internationalize using Babel

this commit also makes the sdist tarball generated by setuptools REUSE-compliant

4e46d7f7 02/11/2022 01:29 PM koszko

don't require setuptools_scm newer than in Debian Stable

07d0e830 02/11/2022 01:28 PM koszko

bump schemas subrepo to a8442778ff400fd9d50cac7944b491c7d641df1f

7fc29bde 02/10/2022 10:28 PM koszko

fix handling of --index-json option

c9493bcb 02/10/2022 09:43 PM koszko

add show_default=True to --srcdir option

e8c1af86 02/10/2022 09:15 PM koszko

use parameters to click.Path instead of validating paths manually

d49925b8 02/09/2022 05:04 PM koszko

make resource dependency specifier an object

fd38a0e1 02/09/2022 03:30 PM koszko

change file path format

From now on we'll be using format 'file/sha256/' instead of 'file/sha256-'.

456ad6c0 02/09/2022 02:41 PM koszko

include new schemas in package and in tests

8c65ebbd 02/07/2022 07:24 PM koszko

fix typing mistake i tests

ad4331a4 02/07/2022 07:04 PM koszko

facilitate for including other schemas in submodule and expose them to other packages

8cdc6235 02/07/2022 04:54 PM koszko

remove redundant 'version' from setup.cfg - this is handled by setuptools_scm

16eaeb86 02/07/2022 04:51 PM koszko

move to a namespace package under 'hydrilla'

b5eb89e1 02/05/2022 08:15 PM koszko

test&fix error handling

8a036bc7 02/05/2022 06:11 PM koszko

add test case with modified index.json from the example

34072d8d 02/04/2022 09:33 PM koszko

extend the automated test case

5ac7ec33 02/04/2022 02:34 PM koszko

initial commit