|
|
|
@ -1,7 +1,8 @@
|
|
|
|
|
%{?python_enable_dependency_generator}
|
|
|
|
|
%global srcname justbases
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
|
Version: 0.15.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Summary: A small library for precise conversion between arbitrary bases
|
|
|
|
|
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
@ -42,20 +43,54 @@ rm -rf justbases.egg-info
|
|
|
|
|
%{python3_sitelib}/justbases-%{version}-*.egg-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 16 2023 Bryan Gurney <bgurney@redhat.com> - 0.15.2-1
|
|
|
|
|
- Update to 0.15.2
|
|
|
|
|
- Resolves: rhbz#2203858
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.15.2-9
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.15-6
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.15.2-8
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 29 2021 Bryan Gurney <bgurney@redhat.com> - 0.15-5
|
|
|
|
|
- Remove check test
|
|
|
|
|
- Resolves: rhbz#1986912
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.2-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.15-4
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.2-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.2-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.15.2-4
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Mon May 15 2023 mulhern <amulhern@redhat.com> - 0.15.2-3
|
|
|
|
|
- Fix package name
|
|
|
|
|
|
|
|
|
|
* Mon May 15 2023 mulhern <amulhern@redhat.com> - 0.15.2-2
|
|
|
|
|
- Update tag for tests
|
|
|
|
|
|
|
|
|
|
* Sun May 14 2023 mulhern <amulhern@redhat.com> - 0.15.2-1
|
|
|
|
|
- Update to 0.15.2; use SPDX license
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-10
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.15-8
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
* Sun Feb 27 2022 mulhern <amulhern@redhat.com> - 0.15-7
|
|
|
|
|
- Add gating tests
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.15-4
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
* Mon Mar 22 2021 mulhern <amulhern@redhat.com> - 0.15-2
|
|
|
|
|
- Use the correct tarball
|
|
|
|
|