Compare commits
No commits in common. "c006dea8c8f2cbd9a87f8579af12c4feb2620ce51b50b2b785372fcc9408f20d" and "7efcca3fb8215acf1281d6d06ed1021c531ff74a884200c3d8c33595e75c7862" have entirely different histories.
c006dea8c8
...
7efcca3fb8
18 changed files with 5 additions and 69 deletions
|
|
@ -1,9 +1,3 @@
|
|||
## 0.1.0a5 (2026-01-21)
|
||||
|
||||
### Fix
|
||||
|
||||
- update tests
|
||||
|
||||
## 0.1.0a4 (2025-12-30)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.user_data_commandline"
|
||||
version = "0.1.0a5"
|
||||
version = "0.1.0a4"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail user_data Bitwarden"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""
|
||||
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
|
||||
under the terms of the GNU Lesser General Public License as published by the
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "0.1.0a5"
|
||||
__version__ = "0.1.0a4"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""
|
||||
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
|
||||
under the terms of the GNU Lesser General Public License as published by the
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""Internationalisation utilities
|
||||
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
|
||||
under the terms of the GNU Lesser General Public License as published by the
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
]
|
||||
]
|
||||
}
|
||||
|
|
@ -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"
|
||||
]
|
||||
]
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[
|
||||
"--rougail.condition",
|
||||
"--rougail.variable",
|
||||
"string1"
|
||||
]
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[
|
||||
"--rougail.variable",
|
||||
"string1"
|
||||
]
|
||||
|
|
@ -1 +0,0 @@
|
|||
{}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
[
|
||||
"--rougail.family1.var",
|
||||
"string1",
|
||||
"--rougail.family2.var",
|
||||
"string1"
|
||||
]
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
[
|
||||
"--rougail.family1.var",
|
||||
"string1",
|
||||
"--rougail.family2.var",
|
||||
"string1"
|
||||
]
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"rougail.family1.var": "string1",
|
||||
"rougail.family2.var": "string1"
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"rougail.family1.var": "string1",
|
||||
"rougail.family2.var": "string1"
|
||||
}
|
||||
Loading…
Reference in a new issue