Blame python-resumable-urlretrieve.spec

9363940
%global modname resumable
9363940
%global srcname resumable-urlretrieve
9363940
%global sum     Small library to fetch files over HTTP and resume their download
9363940
9363940
Name:          python-%{srcname}
9363940
Summary:       %{sum}
9363940
URL:           https://pypi.python.org/pypi/%{srcname}
9363940
License:       MIT
9363940
Fedora Release Monitoring c4ddf25
Version:       0.1.5
Fedora Release Monitoring c4ddf25
Release:       1%{?dist}
1898901
Source0:       https://files.pythonhosted.org/packages/source/r/%{srcname}/%{srcname}-%{version}.tar.gz
9363940
9363940
BuildArch:     noarch
9363940
9363940
%description
9363940
Small library to fetch files over HTTP and resuming their download.
9363940
9363940
9363940
%package -n python3-%{srcname}
9363940
Summary:       %{sum}
9363940
9363940
BuildRequires: python3-devel
9363940
# For the unit tests
1898901
BuildRequires: python3-pytest
1898901
BuildRequires: python3-rangehttpserver
9363940
BuildRequires: python3-requests
9363940
9363940
Requires:      python3-requests
9363940
9363940
%description -n python3-%{srcname}
9363940
%{description}
9363940
9363940
9363940
%prep
1898901
%setup -q -n %{srcname}-%{version}
9363940
9363940
9363940
%build
9363940
%py3_build
9363940
9363940
9363940
%install
9363940
%py3_install
9363940
9363940
9363940
%check
1898901
PYTHONPATH=. py.test-3
9363940
9363940
9363940
%files -n python3-%{srcname}
7d18cbd
%doc README.md
9363940
%{python3_sitelib}/%{modname}
9363940
%{python3_sitelib}/%{modname}*.egg-info
9363940
9363940
9363940
%changelog
Fedora Release Monitoring c4ddf25
* Fri Mar 17 2017 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 0.1.5-1
Fedora Release Monitoring c4ddf25
- Update to 0.1.5 (#1433337)
Fedora Release Monitoring c4ddf25
b4ef299
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-2
b4ef299
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b4ef299
6cbd011
* Thu Jan 19 2017 Mathieu Bridon <bochecha@daitauha.fr> - 0.1.4-1
7d18cbd
- New upstream version, which now includes the README file (which contains the
7d18cbd
  license text).
7d18cbd
d608664
* Mon Dec 12 2016 Mathieu Bridon <bochecha@daitauha.fr> - 0.1.3-1
d608664
- New upstream version.
d608664
1898901
* Sat Oct 15 2016 Mathieu Bridon <bochecha@daitauha.fr> - 0.1.2-1
1898901
- New upstream version.
1898901
- Add the test requirements, and properly run the tests.
1898901
9363940
* Thu Jan 28 2016 Mathieu Bridon <bochecha@daitauha.fr> - 0.1.1-1
9363940
- Initial package for Fedora.