Upgrade to new release; fix license field; use TMT format tests
Signed-off-by: mulhern <amulhern@redhat.com>
This commit is contained in:
parent
ebe33c1b37
commit
01160578c4
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/into-dbus-python-0.06.tar.gz
|
/into-dbus-python-0.06.tar.gz
|
||||||
/into-dbus-python-0.07.tar.gz
|
/into-dbus-python-0.07.tar.gz
|
||||||
/into-dbus-python-0.08.tar.gz
|
/into-dbus-python-0.08.tar.gz
|
||||||
|
/into-dbus-python-0.8.2.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-into-dbus-python
|
||||||
|
|
||||||
|
discover:
|
||||||
|
how: shell
|
||||||
|
url: https://github.com/stratis-storage/into-dbus-python
|
||||||
|
ref: v0.8.2
|
||||||
|
tests:
|
||||||
|
- name: unit
|
||||||
|
test: python3 -m unittest -v tests/test_deterministic.py
|
||||||
|
|
||||||
|
execute:
|
||||||
|
how: tmt
|
@ -1,11 +1,11 @@
|
|||||||
%global srcname into-dbus-python
|
%global srcname into-dbus-python
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.08
|
Version: 0.8.2
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Transformer to dbus-python types
|
Summary: Transformer to dbus-python types
|
||||||
|
|
||||||
License: ASL 2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/stratis-storage/into-dbus-python
|
URL: https://github.com/stratis-storage/into-dbus-python
|
||||||
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
||||||
|
|
||||||
@ -45,6 +45,9 @@ Python 3 version.
|
|||||||
%{python3_sitelib}/into_dbus_python-*.egg-info/
|
%{python3_sitelib}/into_dbus_python-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 4 2023 mulhern <amulhern@redhat.com> - 0.8.2-1
|
||||||
|
- Upgrade to new release; fix license field; use TMT format tests
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-9
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (into-dbus-python-0.08.tar.gz) = c141ce2ae580d4c636efa85ef8778cd3343007ab2d122db146e653224065a9293ef979e6b426f938bb88dd39c2cd4fd9b558e7cf8f65e77442a5f198478554d5
|
SHA512 (into-dbus-python-0.8.2.tar.gz) = 87d556f8da76d0d3f4293fd94b4a814e63abd15c63d27b1a7c53febc9c359e8ab6a98b8c05277dc859914b125484d8c4d77f73b90d1f4746f73714207b0027ab
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
- hosts: localhost
|
|
||||||
roles:
|
|
||||||
- role: standard-test-source
|
|
||||||
tags:
|
|
||||||
- always
|
|
||||||
|
|
||||||
- role: standard-test-basic
|
|
||||||
tags:
|
|
||||||
- classic
|
|
||||||
tests:
|
|
||||||
- simple:
|
|
||||||
dir: ./
|
|
||||||
run: python -m unittest -v source/tests/test_deterministic.py
|
|
Loading…
Reference in New Issue
Block a user