Compare commits

...

2 commits

Author SHA1 Message Date
7ae683149a bump: version 0.1.0a4 → 0.1.0a5 2025-06-18 07:57:31 +03:00
b5feb4a040 fix: rougail separation 2025-06-18 07:38:45 +03:00
5 changed files with 10 additions and 28 deletions

View file

@ -1,3 +1,9 @@
## 0.1.0a5 (2025-06-18)
### Fix
- rougail separation
## 0.1.0a4 (2025-04-09)
### Fix

View file

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"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"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -15,27 +15,3 @@ msgstr ""
"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 ""

View file

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

View file

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

View file

@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
from rougail.error import DictConsistencyError
from rougail.annotator.variable import Walk
from rougail.object_model import JinjaCalculation
from rougail.convert.object_model import JinjaCalculation
from .i18n import _