From 44f79bffe409bf0a188a70d178b919e9320871fd Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 30 Apr 2025 09:04:16 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.0a5=20=E2=86=92=200.2.0a6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ locale/rougail_output_ansible.pot | 19 +++++++------------ pyproject.toml | 2 +- src/rougail/output_ansible/__version__.py | 2 +- 4 files changed, 17 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b5b4a2..c049343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.2.0a6 (2025-04-30) + +### Fix + +- remove negative_description support +- update tests +- better mandatory support in test + ## 0.2.0a5 (2025-04-09) ### Fix diff --git a/locale/rougail_output_ansible.pot b/locale/rougail_output_ansible.pot index 6651e34..39e0760 100644 --- a/locale/rougail_output_ansible.pot +++ b/locale/rougail_output_ansible.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2025-02-15 12:44+0100\n" +"POT-Creation-Date: 2025-04-29 23:02+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -15,32 +15,31 @@ msgstr "" "Generated-By: pygettext.py 1.5\n" -#: src/rougail/output_ansible/__init__.py:57 +#: src/rougail/output_ansible/__init__.py:58 msgid "no namespace configured" msgstr "" -#: src/rougail/output_ansible/__init__.py:65 +#: src/rougail/output_ansible/__init__.py:66 msgid "cannot find host namespace \"{0}\"" msgstr "" -#: src/rougail/output_ansible/__init__.py:70 +#: src/rougail/output_ansible/__init__.py:71 msgid "malformated host namespace \"{0}\", should have the \"hostnames\" key" msgstr "" -#: src/rougail/output_ansible/__init__.py:97 +#: src/rougail/output_ansible/__init__.py:98 msgid "cannot find \"hostnames\" in \"{0}\" namespace" msgstr "" #: src/rougail/output_ansible/config.py:29 -#: src/rougail/output_ansible/config.py:30 msgid "parameter added only to be compatible with Ansible" msgstr "" -#: src/rougail/output_ansible/config.py:52 +#: src/rougail/output_ansible/config.py:51 msgid "Configuration of user data or output Ansible" msgstr "" -#: src/rougail/output_ansible/config.py:62 +#: src/rougail/output_ansible/config.py:61 msgid "Configuration of output Ansible" msgstr "" @@ -52,7 +51,3 @@ msgstr "" msgid "Only variables in host namespace is available by a host" msgstr "" -#: src/rougail/output_ansible/config.py:77 -msgid "All variables is available for all hosts" -msgstr "" - diff --git a/pyproject.toml b/pyproject.toml index 3df5966..b953cff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.output_ansible" -version = "0.2.0a5" +version = "0.2.0a6" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail output ansible" diff --git a/src/rougail/output_ansible/__version__.py b/src/rougail/output_ansible/__version__.py index 91a08d2..c2eb750 100644 --- a/src/rougail/output_ansible/__version__.py +++ b/src/rougail/output_ansible/__version__.py @@ -1 +1 @@ -__version__ = "0.2.0a5" +__version__ = "0.2.0a6"