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