Update to 0.5.1

This commit is contained in:
Bryan Gurney 2023-05-01 16:33:28 -04:00 committed by Stepan Oksanichenko
parent 19099ce49d
commit 6fb752cec6
7 changed files with 28 additions and 18 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/dbus-client-gen-0.3.tar.gz
/dbus-client-gen-0.4.tar.gz
/dbus-client-gen-0.5.tar.gz
/dbus-client-gen-0.5.1.tar.gz

View File

@ -0,0 +1 @@
10f92351b588a12e1107d641fca58be19de093d6 dbus-client-gen-0.5.1.tar.gz

17
plans/unit.fmf Normal file
View File

@ -0,0 +1,17 @@
summary: deterministic (not Hypothesis-based) unit tests
prepare:
- name: Install package
how: install
package: python-dbus-client-gen
discover:
how: shell
url: https://github.com/stratis-storage/dbus-client-gen
ref: v0.5.1
tests:
- name: unit
test: python -m unittest -v tests/test_deterministic.py
execute:
how: tmt

View File

@ -1,11 +1,11 @@
%global srcname dbus-client-gen
Name: python-%{srcname}
Version: 0.5
Release: 5%{?dist}
Version: 0.5.1
Release: 1%{?dist}
Summary: Library for Generating D-Bus Client Code
License: MPLv2.0
License: MPL-2.0
URL: https://github.com/stratis-storage/dbus-client-gen
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
@ -46,6 +46,10 @@ Python 3 version.
%{python3_sitelib}/dbus_client_gen-*.egg-info/
%changelog
* Wed May 03 2023 Bryan Gurney <bgurney@redhat.com> - 0.5.1-1
- Update to 0.5.1
- Resolves: rhbz#2192384
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.5-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688

View File

@ -1 +1 @@
SHA512 (dbus-client-gen-0.5.tar.gz) = ef2466fb3645e6a787461309647952868537ae719f7ff43b9cf6f4967431f70d68ce81bff0a32fc5d96b3fa388f1b3f1b5188e3d474116c00babfa17b8a17624
SHA512 (dbus-client-gen-0.5.1.tar.gz) = df78a429aa50f7a939fb70a97723fe92775274fa410d508ab6df59c04b6f0ef84aa4b7dfaa3ba8466e8cadc11b4d778e45138768b4cb668b3a0859a75149cb91

View File

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