diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/.gitignore b/.gitignore index ebdead7..209a3a3 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/plans/unit.fmf b/plans/unit.fmf new file mode 100644 index 0000000..f6d9df2 --- /dev/null +++ b/plans/unit.fmf @@ -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 diff --git a/python-into-dbus-python.spec b/python-into-dbus-python.spec index d31930f..7c42bef 100644 --- a/python-into-dbus-python.spec +++ b/python-into-dbus-python.spec @@ -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 - 0.8.2-1 +- Upgrade to new release; fix license field; use TMT format tests + * Fri Jan 20 2023 Fedora Release Engineering - 0.08-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index 3ceb730..df81733 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (into-dbus-python-0.08.tar.gz) = c141ce2ae580d4c636efa85ef8778cd3343007ab2d122db146e653224065a9293ef979e6b426f938bb88dd39c2cd4fd9b558e7cf8f65e77442a5f198478554d5 +SHA512 (into-dbus-python-0.8.2.tar.gz) = 87d556f8da76d0d3f4293fd94b4a814e63abd15c63d27b1a7c53febc9c359e8ab6a98b8c05277dc859914b125484d8c4d77f73b90d1f4746f73714207b0027ab diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 0cc558c..0000000 --- a/tests/tests.yml +++ /dev/null @@ -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