Update to 0.4.1
Resolves: rhbz#2196269 Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
parent
0f7e0e6a4e
commit
519035a77e
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
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
plans/unit.fmf
Normal file
17
plans/unit.fmf
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
summary: deterministic (not Hypothesis-based) unit tests
|
||||||
|
|
||||||
|
prepare:
|
||||||
|
- name: Install package
|
||||||
|
how: install
|
||||||
|
package: python-dbus-signature-pyparsing
|
||||||
|
|
||||||
|
discover:
|
||||||
|
how: shell
|
||||||
|
url: https://github.com/stratis-storage/dbus-signature-pyparsing
|
||||||
|
ref: v0.4.1
|
||||||
|
tests:
|
||||||
|
- name: unit
|
||||||
|
test: python3 -m unittest -v tests/test_deterministic.py
|
||||||
|
|
||||||
|
execute:
|
||||||
|
how: tmt
|
@ -1,11 +1,11 @@
|
|||||||
%global srcname dbus-signature-pyparsing
|
%global srcname dbus-signature-pyparsing
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.04
|
Version: 0.4.1
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Parser for a D-Bus Signature
|
Summary: Parser for a D-Bus Signature
|
||||||
|
|
||||||
License: ASL 2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/stratis-storage/dbus-signature-pyparsing
|
URL: https://github.com/stratis-storage/dbus-signature-pyparsing
|
||||||
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
||||||
|
|
||||||
@ -21,6 +21,7 @@ Summary: %{summary}
|
|||||||
%{?python_provide:%python_provide python3-%{srcname}}
|
%{?python_provide:%python_provide python3-%{srcname}}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-pyparsing
|
||||||
|
|
||||||
%description -n python3-%{srcname} %{_description}
|
%description -n python3-%{srcname} %{_description}
|
||||||
|
|
||||||
@ -42,6 +43,10 @@ Python 3 version.
|
|||||||
%{python3_sitelib}/dbus_signature_pyparsing-*.egg-info/
|
%{python3_sitelib}/dbus_signature_pyparsing-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 09 2023 Bryan Gurney <bgurney@redhat.com> - 0.4.1-1
|
||||||
|
- Update to 0.4.1
|
||||||
|
- Resolves: rhbz#2196269
|
||||||
|
|
||||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.04-5
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.04-5
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
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
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
- hosts: localhost
|
|
||||||
roles:
|
|
||||||
- role: standard-test-source
|
|
||||||
tags:
|
|
||||||
- always
|
|
||||||
|
|
||||||
- role: standard-test-basic
|
|
||||||
tags:
|
|
||||||
- classic
|
|
||||||
tests:
|
|
||||||
- simple:
|
|
||||||
dir: ./source
|
|
||||||
run: python -m unittest -v tests/test_deterministic.py
|
|
Loading…
Reference in New Issue
Block a user