c8270d8
%global srcname intervaltree
c8270d8
c8270d8
Name:           python-%{srcname}
5432546
Version:        3.1.0
b46ccaa
Release:        12%{?dist}
c8270d8
Summary:        A mutable, self-balancing interval tree for Python
c8270d8
c8270d8
License:        ASL 2.0
c8270d8
URL:            https://pypi.python.org/pypi/%{srcname}
c8270d8
Source0:        https://files.pythonhosted.org/packages/source/i/%{srcname}/%{srcname}-%{version}.tar.gz
c8270d8
c8270d8
BuildArch:      noarch
c8270d8
BuildRequires:  python3-devel
704ed9b
BuildRequires:  python3-setuptools
c8270d8
c8270d8
%description
e02091b
A mutable, self-balancing interval tree for Python. Queries may
c8270d8
be by point, by range overlap, or by range envelopment.
c8270d8
c8270d8
%package -n python3-%{srcname}
c8270d8
Summary:        %{summary}
c8270d8
%{?python_provide:%python_provide python3-%{srcname}}
c8270d8
Requires:       python3-sortedcontainers
c8270d8
c8270d8
%description -n python3-%{srcname}
e02091b
A mutable, self-balancing interval tree for Python. Queries may
c8270d8
be by point, by range overlap, or by range envelopment.
c8270d8
c8270d8
%prep
c8270d8
%autosetup -n %{srcname}-%{version}
c8270d8
c8270d8
%build
c8270d8
%py3_build
c8270d8
c8270d8
%install
c8270d8
%py3_install
c8270d8
c8270d8
%files -n python3-%{srcname}
c8270d8
%{python3_sitelib}/*
c8270d8
%license LICENSE.txt
c8270d8
%doc README.md CHANGELOG.md
c8270d8
c8270d8
%changelog
b46ccaa
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-12
b46ccaa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
b46ccaa
34f1398
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-11
34f1398
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
34f1398
f65a2f7
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-10
f65a2f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
f65a2f7
2e6300c
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 3.1.0-9
2e6300c
- Rebuilt for Python 3.12
2e6300c
f368b95
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-8
f368b95
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
f368b95
fc649d0
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-7
fc649d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
fc649d0
9c13272
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.1.0-6
9c13272
- Rebuilt for Python 3.11
9c13272
32db023
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-5
32db023
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
32db023
5dd834e
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-4
5dd834e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
5dd834e
27f47c4
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 3.1.0-3
27f47c4
- Rebuilt for Python 3.10
27f47c4
11b4d58
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-2
11b4d58
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
11b4d58
5432546
* Fri Nov 06 2020 W. Michael Petullo <mike@flyn.org> - 3.1.0-1
5432546
- New upstream version
5432546
8841857
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-5
8841857
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
8841857
704ed9b
* Tue Jun 24 2020 W. Michael Petullo <mike@flyn.org> - 3.0.2-4
704ed9b
- BuildRequires setuptools per email "Please BuildRequire python3-setuptools explicitly"
704ed9b
489e509
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.0.2-3
489e509
- Rebuilt for Python 3.9
489e509
cd05592
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-2
cd05592
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
cd05592
299c966
* Tue Jan 07 2020 W. Michael Petullo <mike@flyn.org> - 3.0.2-1
299c966
- New upstream version
299c966
4eb7ac9
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.1.0-8
4eb7ac9
- Rebuilt for Python 3.8.0rc1 (#1748018)
4eb7ac9
c67be46
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.1.0-7
c67be46
- Rebuilt for Python 3.8
c67be46
aaa79c7
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-6
aaa79c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
aaa79c7
e02091b
* Fri May 03 2019 W. Michael Petullo <mike@flyn.org> - 2.1.0-5
e02091b
- Remove Python 2 subpackage
e02091b
e0e59fc
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-4
e0e59fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
e0e59fc
90bb7dc
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-3
90bb7dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
90bb7dc
f9ba5b5
* Sun Jul 01 2018 Miro Hrončok <mhroncok@redhat.com> - 2.1.0-2
f9ba5b5
- Rebuilt for Python 3.7
f9ba5b5
c8270d8
* Sat Jun 16 2018 W. Michael Petullo <mike@flyn.org> - 3.12.0-1
c8270d8
- Initial package