From c4eaf032130d546c3713d94234934320482ade8f Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 17 May 2022 06:12:49 -0400 Subject: [PATCH] import python-justbases-0.15-6.el9 --- .gitignore | 1 + .python-justbases.metadata | 1 + SPECS/python-justbases.spec | 127 ++++++++++++++++++++++++++++++++++++ 3 files changed, 129 insertions(+) create mode 100644 .gitignore create mode 100644 .python-justbases.metadata create mode 100644 SPECS/python-justbases.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d16f807 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/justbases-0.15.tar.gz diff --git a/.python-justbases.metadata b/.python-justbases.metadata new file mode 100644 index 0000000..0304e9a --- /dev/null +++ b/.python-justbases.metadata @@ -0,0 +1 @@ +5397cd7610af7c819dee42bc661dbcd900909c33 SOURCES/justbases-0.15.tar.gz diff --git a/SPECS/python-justbases.spec b/SPECS/python-justbases.spec new file mode 100644 index 0000000..b3a2125 --- /dev/null +++ b/SPECS/python-justbases.spec @@ -0,0 +1,127 @@ +%global srcname justbases +Name: python-%{srcname} +Version: 0.15 +Release: 6%{?dist} +Summary: A small library for precise conversion between arbitrary bases + +License: LGPLv2+ +URL: http://pypi.python.org/pypi/justbases +Source0: https://pypi.io/packages/source/j/%{srcname}/%{srcname}-%{version}.tar.gz + +BuildArch: noarch + +%description +A small library for precise conversion between arbitrary bases and native +Python numbers. + +%package -n python3-%{srcname} +Summary: A small library for precise conversion between arbitrary bases +%{?python_provide:%python_provide python3-%{srcname}} + +BuildRequires: python3-devel +BuildRequires: python3-setuptools + +%description -n python3-%{srcname} +A small library for precise conversion between arbitrary bases and native +Python numbers. + +%prep +%autosetup -n %{srcname}-%{version} +rm -rf justbases.egg-info + +%build +%py3_build + +%install +%py3_install + +%files -n python3-%{srcname} +%license LICENSE +%doc README.rst +%{python3_sitelib}/justbases/ +%{python3_sitelib}/justbases-%{version}-*.egg-info + +%changelog +* Tue Aug 10 2021 Mohan Boddu - 0.15-6 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Thu Jul 29 2021 Bryan Gurney - 0.15-5 +- Remove check test +- Resolves: rhbz#1986912 + +* Fri Apr 16 2021 Mohan Boddu - 0.15-4 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Mon Mar 22 2021 mulhern - 0.15-2 +- Use the correct tarball + +* Wed Jan 27 2021 Fedora Release Engineering - 0.15-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Dec 15 2020 mulhern - 0.15-1 +- Update to 0.15 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.14-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 0.14-2 +- Rebuilt for Python 3.9 + +* Thu Apr 23 2020 mulhern - 0.14-1 +- Update to new release + +* Thu Apr 23 2020 mulhern - 0.13-2 +- Remove license macro; upstream is not currently packaging its license file + +* Thu Apr 23 2020 mulhern - 0.13-1 +- Change license to LGPLv2+ + +* Thu Jan 30 2020 Fedora Release Engineering - 0.9-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 0.9-13 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 0.9-12 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.9-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 0.9-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Jan 02 2019 Igor Gnatenko - 0.9-9 +- Enable python dependency generator + +* Wed Jan 02 2019 Miro Hrončok - 0.9-8 +- Subpackage python2-justbases has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Sat Jul 14 2018 Fedora Release Engineering - 0.9-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 0.9-6 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.9-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 0.9-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 0.9-2 +- Rebuild for Python 3.6 + +* Tue Aug 2 2016 mulhern - 0.9 +- New release + +* Tue Jul 19 2016 Fedora Release Engineering - 0.6-2 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Wed Mar 16 2016 mulhern - 0.6 +- Initial release