Update to 0.4.1
This commit is contained in:
parent
bb8c81a0d7
commit
0427e09715
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/dbus-signature-pyparsing-0.03.tar.gz
|
/dbus-signature-pyparsing-0.03.tar.gz
|
||||||
/dbus-signature-pyparsing-0.04.tar.gz
|
/dbus-signature-pyparsing-0.04.tar.gz
|
||||||
|
/dbus-signature-pyparsing-0.4.1.tar.gz
|
||||||
|
@ -17,9 +17,10 @@ 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
|
||||||
tests:
|
tests:
|
||||||
- name: unit
|
- name: unit
|
||||||
test: make test
|
test: python3 -m unittest -v tests/test_deterministic.py
|
||||||
|
|
||||||
execute:
|
execute:
|
||||||
how: tmt
|
how: tmt
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global srcname dbus-signature-pyparsing
|
%global srcname dbus-signature-pyparsing
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.04
|
Version: 0.4.1
|
||||||
Release: 15%{?dist}
|
Release: 1%{?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.1
|
||||||
|
- Update to 0.4.1
|
||||||
|
|
||||||
* Wed Apr 26 2023 mulhern<amulhern@redhat.com> - 0.04-15
|
* Wed Apr 26 2023 mulhern<amulhern@redhat.com> - 0.04-15
|
||||||
- Checkout tests from HEAD revision
|
- Checkout tests from HEAD revision
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dbus-signature-pyparsing-0.04.tar.gz) = f6b00072a58f1c7da971d9e6cc06101d91e528d4f7bf8a2cfb6d5d943b9f166b1f7e1193bffd91c7bcede962d0195ac444624c66877381631aad730c7c46e44b
|
SHA512 (dbus-signature-pyparsing-0.4.1.tar.gz) = 50e366d1b374a0585e89c667091be128aca8debaedad91e92031ebdc440010baf7f9b4f48b1a728f0288d8f33faf8d58b8cb4cec40d9e3b3adacede091b1452f
|
||||||
|
Loading…
Reference in New Issue
Block a user