|
|
d34609 |
%global modname repoze.lru
|
|
|
d34609 |
|
|
|
d34609 |
Name: python-repoze-lru
|
|
|
d34609 |
Version: 0.7
|
|
|
d34609 |
Release: 10%{?dist}
|
|
|
d34609 |
Summary: A tiny LRU cache implementation and decorator
|
|
|
d34609 |
|
|
|
d34609 |
License: BSD
|
|
|
d34609 |
URL: http://pypi.python.org/pypi/repoze.lru
|
|
|
d34609 |
Source0: %pypi_source %{modname}
|
|
|
d34609 |
BuildArch: noarch
|
|
|
d34609 |
|
|
|
d34609 |
BuildRequires: python3-devel
|
|
|
d34609 |
BuildRequires: python3-setuptools
|
|
|
d34609 |
|
|
|
d34609 |
%global _description\
|
|
|
d34609 |
repoze.lru is a LRU (least recently used) cache implementation. Keys and values\
|
|
|
d34609 |
that are not used frequently will be evicted from the cache faster than keys\
|
|
|
d34609 |
and values that are used frequently.\
|
|
|
d34609 |
|
|
|
d34609 |
|
|
|
d34609 |
%description %_description
|
|
|
d34609 |
|
|
|
d34609 |
%package -n python3-repoze-lru
|
|
|
d34609 |
Summary: A tiny LRU cache implementation and decorator
|
|
|
d34609 |
%{?python_provide:%python_provide python3-repoze-lru}
|
|
|
d34609 |
|
|
|
d34609 |
%description -n python3-repoze-lru
|
|
|
d34609 |
repoze.lru is a LRU (least recently used) cache implementation. Keys and values
|
|
|
d34609 |
that are not used frequently will be evicted from the cache faster than keys
|
|
|
d34609 |
and values that are used frequently.
|
|
|
d34609 |
|
|
|
d34609 |
|
|
|
d34609 |
%prep
|
|
|
d34609 |
%setup -q -n %{modname}-%{version}
|
|
|
d34609 |
rm -rf %{modname}.egg-info
|
|
|
d34609 |
|
|
|
d34609 |
|
|
|
d34609 |
%build
|
|
|
d34609 |
%py3_build
|
|
|
d34609 |
|
|
|
d34609 |
%install
|
|
|
d34609 |
%py3_install
|
|
|
d34609 |
|
|
|
d34609 |
%check
|
|
|
d34609 |
%{__python3} setup.py test
|
|
|
d34609 |
|
|
|
d34609 |
%files -n python3-repoze-lru
|
|
|
d34609 |
%doc README.rst LICENSE.txt COPYRIGHT.txt CONTRIBUTORS.txt
|
|
|
d34609 |
%{python3_sitelib}/repoze/lru
|
|
|
d34609 |
%{python3_sitelib}/%{modname}-%{version}*
|
|
|
d34609 |
|
|
|
d34609 |
%changelog
|
|
|
d34609 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-10
|
|
|
d34609 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
d34609 |
|
|
|
d34609 |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-9
|
|
|
d34609 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
d34609 |
|
|
|
d34609 |
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 0.7-8
|
|
|
d34609 |
- Rebuilt for Python 3.9
|
|
|
d34609 |
|
|
|
d34609 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-7
|
|
|
d34609 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
d34609 |
|
|
|
d34609 |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.7-6
|
|
|
d34609 |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
d34609 |
|
|
|
d34609 |
* Fri Aug 30 2019 Miro Hrončok <mhroncok@redhat.com> - 0.7-5
|
|
|
d34609 |
- Subpackage python2-repoze-lru has been removed
|
|
|
d34609 |
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
|
|
d34609 |
|
|
|
d34609 |
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 0.7-4
|
|
|
d34609 |
- Rebuilt for Python 3.8
|
|
|
d34609 |
|
|
|
d34609 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-3
|
|
|
d34609 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
d34609 |
|
|
|
d34609 |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-2
|
|
|
d34609 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
d34609 |
|
|
|
d34609 |
* Wed Jul 25 2018 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.7-1
|
|
|
d34609 |
- Update to 0.7
|
|
|
d34609 |
- Use the py2 version of the macros
|
|
|
d34609 |
|
|
|
d34609 |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-20
|
|
|
d34609 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
d34609 |
|
|
|
d34609 |
* Sun Jun 17 2018 Miro Hrončok <mhroncok@redhat.com> - 0.4-19
|
|
|
d34609 |
- Rebuilt for Python 3.7
|
|
|
d34609 |
|
|
|
d34609 |
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.4-18
|
|
|
d34609 |
- Update Python 2 dependency declarations to new packaging standards
|
|
|
d34609 |
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
d34609 |
|
|
|
d34609 |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-17
|
|
|
d34609 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
d34609 |
|
|
|
d34609 |
* Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 0.7.19-5
|
|
|
d34609 |
- Cleanup spec file conditionals
|
|
|
d34609 |
|
|
|
d34609 |
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.4-15
|
|
|
d34609 |
- Python 2 binary package renamed to python2-repoze-lru
|
|
|
d34609 |
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
d34609 |
|
|
|
d34609 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-14
|
|
|
d34609 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
d34609 |
|
|
|
d34609 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-13
|
|
|
d34609 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
d34609 |
|
|
|
d34609 |
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.4-12
|
|
|
d34609 |
- Rebuild for Python 3.6
|
|
|
d34609 |
|
|
|
d34609 |
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-11
|
|
|
d34609 |
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
d34609 |
|
|
|
d34609 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-10
|
|
|
d34609 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
d34609 |
|
|
|
d34609 |
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-9
|
|
|
d34609 |
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
d34609 |
|
|
|
d34609 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-8
|
|
|
d34609 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
d34609 |
|
|
|
d34609 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-7
|
|
|
d34609 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
d34609 |
|
|
|
d34609 |
* Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 0.4-6
|
|
|
d34609 |
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
|
|
d34609 |
|
|
|
d34609 |
* Fri Dec 06 2013 Pierre-Yves Chibon <pingou@pingoured>fr - 0.4-5
|
|
|
d34609 |
- Change BR from python-setuptools-devel to python-setuptools
|
|
|
d34609 |
See https://fedoraproject.org/wiki/Changes/Remove_Python-setuptools-devel
|
|
|
d34609 |
|
|
|
d34609 |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-4
|
|
|
d34609 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
d34609 |
|
|
|
d34609 |
* Mon Feb 11 2013 Ralph Bean <rbean@redhat.com> - 0.4-3
|
|
|
d34609 |
- Removed clean section.
|
|
|
d34609 |
- Removed defattr.
|
|
|
d34609 |
- Removed removing of buildroot in install section.
|
|
|
d34609 |
- Added removal of egg-info in prep section.
|
|
|
d34609 |
- Added python3 subpackage.
|
|
|
d34609 |
|
|
|
d34609 |
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2
|
|
|
d34609 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
d34609 |
|
|
|
d34609 |
* Tue Mar 13 2012 Luke Macken <lmacken@redhat.com> - 0.4-1
|
|
|
d34609 |
- Update to 0.4
|
|
|
d34609 |
|
|
|
d34609 |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-2
|
|
|
d34609 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
d34609 |
|
|
|
d34609 |
* Wed Jan 2 2010 Luke Macken <lmacken@redhat.com> - 0.3-1
|
|
|
d34609 |
- Initial package
|