Update to 0.8.2

Resolves: rhbz#2193199

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
Bryan Gurney 2023-05-04 13:41:20 -04:00
parent a8463add91
commit 6774dc2b36
6 changed files with 32 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: 5%{?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
@ -23,6 +23,11 @@ Summary: %{summary}
%{?python_provide:%python_provide python3-%{srcname}}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
# Required due to a setuptools bug that was fixed in setuptools 61.0.
# Previous to that version, setuptools loads the __init__.py module to
# obtain the value of the __version__ attribute.
BuildRequires: python3-dbus-signature-pyparsing
BuildRequires: python3-dbus
%description -n python3-%{srcname} %{_description}
@ -44,6 +49,10 @@ Python 3 version.
%{python3_sitelib}/into_dbus_python-*.egg-info/
%changelog
* Fri May 05 2023 Bryan Gurney <bgurney@redhat.com> - 0.8.2-1
- Update to 0.8.2
- Resolves: rhbz#2193199
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.08-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688

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: ./source
run: python -m unittest -v tests/test_deterministic.py