Compare commits

..

No commits in common. "c006dea8c8f2cbd9a87f8579af12c4feb2620ce51b50b2b785372fcc9408f20d" and "7efcca3fb8215acf1281d6d06ed1021c531ff74a884200c3d8c33595e75c7862" have entirely different histories.

18 changed files with 5 additions and 69 deletions

View file

@ -1,9 +1,3 @@
## 0.1.0a5 (2026-01-21)
### Fix
- update tests
## 0.1.0a4 (2025-12-30) ## 0.1.0a4 (2025-12-30)
### Fix ### Fix

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.user_data_commandline" name = "rougail.user_data_commandline"
version = "0.1.0a5" version = "0.1.0a4"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md" readme = "README.md"
description = "Rougail user_data Bitwarden" description = "Rougail user_data Bitwarden"

View file

@ -1,6 +1,6 @@
""" """
Silique (https://www.silique.fr) Silique (https://www.silique.fr)
Copyright (C) 2025-2026 Copyright (C) 2025
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the under the terms of the GNU Lesser General Public License as published by the

View file

@ -1,2 +1,2 @@
__version__ = "0.1.0a5" __version__ = "0.1.0a4"

View file

@ -1,6 +1,6 @@
""" """
Silique (https://www.silique.fr) Silique (https://www.silique.fr)
Copyright (C) 2025-2026 Copyright (C) 2025
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the under the terms of the GNU Lesser General Public License as published by the

View file

@ -1,6 +1,6 @@
"""Internationalisation utilities """Internationalisation utilities
Silique (https://www.silique.fr) Silique (https://www.silique.fr)
Copyright (C) 2025-2026 Copyright (C) 2025
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the under the terms of the GNU Lesser General Public License as published by the

View file

@ -1,11 +0,0 @@
{
"errors": [],
"warnings": [
[
"variable has property disabled, it will be ignored when loading from Commandline"
],
[
"family \"condition\" (a condition) has property disabled, so cannot access to \"variable\" (a variable), it will be ignored when loading from Commandline"
]
]
}

View file

@ -1,8 +0,0 @@
{
"errors": [],
"warnings": [
[
"family \"condition\" (a condition) has property disabled, so cannot access to \"variable\" (a variable), it will be ignored when loading from Commandline"
]
]
}

View file

@ -1,5 +0,0 @@
[
"--rougail.condition",
"--rougail.variable",
"string1"
]

View file

@ -1,4 +0,0 @@
[
"--rougail.variable",
"string1"
]

View file

@ -1,4 +0,0 @@
{
"errors": [],
"warnings": []
}

View file

@ -1,4 +0,0 @@
{
"errors": [],
"warnings": []
}

View file

@ -1,6 +0,0 @@
[
"--rougail.family1.var",
"string1",
"--rougail.family2.var",
"string1"
]

View file

@ -1,6 +0,0 @@
[
"--rougail.family1.var",
"string1",
"--rougail.family2.var",
"string1"
]

View file

@ -1,4 +0,0 @@
{
"rougail.family1.var": "string1",
"rougail.family2.var": "string1"
}

View file

@ -1,4 +0,0 @@
{
"rougail.family1.var": "string1",
"rougail.family2.var": "string1"
}