Update to 0.5.1
This commit is contained in:
parent
19099ce49d
commit
6fb752cec6
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
1
.python-dbus-client-gen.metadata
Normal file
1
.python-dbus-client-gen.metadata
Normal file
@ -0,0 +1 @@
|
||||
10f92351b588a12e1107d641fca58be19de093d6 dbus-client-gen-0.5.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-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
|
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dbus-client-gen-0.5.tar.gz) = ef2466fb3645e6a787461309647952868537ae719f7ff43b9cf6f4967431f70d68ce81bff0a32fc5d96b3fa388f1b3f1b5188e3d474116c00babfa17b8a17624
|
||||
SHA512 (dbus-client-gen-0.5.1.tar.gz) = df78a429aa50f7a939fb70a97723fe92775274fa410d508ab6df59c04b6f0ef84aa4b7dfaa3ba8466e8cadc11b4d778e45138768b4cb668b3a0859a75149cb91
|
||||
|
@ -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