diff --git a/.gitignore b/.gitignore index a85f2b6..9167649 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/into-dbus-python-0.08.tar.gz +SOURCES/into-dbus-python-0.8.2.tar.gz diff --git a/.python-into-dbus-python.metadata b/.python-into-dbus-python.metadata index e684bd7..9bef10c 100644 --- a/.python-into-dbus-python.metadata +++ b/.python-into-dbus-python.metadata @@ -1 +1 @@ -b8c4c8ef98087a784e667beecff2178e1f54c5bb SOURCES/into-dbus-python-0.08.tar.gz +ee19fba19bcfb67c641810676e5bb95f907730b7 SOURCES/into-dbus-python-0.8.2.tar.gz diff --git a/SPECS/python-into-dbus-python.spec b/SPECS/python-into-dbus-python.spec index b9c6260..71fd82b 100644 --- a/SPECS/python-into-dbus-python.spec +++ b/SPECS/python-into-dbus-python.spec @@ -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 - 0.8.2-1 +- Update to 0.8.2 +- Resolves: rhbz#2193199 + * Tue Aug 10 2021 Mohan Boddu - 0.08-5 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688