diff --git a/plans/unit.fmf b/plans/unit.fmf index 46b9585..9dc95fe 100644 --- a/plans/unit.fmf +++ b/plans/unit.fmf @@ -1,15 +1,6 @@ -summary: unit tests +summary: deterministic (not Hypothesis-based) unit tests prepare: - - name: Install Fedora dependencies - how: install - package: - - make - - pip - - python3-hypothesis - - name: Install hs-dbus-signature - how: shell - script: pip install hs-dbus-signature - name: Install package how: install package: python-dbus-signature-pyparsing diff --git a/python-dbus-signature-pyparsing.spec b/python-dbus-signature-pyparsing.spec index bb4ffe8..7feb672 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: 1%{?dist} +Release: 2%{?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.2 +- Fix up testing plan + * Sun May 7 2023 mulhern - 0.4.1 - Update to 0.4.1