From 410c05b1c89f00f4d5219605827a356ab5b7ff56 Mon Sep 17 00:00:00 2001 From: BT-cjimeno Date: Fri, 5 Jul 2024 11:34:54 +0200 Subject: [PATCH] [IMP] fetchmail_notify_error_to_sender_test: pre-commit auto fixes --- .../README.rst | 35 ++++++++++--------- .../pyproject.toml | 3 ++ .../readme/CONTRIBUTORS.md | 9 +++++ .../readme/CONTRIBUTORS.rst | 6 ---- .../readme/DESCRIPTION.md | 3 ++ .../readme/DESCRIPTION.rst | 4 --- .../static/description/index.html | 29 ++++++++------- 7 files changed, 49 insertions(+), 40 deletions(-) create mode 100644 fetchmail_notify_error_to_sender_test/pyproject.toml create mode 100644 fetchmail_notify_error_to_sender_test/readme/CONTRIBUTORS.md delete mode 100644 fetchmail_notify_error_to_sender_test/readme/CONTRIBUTORS.rst create mode 100644 fetchmail_notify_error_to_sender_test/readme/DESCRIPTION.md delete mode 100644 fetchmail_notify_error_to_sender_test/readme/DESCRIPTION.rst diff --git a/fetchmail_notify_error_to_sender_test/README.rst b/fetchmail_notify_error_to_sender_test/README.rst index 29e99bab9..0b322a237 100644 --- a/fetchmail_notify_error_to_sender_test/README.rst +++ b/fetchmail_notify_error_to_sender_test/README.rst @@ -17,20 +17,19 @@ Fetchmail Notify Error to Sender Test :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github - :target: https://github.com/OCA/server-tools/tree/14.0/fetchmail_notify_error_to_sender_test + :target: https://github.com/OCA/server-tools/tree/17.0/fetchmail_notify_error_to_sender_test :alt: OCA/server-tools .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-fetchmail_notify_error_to_sender_test + :target: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-fetchmail_notify_error_to_sender_test :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=14.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module allows to test fetchmail_notify_error_to_sender without installing -test_mail. -For more info please check comment: +This module allows to test fetchmail_notify_error_to_sender without +installing test_mail. For more info please check comment: https://github.com/OCA/server-tools/pull/1485#discussion_r289751883 **Table of contents** @@ -44,7 +43,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -52,23 +51,25 @@ Credits ======= Authors -~~~~~~~ +------- * Agile Business Group * ForgeFlow Contributors -~~~~~~~~~~~~ +------------ -* Lorenzo Battistini -* Miquel Raïch (migration to v9 and v10) -* Hai Dinh (migration to V11) -* Nedas Zilinskas (Ventor, Xpansa Group ) -* Denis Valenchyts (VentorTech OU ) -* foram shah +- Lorenzo Battistini +- Miquel Raïch (migration to v9 and v10) +- Hai Dinh (migration to V11) +- Nedas Zilinskas (Ventor, Xpansa Group + ) +- Denis Valenchyts (VentorTech OU + ) +- foram shah Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -80,6 +81,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/server-tools `_ project on GitHub. +This module is part of the `OCA/server-tools `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/fetchmail_notify_error_to_sender_test/pyproject.toml b/fetchmail_notify_error_to_sender_test/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/fetchmail_notify_error_to_sender_test/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/fetchmail_notify_error_to_sender_test/readme/CONTRIBUTORS.md b/fetchmail_notify_error_to_sender_test/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..289914894 --- /dev/null +++ b/fetchmail_notify_error_to_sender_test/readme/CONTRIBUTORS.md @@ -0,0 +1,9 @@ +- Lorenzo Battistini \<\> +- Miquel Raïch \<\> (migration to v9 and + v10) +- Hai Dinh \<\> (migration to V11) +- Nedas Zilinskas \<\> (Ventor, Xpansa Group + \<\>) +- Denis Valenchyts \<\> (VentorTech OU + \<\>) +- foram shah \<\> diff --git a/fetchmail_notify_error_to_sender_test/readme/CONTRIBUTORS.rst b/fetchmail_notify_error_to_sender_test/readme/CONTRIBUTORS.rst deleted file mode 100644 index 5a01fa9fb..000000000 --- a/fetchmail_notify_error_to_sender_test/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,6 +0,0 @@ -* Lorenzo Battistini -* Miquel Raïch (migration to v9 and v10) -* Hai Dinh (migration to V11) -* Nedas Zilinskas (Ventor, Xpansa Group ) -* Denis Valenchyts (VentorTech OU ) -* foram shah diff --git a/fetchmail_notify_error_to_sender_test/readme/DESCRIPTION.md b/fetchmail_notify_error_to_sender_test/readme/DESCRIPTION.md new file mode 100644 index 000000000..9ac97cebb --- /dev/null +++ b/fetchmail_notify_error_to_sender_test/readme/DESCRIPTION.md @@ -0,0 +1,3 @@ +This module allows to test fetchmail_notify_error_to_sender without +installing test_mail. For more info please check comment: + diff --git a/fetchmail_notify_error_to_sender_test/readme/DESCRIPTION.rst b/fetchmail_notify_error_to_sender_test/readme/DESCRIPTION.rst deleted file mode 100644 index 506cb378e..000000000 --- a/fetchmail_notify_error_to_sender_test/readme/DESCRIPTION.rst +++ /dev/null @@ -1,4 +0,0 @@ -This module allows to test fetchmail_notify_error_to_sender without installing -test_mail. -For more info please check comment: -https://github.com/OCA/server-tools/pull/1485#discussion_r289751883 diff --git a/fetchmail_notify_error_to_sender_test/static/description/index.html b/fetchmail_notify_error_to_sender_test/static/description/index.html index d433980f7..d5a468d08 100644 --- a/fetchmail_notify_error_to_sender_test/static/description/index.html +++ b/fetchmail_notify_error_to_sender_test/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -369,10 +369,9 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:80eaae66bdf34b2ec3bb826d6885f8ebabb168616e733c36db2afa726cb1b288 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

-

This module allows to test fetchmail_notify_error_to_sender without installing -test_mail. -For more info please check comment: +

Beta License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

+

This module allows to test fetchmail_notify_error_to_sender without +installing test_mail. For more info please check comment: https://github.com/OCA/server-tools/pull/1485#discussion_r289751883

Table of contents

@@ -391,7 +390,7 @@ For more info please check comment:

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -409,19 +408,23 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
  • Lorenzo Battistini <lorenzo.battistini@agilebg.com>
  • Miquel Raïch <miquel.raich@forgeflow.com> (migration to v9 and v10)
  • Hai Dinh <haidd.uit@gmail.com> (migration to V11)
  • -
  • Nedas Zilinskas <nedas.zilinskas@xpansa.com> (Ventor, Xpansa Group <https://ventor.tech/>)
  • -
  • Denis Valenchyts <denis@ventor.tech> (VentorTech OU <https://ventor.tech>)
  • +
  • Nedas Zilinskas <nedas.zilinskas@xpansa.com> (Ventor, Xpansa Group +<https://ventor.tech/>)
  • +
  • Denis Valenchyts <denis@ventor.tech> (VentorTech OU +<https://ventor.tech>)
  • foram shah <foram.shah@initos.com>
  • Maintainers

    This module is maintained by the OCA.

    -Odoo Community Association + +Odoo Community Association +

    OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

    -

    This module is part of the OCA/server-tools project on GitHub.

    +

    This module is part of the OCA/server-tools project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.