Compare commits

...

No commits in common. 'cs10' and 'c9' have entirely different histories.
cs10 ... c9

@ -2,7 +2,7 @@
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.15.2 Version: 0.15.2
Release: 7%{?dist} Release: 1%{?dist}
Summary: Library for handling computation with address ranges in bytes Summary: Library for handling computation with address ranges in bytes
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -22,6 +22,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
BuildRequires: python3-justbases
%description -n python3-%{srcname} %{_description} %description -n python3-%{srcname} %{_description}
@ -44,57 +45,21 @@ rm -rf justbytes.egg-info
%{python3_sitelib}/justbytes-%{version}-*.egg-info/ %{python3_sitelib}/justbytes-%{version}-*.egg-info/
%changelog %changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.15.2-7 * Tue May 16 2023 Bryan Gurney <bgurney@redhat.com> - 0.15.2-1
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.15.2-6
- Bump release for June 2024 mass rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.15.2-2
- Rebuilt for Python 3.12
* Mon May 15 2023 mulhern <amulhern@redhat.com> - 0.15.2-1
- Update to 0.15.2 - Update to 0.15.2
- Resolves: rhbz#2204503
* Mon May 15 2023 mulhern <amulhern@redhat.com> - 0.15.1-2 * Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.15-6
- Add .fmf/version file - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Mon May 15 2023 mulhern <amulhern@redhat.com> - 0.15.1-1
- Update to 0.15.1; use SPDX license
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.15-9
- Rebuilt for Python 3.11
* Sun Feb 27 2022 mulhern <amulhern@redhat.com> - 0.15-8
- Add gating tests
* Tue Feb 15 2022 mulhern <amulhern@redhat.com> - 0.15-7
- Drop redundant requires
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-5 * Thu Jul 29 2021 Bryan Gurney <bgurney@redhat.com> - 0.15-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - Remove check test
- Remove BuildRequires and Requires for python3-justbases
- Resolves: rhbz#1986913
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.15-4 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.15-4
- Rebuilt for Python 3.10 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Mon Mar 22 2021 mulhern <amulhern@redhat.com> - 0.15-3 * Mon Mar 22 2021 mulhern <amulhern@redhat.com> - 0.15-3
- Use the correct tarball - Use the correct tarball

Loading…
Cancel
Save