From 4e1885b1490b463217aa5d4cdddd5959e14c7ea6 Mon Sep 17 00:00:00 2001 From: mulhern Date: Sun, 7 May 2023 23:24:50 -0400 Subject: [PATCH] Fix up testing plan tag --- plans/unit.fmf | 2 +- python-dbus-signature-pyparsing.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/plans/unit.fmf b/plans/unit.fmf index 9dc95fe..c4c3585 100644 --- a/plans/unit.fmf +++ b/plans/unit.fmf @@ -8,7 +8,7 @@ prepare: discover: how: shell url: https://github.com/stratis-storage/dbus-signature-pyparsing - ref: 0.4.1 + ref: v0.4.1 tests: - name: unit test: python3 -m unittest -v tests/test_deterministic.py diff --git a/python-dbus-signature-pyparsing.spec b/python-dbus-signature-pyparsing.spec index 7feb672..682a9ce 100644 --- a/python-dbus-signature-pyparsing.spec +++ b/python-dbus-signature-pyparsing.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Parser for a D-Bus Signature License: Apache-2.0 @@ -42,6 +42,9 @@ Python 3 version. %{python3_sitelib}/dbus_signature_pyparsing-*.egg-info/ %changelog +* Sun May 7 2023 mulhern - 0.4.3 +- Fix up testing plan tag + * Sun May 7 2023 mulhern - 0.4.2 - Fix up testing plan