diff --git a/README.rst b/README.rst index d4444dc..d1a0f4f 100644 --- a/README.rst +++ b/README.rst @@ -195,7 +195,7 @@ Authors Petr Šplíchal, Miro Hrončok, Jakub Krysl, Jan Ščotka, Alois Mahdal, Cleber Rosa, Miroslav Vadkerti, Lukáš Zachar, František Nečas, Evgeny Fedin, Pablo Martin, Zhaojuan Guo, Laura Barcziová, -Petr Matyáš, Filip Vágner and Cristian Le. +Petr Matyáš, Filip Vágner, Cristian Le and Ondrej Moriš. Copyright diff --git a/docs/features.rst b/docs/features.rst index 920755b..a144305 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -79,6 +79,7 @@ directive:: /: inherit: false +.. _merging: Merging ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/releases.rst b/docs/releases.rst index 1ed26e9..4d472f7 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -7,6 +7,13 @@ fmf-1.4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +New :ref:`merging` suffixes ``~`` and ``-~`` can be used +to **modify or remove data based on regular expressions**. For +example, renaming all required packages can be done easily in this +way:: + + require~: /python2-/python3-/ + The :py:func:`fmf.filter()` function now supports **searching by node name**. Just specify the desired name instead of the ``key: value`` pair. For example, to search for all tests with the name diff --git a/setup.py b/setup.py index 71e5afb..da30829 100755 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', - 'Programming Language :: Python :: 3.12' + 'Programming Language :: Python :: 3.12', 'Topic :: Utilities', ], keywords=['metadata', 'testing'],