From 0cba67627359afefcf03e14d2b5d77b314ad8c86 Mon Sep 17 00:00:00 2001 From: lachmanfrantisek Date: Sun, 7 Jan 2024 13:22:09 +0000 Subject: [PATCH 1/3] Release 0.8.4 --- CHANGELOG.md | 3 +++ fedora/python-requre.spec | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e3fc0b..f7affde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.8.4 + + # 0.8.3 - Fix an issue of clashing with the _coverage_. diff --git a/fedora/python-requre.spec b/fedora/python-requre.spec index e227b97..4765684 100644 --- a/fedora/python-requre.spec +++ b/fedora/python-requre.spec @@ -5,7 +5,7 @@ output to functions.} Name: python-requre -Version: 0.8.3 +Version: 0.8.4 Release: 1%{?dist} Summary: Python library that allows re/store output of various objects for testing @@ -57,6 +57,9 @@ Summary: %{summary} %changelog +* Sun Jan 07 2024 Packit Team - 0.8.4-1 +- New upstream release 0.8.4 + * Mon Oct 30 2023 Packit Team - 0.8.3-1 - New upstream release 0.8.3 From 33e856ad51c0a96eb4dd95ab094580d207a2edf2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 13:22:28 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7affde..6ae2f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ # 0.8.4 - # 0.8.3 - Fix an issue of clashing with the _coverage_. From 666897e34b706fa45736db22d625a3f82d026007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Lachman?= Date: Sun, 7 Jan 2024 14:29:03 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ae2f98..0bc05eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # 0.8.4 +- Provide `__version__` of the package so it can be easily checked when installed on the system. + # 0.8.3 - Fix an issue of clashing with the _coverage_.