Fix up testing plan tag

This commit is contained in:
mulhern 2023-05-07 23:24:50 -04:00
parent 080cf15174
commit 4e1885b149
2 changed files with 5 additions and 2 deletions

View File

@ -8,7 +8,7 @@ prepare:
discover: discover:
how: shell how: shell
url: https://github.com/stratis-storage/dbus-signature-pyparsing url: https://github.com/stratis-storage/dbus-signature-pyparsing
ref: 0.4.1 ref: v0.4.1
tests: tests:
- name: unit - name: unit
test: python3 -m unittest -v tests/test_deterministic.py test: python3 -m unittest -v tests/test_deterministic.py

View File

@ -2,7 +2,7 @@
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.4.1 Version: 0.4.1
Release: 2%{?dist} Release: 3%{?dist}
Summary: Parser for a D-Bus Signature Summary: Parser for a D-Bus Signature
License: Apache-2.0 License: Apache-2.0
@ -42,6 +42,9 @@ Python 3 version.
%{python3_sitelib}/dbus_signature_pyparsing-*.egg-info/ %{python3_sitelib}/dbus_signature_pyparsing-*.egg-info/
%changelog %changelog
* Sun May 7 2023 mulhern<amulhern@redhat.com> - 0.4.3
- Fix up testing plan tag
* Sun May 7 2023 mulhern<amulhern@redhat.com> - 0.4.2 * Sun May 7 2023 mulhern<amulhern@redhat.com> - 0.4.2
- Fix up testing plan - Fix up testing plan