|
|
01974c |
%global modname smmap
|
|
|
01974c |
|
|
|
01974c |
Name: python-%{modname}
|
|
|
01974c |
Version: 3.0.1
|
|
|
01974c |
Release: 4%{?dist}
|
|
|
01974c |
Summary: Sliding window memory map manager
|
|
|
01974c |
|
|
|
01974c |
License: BSD
|
|
|
01974c |
URL: https://github.com/gitpython-developers/smmap
|
|
|
01974c |
Source0: %{url}/archive/v%{version}/%{modname}-%{version}.tar.gz
|
|
|
01974c |
|
|
|
01974c |
BuildArch: noarch
|
|
|
01974c |
|
|
|
01974c |
%global _description \
|
|
|
01974c |
Smmap wraps an interface around mmap and tracks the mapped files as well as\
|
|
|
01974c |
the amount of clients who use it. If the system runs out of resources,\
|
|
|
01974c |
or if a memory limit is reached, it will automatically unload unused maps\
|
|
|
01974c |
to allow continued operation.
|
|
|
01974c |
|
|
|
01974c |
%description %{_description}
|
|
|
01974c |
|
|
|
01974c |
%package -n python3-%{modname}
|
|
|
01974c |
Summary: %{summary}
|
|
|
01974c |
%{?python_provide:%python_provide python3-%{modname}}
|
|
|
01974c |
BuildRequires: python3-devel
|
|
|
01974c |
BuildRequires: python3-setuptools
|
|
|
01974c |
BuildRequires: python3-nose
|
|
|
01974c |
|
|
|
01974c |
%description -n python3-%{modname} %{_description}
|
|
|
01974c |
|
|
|
01974c |
Python 3 version.
|
|
|
01974c |
|
|
|
01974c |
%prep
|
|
|
01974c |
%autosetup -n %{modname}-%{version}
|
|
|
01974c |
|
|
|
01974c |
%build
|
|
|
01974c |
%py3_build
|
|
|
01974c |
|
|
|
01974c |
%install
|
|
|
01974c |
%py3_install
|
|
|
01974c |
|
|
|
01974c |
%check
|
|
|
01974c |
nosetests-%{python3_version} -v
|
|
|
01974c |
|
|
|
01974c |
%files -n python3-%{modname}
|
|
|
01974c |
%{python3_sitelib}/%{modname}-*.egg-info/
|
|
|
01974c |
%{python3_sitelib}/%{modname}/
|
|
|
01974c |
|
|
|
01974c |
%changelog
|
|
|
01974c |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-4
|
|
|
01974c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
01974c |
|
|
|
01974c |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-3
|
|
|
01974c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
01974c |
|
|
|
01974c |
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 3.0.1-2
|
|
|
01974c |
- Rebuilt for Python 3.9
|
|
|
01974c |
|
|
|
01974c |
* Mon Feb 24 2020 Lubomír Sedlář <lsedlar@redhat.com> - 3.0.1-1
|
|
|
01974c |
- New upstream release 3.0.1
|
|
|
01974c |
|
|
|
01974c |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-10
|
|
|
01974c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
01974c |
|
|
|
01974c |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.0.3-9
|
|
|
01974c |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
01974c |
|
|
|
01974c |
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 2.0.3-8
|
|
|
01974c |
- Rebuilt for Python 3.8
|
|
|
01974c |
|
|
|
01974c |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-7
|
|
|
01974c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
01974c |
|
|
|
01974c |
* Wed Jul 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.0.3-6
|
|
|
01974c |
- Subpackage python2-smmap has been removed
|
|
|
01974c |
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
|
|
01974c |
|
|
|
01974c |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-5
|
|
|
01974c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
01974c |
|
|
|
01974c |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-4
|
|
|
01974c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
01974c |
|
|
|
01974c |
* Sun Jun 17 2018 Miro Hrončok <mhroncok@redhat.com> - 2.0.3-3
|
|
|
01974c |
- Rebuilt for Python 3.7
|
|
|
01974c |
|
|
|
01974c |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-2
|
|
|
01974c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
01974c |
|
|
|
01974c |
* Tue Aug 08 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.3-1
|
|
|
01974c |
- Update to 2.0.3
|
|
|
01974c |
|
|
|
01974c |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-3
|
|
|
01974c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
01974c |
|
|
|
01974c |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2
|
|
|
01974c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
01974c |
|
|
|
01974c |
* Wed Dec 28 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.1-1
|
|
|
01974c |
- Update to 2.0.1
|
|
|
01974c |
- Modernize spec
|
|
|
01974c |
|
|
|
01974c |
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.9.0-7
|
|
|
01974c |
- Rebuild for Python 3.6
|
|
|
01974c |
|
|
|
01974c |
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-6
|
|
|
01974c |
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
01974c |
|
|
|
01974c |
* Thu Apr 28 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 0.9.0-5
|
|
|
01974c |
- Remove non-portable test (#1285641)
|
|
|
01974c |
|
|
|
01974c |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-4
|
|
|
01974c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
01974c |
|
|
|
01974c |
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-3
|
|
|
01974c |
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
01974c |
|
|
|
01974c |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-2
|
|
|
01974c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
01974c |
|
|
|
01974c |
* Wed May 27 2015 Dennis Gilmore <dennis@ausil.us> - 0.9.0-1
|
|
|
01974c |
- update to 0.9.0
|
|
|
01974c |
- enable python3 support
|
|
|
01974c |
|
|
|
01974c |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-8
|
|
|
01974c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
01974c |
|
|
|
01974c |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-7
|
|
|
01974c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
01974c |
|
|
|
01974c |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-6
|
|
|
01974c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
01974c |
|
|
|
01974c |
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-5
|
|
|
01974c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
01974c |
|
|
|
01974c |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-4
|
|
|
01974c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
01974c |
|
|
|
01974c |
* Sat Sep 24 2011 Jesse Keating <jkeating@redhat.com> - 0.8.1-3
|
|
|
01974c |
- Don't package tests
|
|
|
01974c |
|
|
|
01974c |
* Sat Sep 24 2011 Jesse Keating <jkeating@redhat.com> - 0.8.1-2
|
|
|
01974c |
- Updated summary, use specific files section, add a check section
|
|
|
01974c |
|
|
|
01974c |
* Sat Sep 24 2011 Jesse Keating <jkeating@redhat.com> - 0.8.1-1
|
|
|
01974c |
- First package attempt
|
|
|
01974c |
|