Compare commits

...

No commits in common. 'c9' and 'c10-beta' have entirely different histories.
c9 ... c10-beta

@ -2,7 +2,7 @@
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.8.2 Version: 0.8.2
Release: 1%{?dist} Release: 6%{?dist}
Summary: Transformer to dbus-python types Summary: Transformer to dbus-python types
License: Apache-2.0 License: Apache-2.0
@ -23,11 +23,7 @@ Summary: %{summary}
%{?python_provide:%python_provide python3-%{srcname}} %{?python_provide:%python_provide python3-%{srcname}}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools 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} %description -n python3-%{srcname} %{_description}
@ -49,21 +45,47 @@ Python 3 version.
%{python3_sitelib}/into_dbus_python-*.egg-info/ %{python3_sitelib}/into_dbus_python-*.egg-info/
%changelog %changelog
* Fri May 05 2023 Bryan Gurney <bgurney@redhat.com> - 0.8.2-1 * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.8.2-6
- Update to 0.8.2 - Bump release for June 2024 mass rebuild
- Resolves: rhbz#2193199
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.8.2-2
- Rebuilt for Python 3.12
* 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
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.08-7
- Rebuilt for Python 3.11
* Fri Feb 25 2022 mulhern <amulhern@redhat.com> - 0.08.6
- Add gating tests
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.08-5 * Thu Jul 29 2021 mulhern <amulhern@redhat.com> - 0.08-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Remove redundant requires
Related: rhbz#1991688
* Thu Jul 29 2021 Bryan Gurney <bgurney@redhat.com> - 0.08-4 * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-4
- Remove check test - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Remove BuildRequires for python3-dbus-signature-pyparsing and python3-dbus
- Resolves: rhbz#1986609
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.08-3 * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.08-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save