Upgrade to new release; fix license field; use TMT format tests

Signed-off-by: mulhern <amulhern@redhat.com>
This commit is contained in:
mulhern 2023-05-04 09:22:23 -04:00
parent ebe33c1b37
commit 01160578c4
6 changed files with 26 additions and 18 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/into-dbus-python-0.06.tar.gz
/into-dbus-python-0.07.tar.gz
/into-dbus-python-0.08.tar.gz
/into-dbus-python-0.8.2.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-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

View File

@ -1,11 +1,11 @@
%global srcname into-dbus-python
Name: python-%{srcname}
Version: 0.08
Release: 9%{?dist}
Version: 0.8.2
Release: 1%{?dist}
Summary: Transformer to dbus-python types
License: ASL 2.0
License: Apache-2.0
URL: https://github.com/stratis-storage/into-dbus-python
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
@ -45,6 +45,9 @@ Python 3 version.
%{python3_sitelib}/into_dbus_python-*.egg-info/
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

View File

@ -1 +1 @@
SHA512 (into-dbus-python-0.08.tar.gz) = c141ce2ae580d4c636efa85ef8778cd3343007ab2d122db146e653224065a9293ef979e6b426f938bb88dd39c2cd4fd9b558e7cf8f65e77442a5f198478554d5
SHA512 (into-dbus-python-0.8.2.tar.gz) = 87d556f8da76d0d3f4293fd94b4a814e63abd15c63d27b1a7c53febc9c359e8ab6a98b8c05277dc859914b125484d8c4d77f73b90d1f4746f73714207b0027ab

View File

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