Fix up testing plan

This commit is contained in:
mulhern 2023-05-07 23:07:00 -04:00
parent 0427e09715
commit 080cf15174
2 changed files with 5 additions and 11 deletions

View File

@ -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

View File

@ -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<amulhern@redhat.com> - 0.4.2
- Fix up testing plan
* Sun May 7 2023 mulhern<amulhern@redhat.com> - 0.4.1
- Update to 0.4.1