Compare commits
2 commits
b6725537a3
...
7ae683149a
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ae683149a | |||
| b5feb4a040 |
5 changed files with 10 additions and 28 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
## 0.1.0a5 (2025-06-18)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- rougail separation
|
||||||
|
|
||||||
## 0.1.0a4 (2025-04-09)
|
## 0.1.0a4 (2025-04-09)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"POT-Creation-Date: 2025-03-11 12:52+0100\n"
|
"POT-Creation-Date: 2025-05-12 08:39+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
@ -15,27 +15,3 @@ msgstr ""
|
||||||
"Generated-By: pygettext.py 1.5\n"
|
"Generated-By: pygettext.py 1.5\n"
|
||||||
|
|
||||||
|
|
||||||
#: src/rougail/structural_bitwarden/annotator.py:47
|
|
||||||
msgid "only \"unix_user\" or \"secret\" variable type can have \"bitwarden\" attribute, but \"{0}\" has type \"{1}\""
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/rougail/structural_bitwarden/annotator.py:50
|
|
||||||
msgid "the variable \"{0}\" has attribute \"bitwarden\" but is a multi variable"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/rougail/structural_bitwarden/annotator.py:59
|
|
||||||
msgid "the variable \"{0}\" is a follower and leader variable (\"{1}\") is also in Bitwarden so this variable could not have default value"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/rougail/structural_bitwarden/annotator.py:63
|
|
||||||
msgid "the variable \"{0}\" is in Bitwarden so should have default value"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/rougail/structural_bitwarden/config.py:31
|
|
||||||
msgid "The secret pattern to build item name in Bitwarden"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/rougail/structural_bitwarden/config.py:32
|
|
||||||
msgid "The pattern is in Jinja format"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail.structural_bitwarden"
|
name = "rougail.structural_bitwarden"
|
||||||
version = "0.1.0a4"
|
version = "0.1.0a5"
|
||||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "Rougail structural Bitwarden"
|
description = "Rougail structural Bitwarden"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.1.0a4"
|
__version__ = "0.1.0a5"
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
"""
|
"""
|
||||||
from rougail.error import DictConsistencyError
|
from rougail.error import DictConsistencyError
|
||||||
from rougail.annotator.variable import Walk
|
from rougail.annotator.variable import Walk
|
||||||
from rougail.object_model import JinjaCalculation
|
from rougail.convert.object_model import JinjaCalculation
|
||||||
from .i18n import _
|
from .i18n import _
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue