From a9da3a53068fef203d679d6d85af5c6af6dd1693 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 27 Jul 2018 09:12:47 -0300 Subject: [PATCH 1/3] Update CHANGELOG template to put issue number in the start of the line This makes using multiple paragraphs per entry possible --- changelog/_template.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/changelog/_template.rst b/changelog/_template.rst index effbef8..d1e1855 100644 --- a/changelog/_template.rst +++ b/changelog/_template.rst @@ -13,8 +13,7 @@ {% if definitions[category]['showcontent'] %} {% for text, values in sections[section][category]|dictsort(by='value') %} -- {{ text }}{% if category != 'vendor' %} (`{{ values[0] }} `_){% endif %} - +- `{{ values[0] }} `_: {{ text }} {% endfor %} {% else %} From 0b638ef02ed106c1ef650f51fb283ffbcd129d16 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 27 Jul 2018 09:16:41 -0300 Subject: [PATCH 2/3] Fix ponctuation in CHANGELOG --- changelog/316.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/316.bugfix b/changelog/316.bugfix index 4685b5a..aef300c 100644 --- a/changelog/316.bugfix +++ b/changelog/316.bugfix @@ -1 +1 @@ -Workaround cpu detection on Travis CI +Workaround cpu detection on Travis CI. From c5f0c34d38b30819b7f0daf31adc7c9623f945ac Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 27 Jul 2018 09:17:18 -0300 Subject: [PATCH 3/3] Prepare release 1.22.4 --- CHANGELOG.rst | 13 +++++++++++++ changelog/305.bugfix.rst | 3 --- changelog/316.bugfix | 1 - 3 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 changelog/305.bugfix.rst delete mode 100644 changelog/316.bugfix diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 07713e3..3519955 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,16 @@ +pytest-xdist 1.22.4 (2018-07-27) +================================ + +Bug Fixes +--------- + +- `#305 `_: Remove last references to obsolete ``py.code``. + + Remove some unnecessary references to ``py.builtin``. + +- `#316 `_: Workaround cpu detection on Travis CI. + + pytest-xdist 1.22.3 (2018-07-23) ================================ diff --git a/changelog/305.bugfix.rst b/changelog/305.bugfix.rst deleted file mode 100644 index afb40f4..0000000 --- a/changelog/305.bugfix.rst +++ /dev/null @@ -1,3 +0,0 @@ -Remove last references to obsolete ``py.code``. - -Remove some unnecessary references to ``py.builtin``. diff --git a/changelog/316.bugfix b/changelog/316.bugfix deleted file mode 100644 index aef300c..0000000 --- a/changelog/316.bugfix +++ /dev/null @@ -1 +0,0 @@ -Workaround cpu detection on Travis CI.